‎2012 Dec 03 6:37 PM
Dear Experts,
can someone please tell me how to debug a SAP Script form at Item level of a document. for eg : on a delivery, I have a outoput type DEA at item level. Inorder to repeat output, I click on repeat output button, make changes in communication method(if needed)and then just save it. this is not letting the SE71 debugger activate.
I have tried activating debuger in SE71 but its not working. Can someone tell me of some othe process.
Regards,
Anurag
‎2012 Dec 03 6:55 PM
HI Anurag,
Well the simplest way to activate debugging in scripts is through SE71.
But as you have mentioned that your script is not getting activated in debugger when you re processing the repeat output DEL.
Can you please check the tnapr script name for this output type, because there is a possibility that this output type may be trigerring any other script and that is why your debugger in not getting activated.
OR Try putting a breakpoint at OPEN_FORM FM and see the name of the script.
Reward if found helpful.
Regards,
Amit
‎2012 Dec 04 5:33 AM
Go to se38
execute report RSTXDBUG. If there will be any script associated with the action you are performing then the debugger will stop as this report puts a breakpoint on all active scripts in the system.
If still it not triggers then check in nace transaction whethr the output type is properly configured or not.
Regards,
Sandeep
‎2012 Dec 04 5:48 AM
Hi Anurag
Do as follow
Go to SE71 under utilities choose activate debugging. After that Go to Delivery repeat an output for your existing processed output type or add a new one. In further data choose send with a periodical job.
After that go to Se38 program RSNAST00 execute it..Put your output type,delivery number etc and execute. It will stop in debugging.
Thanks
Nabheet