‎2007 May 16 11:59 AM
I want to trigger an output type explictly ie trigger an IDOC when i do changes in material (MM02).... I can maintain an entry in NAST for the same and how can i process it ?
‎2007 May 16 12:01 PM
Hello,
Run RBDMIDOC.
This report creates IDocs from the change pointers for the specified message type. It then sends them to the receiving system and flags the change pointers as processed in respect of the specified message type.
The receiving systems for the specified message type are determined from the customer distribution model.
Regards,
Deepu.K
‎2007 May 16 12:11 PM
u can do this by change pointer.
1.for tht first u have to check the tcode BD61 whether change pointer is activated or not. check whether the check box is ticked.
2.then u have to activate the message type goto tcode BD50 check whether ur message type(MATMAS) check box is ticked
3.then atlast u have to specify the field name in BD52 tcode. whenever that field is changed idoc will be triggered.
then execute the program RBDMIDOC & specify ur message type.