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

Custom program for triggering IDOC

Former Member
0 Likes
436

Hi Experts,

My requirement is :

I have created a message type and activated change pointer for this msg type ( every thing working fine now ).

Now I have to develop a program for initial upload of material master ( only 6 fileds ) Not all segments ( only segments with this 6 fields) should be populated and Idoc should be triggered. Just like BD10, but I cannot use BD10 as user needs the filtered material list in my program and when he executes IDOC should be triggered for those materials

Please suggest how do I achieve this

is there an FM available ?

1 REPLY 1
Read only

Former Member
0 Likes
308

Yes,

Use this FM: MASTERIDOC_CREATE_REQ_MATMAS

Complete the fields: rcvprn, rcvprt and message_type.

In the table: marakey, you can put the material list from your program.

<removed by moderator>

Edited by: Thomas Zloch on Nov 30, 2011 5:18 PM