Hello,
How can I step through the program (in debug ) that prepare the data to load into SAPScript form? I already know how to activate SAPScript debugger, SE37 -> Utilities -> Activate Debugger. However, this only takes me to the form where the data has already been prepared for output. I need to be able to step through the program logic so can understand how it got the data to be displayed on the print output. Another word, I want to be in the ABAP debug mode. I placed some breakpoints in the program but it never hit it. Please advise.
Thank you.