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

SAP Script Debugging

Former Member
0 Likes
598

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

3 REPLIES 3
Read only

Former Member
0 Likes
553

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

Read only

sandeep_katoch
Contributor
0 Likes
553

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

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
553

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