‎2010 Jul 27 11:08 PM
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
‎2010 Jul 28 6:51 AM
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,
‎2010 Jul 28 11:08 AM
Hi,
You will be using a program and a variant in the F110 transaction. So use that pgm separately and do your debugging.