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

F110 Idoc - Debugging

Former Member
0 Likes
654

Hi Experts,

I have to debug my user exit before generating the IDOC,but since the idoc is getting generated in the backgroung I am not able to debug the exit. it is skipping my break points and generating the IDOCS.

Please help in this matter.

Thanks,

Fars

2 REPLIES 2
Read only

Former Member
0 Likes
487

Hi,

How r u triggering the IDoc.

I guess you are using some output type for the same.

while attaching output type to the document in 'further options' section

select 'trigger with application own program' option and save.

goto RSNAST00 program and provide your document number with preceding zeros in object key field.

then you will be able to debug your code.

Regds,

Read only

0 Likes
487

Hi,

You will be using a program and a variant in the F110 transaction. So use that pgm separately and do your debugging.