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 debugging

Former Member
0 Likes
528

Hi All,

I am analyzing the failure IDOCs (inbound) but not getting proper information as no authorization for WE19 but authorized to use BD87. I can't process the IDOCs so limitations on BD87. I want to DEBUG the failure IDOC to find out the flaw.

Can anyone plz help me out.

Thanks.

3 REPLIES 3
Read only

Former Member
0 Likes
473

Have a look at below thread. Might be useful to you.

I hope it helps.

Thanks,

Vibha

Please mark all the useful answers

Read only

ak_upadhyay
Contributor
0 Likes
473

Hi,

You cannot use WE19 to debug the outbound IDoc being created. It is already created. What you need to do is to repeat the output of the sap document in question and set it to 1 ( output via batch job ) or what ever the option is called.

Then run program RSNAST00.

Dont forget to put a break point in the function module that creates the IDoc though.

Reward points if useful....

Regards

AK

Read only

Former Member
0 Likes
473

Hi,

Execute transaction WE05 and check Status records.

This should give some hint about the error.

Thanks,

Shravan G.