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

sapscript form name

Former Member
0 Likes
773

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 Member
0 Likes

check in table TNAPR

or just run the program in debuggin and put break point at

FM 'OPEN FORM' and see whcih script it is calling