Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How can we trigger Output explicitly ??

Former Member
0 Likes
496

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 ?

2 REPLIES 2
Read only

Former Member
0 Likes
409

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

Read only

Former Member
0 Likes
409

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.