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

Debugging question

Former Member
0 Likes
333

Hi friends,

I am trying to debug a outbound program while generating the idoc from VF02.

The FM i set breakpoint is idoc_output_invoic.

after giving the output settings in VF02 (billing document->gotoheader -> output) and saving it (send data immediately option), it is not stopping there. but the idoc is being generated succesfully.

I also tried we19 and standard outbound processing but it's not stopping there. Can you please tell me how should I debug a outbound processing program and see from where the data is coming to idoc?

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
303

You need to set the output to option 1. Then run the program RSNAST00. Enter the application, object ID ( the full 10 characters ) and the output type. This will then stop at your breakpoint.

1 REPLY 1
Read only

Former Member
0 Likes
304

You need to set the output to option 1. Then run the program RSNAST00. Enter the application, object ID ( the full 10 characters ) and the output type. This will then stop at your breakpoint.