cancel
Showing results for 
Search instead for 
Did you mean: 

text getting printed twice in sapscript :(

amber_garg
Active Participant
0 Kudos

I hv written a very very simple sapscript program. It contains 1 page, 1 window, 1 para and 1 page window. I hv written just a general text in the window through TEXT ELEMENTS option "HELLO THIS IS SASCRIPT Testing". Now when i execute it this text is displayed twice in the window though i hv written only once. There is no loop or something in my report where i m calling WRITE_FORM.

Kindly help

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Debug the script.. then you can know whats really hapening inside the script..

inorder to debug the script..

go to se71 .. put your form name.. use the menu path.. utilities -> activate debugger on

otherwise use the program RSTXDEBUG

Hope this will help you.

Regards,

Kiran

Edited by: kiran kumar on Aug 23, 2010 8:41 AM

Former Member
0 Kudos

Did you check in debugging mode why its entering the write_form twice?

Thanks,

Archana