cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

sapscript form name

Former Member
0 Likes
774

hi,

i try to use se30 to check what is the form name that the abap print program is calling but to no avail.

may i know what would be the way to check what sapscript the print program is running if the form name is not defined in the print program but maybe in config.

thanks

View Entire Topic
former_member196280
Active Contributor
0 Likes

This can be done in many ways.

1) goto table TNAPR

2) set break-point at open form and in debugging see form name

3) goto SE71, utilities--> activate debugger and execute(sapscript)

4) goto nace and see the respective output type.

Regards,

SaiRam