‎2009 Feb 16 12:39 PM
Hi,
Could anyone please advise how to debug an IDOC posting. I am new to ABAP.
regards,
Munavar Basha A.K.
‎2009 Feb 16 12:42 PM
HI....
YOU CAN DO IT BY....
1. SETTING STATIC BREAKPOINT IN SOURCE CODE AND EXECUTE
2. WRITE /H IN COMMAND WINDOW AND EXECUTE.
REGARDS
‎2009 Feb 16 12:43 PM
Hi,
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,
Neelima.
‎2009 Feb 16 12:44 PM
Hi,
1)Use tcode we19 , enter your idoc no and click on the inbound function module push button then check call in debugging mode to debug.
or
1. Go to BD87
2. make a right click at the IDoc and choose restrict and process.
3. delete the check at the bottom(Background Processing)
4. Go ahead
5. edit -> process -> Foreground at Error
Thanks Hope this will be Helpful
Thanks
Kalyan