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: 

Reagarding Idoc

Former Member
0 Kudos

Hi Experts,

How can i Debug a Idoc?

Thanks & Regards,

Venkat

1 ACCEPTED SOLUTION

former_member194669
Active Contributor
0 Kudos

Use Transaction Code WE19.

3 REPLIES 3

former_member194669
Active Contributor
0 Kudos

Use Transaction Code WE19.

Former Member
0 Kudos

hi

good

IDocs are processed by a function module, which are mapped

against in table EDIFCT. When you process an IDoc with BD87

you can have a breakpoint in the function and it will stop.

For outbound processing it depends on which program is

sending the IDoc. For transactional data like purchase

orders, the IDoc is created via RSNAST00 which in turn calls

a function module assigned to the processing code (BD41).

thanks

mrutyun^

Former Member
0 Kudos

Hi,

Once you have triggered the IDOC, you can find the IDOC number under we05, in respective message type. Using this IDOC number you can than debug your IDOC through we19.

Hope it helps.

Regards,

Siddhesh