Script form where used

dicksonjyl560101發表於2015-04-25

Is there a way that I can find where used list of a SAP Script? 
I need to find the program that calls the particular form.

Solution:

Where used list for a sapscript would be difficult in cases where the script is called dynamically.

There is no way of finding the program name of SAP Script. 

But you can get the program names from table TNAPR by passing the SAP Script name.

In cases where the script is configured via customising, then you can check it in TNAPR table by putting it in FONAM field.

or

Also there is one more way of finding the Print Program Name for the specified Script.

Just Goto transaction SE71 

--&gt Enter Form Name --&gt Display --&gt In Menu --&gt Form --&gt Check --&gt Texts --&gt Select Include Res --&gt Click on click

This will give you the print program list for the specified SAP Script.

Also you can get the program name from NACE transaction.

Get help for your ABAP problems 

ABAP Books 

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29829936/viewspace-1598537/,如需轉載,請註明出處,否則將追究法律責任。

相關文章