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

Issue in IDOC generation for Master data

Former Member
0 Likes
470

Hi Gurus,

I am new to IDOCs and I have a below requirement -

Whenever MM02 gets triggered to make any change/creation in material master then IDOCs should get created which should have all changes in sequence and sent to PI.

for that I have activated change pointer for MATMAS but here I am getting one IDOC which holds the last  for multiple change made in one material where as I expect multiple IDOCs in the sequence in which material got changed.

Please suggest.

Hi Gurus,

I am new to IDOCs and I have a below requirement -

Whenever MM02 gets triggered to make any change/creation in material master then IDOCs should get created which should have all changes in sequence and sent to PI.

for that I have activated change pointer for MATMAS but here I am getting one IDOC which holds the last  for multiple change made in one material where as I expect multiple IDOCs in the sequence in which material got changed.

Please suggest.

1 REPLY 1
Read only

karthikeyan_p3
Contributor
0 Likes
417

Hi Sandeep,

Hope you are triggering the IDOCs for the change pointer using the program RBDMIDOC. Triggering the IDOC from BD10 will create a single IDOC for the material.

What changes were made to that material? If the same field is being changed multiple times, you will find the IDOC for the latest change.

Debug the FM: CHANGE_POINTERS_READ to understand the logic.

Thanks,

Karthikeyan