2022 Mar 22 4:44 AM
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?
2022 Mar 22 5:21 AM
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.
2022 Mar 22 5:26 AM
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.
2022 Mar 22 10:37 AM