Application Development 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: 

Is it possible to debug a sapscript form?

Former Member
0 Kudos
176

Hello everyone, I have an invoice which uses sa sapscript form named xxx_form

It prints a disclaimer line of text such as "No return after 90 days of purchase" at the bottom of invoice but I can't see where it is coming from or to maintain it. Is it possible to debug it?

or is it possible that the disclaimer text is coming from the program instead of the sapscript form?

3 REPLIES 3

former_member627573
Participant
0 Kudos
115

There are 2 ways to debug SAPSCRIPT.

1.Goto SE71 and from menu bar select Utilities->Activate debugger .then go to SE38 and execute the print program. Use the menu bar on the SE71 landing page.

OR

2.Run the program RSTXDBUG in SE38. Next open the print program in SE38 and execute

The below message appears whenever you set the debugger.

I hope this answers your question.

Sandra_Rossi
Active Contributor
0 Kudos
115

This question has already been asked multiple times in the forum:

Is it possible to debug a sapscript form? site:sap.com

Concerning the message you get, please explain the exact functional context, how to reproduce, what standard SAPScript Form it is, etc.

RichB
Participant
0 Kudos
115

Sure, in SE71 you can activate the debugger