Application Development 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: 

FM to fill outbound IDOC with change document details.

Former Member
0 Kudos

Hi ,

I am working on an enhancement EXIT_SAPLMGMU_001 for an interface to track the changes to the material master.

Can someone please let me know if there is a FM to populate outbound IDOC with change document details like when a material is

created /changed. Thanks much.

Regards,

Sanjeev

Edited by: sanjeev.s on Apr 14, 2010 3:32 PM

1 REPLY 1

Former Member
0 Kudos

Call the function module "MASTER_IDOC_DISTRIBUTE" to create idoc. Use function module "CHANGEDOCUMENT_READ_HEADERS" to get the change document details.

Regards

Vinod