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

Idoc Status

Former Member
0 Likes
409

Can anybody help me to find out the steps required to find the status as well as the error message of an Idoc programatically once the Idoc has been generated using MASTER_IDOC_DISTRIBUTE in the same report program

Thanks

Can anybody help me to find out the steps required to find the status as well as the error message of an Idoc programatically once the Idoc has been generated using MASTER_IDOC_DISTRIBUTE in the same report program

Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
391

If you can capture the idoc number in the program, then you can get the status from EDIDC & EDIDS tables for that idoc number.

Read only

0 Likes
391

Can we use MASTER_IDOC_DISTRIBUTE to create an Inbound Idoc in SAP ?

Read only

0 Likes
391

To be more specific, How do i create inbound IDOC through program? I want to send IDOC to same system. I 'll recieve the data in a file and will need to fill the data in the Idoc segments. What FM should I to call to trigger an Inbound Idoc?