‎2005 Nov 03 3:05 AM
FM WRITE_FORM is getting invoked from my print program.. But the values are not getting displayed in my print layout..
How do I debug the script in my sapscript to find out whY MY values are not getting displayed?
And another strange thing is that it is not getting displayed when I test my form from SE71 also..
I have activated the sapscript debugger.. And it shows the popup window..What are the values I should populate in this? Should I turn on the trace?
‎2005 Nov 03 3:21 AM
Hi,
When ever you get the popup just press enter to go step by step.
‎2005 Nov 03 3:14 AM
Hi,
Just check those variables are global because if you are calling write_form in a subroutine and the variables are local then those variables will not be visible in the script.
The variables used in Script should be declared Global.
Cheers,
Satya
‎2005 Nov 03 3:21 AM
Hi,
When ever you get the popup just press enter to go step by step.
‎2005 Nov 03 2:02 PM
When I goto SAPScript debugger, is there a way that I can stop directly at my 'element'.. When I do single step, it just takes a long time to get to my element?
What is the difference between single step, Execute (F6) and Continue?
Thanks for the help
‎2005 Nov 04 3:08 AM
In the POP-UP you can put text element name. Single step will go column by column & F6 will go line by line & Continue will go to next element.
Hope this helps.
Bipin