cancel
Showing results for 
Search instead for 
Did you mean: 

how to find where a script has been used

Former Member
0 Kudos

Hi experts,

if we have a SAp script and want to find out in which program the script has been used, how to find out this??

thanks

sankar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sankar,

Try out this tcode TTXFP.

Former Member
0 Kudos

Hi

I have see this table and one of the script i have i am getting multiple entries in this table. does that mena it has been used in all this programs. Also there is another field called flag of the last print program used. it is X for one of the program . what does it exactly mean??

thanks

sankar

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You can try the table TNAPR, it will show you the current program that is using the script.

Former Member
0 Kudos

Go to table TNAPR. In FONAM , give ur script or smartform name . u will get the corresponding driver program name

OR

In sap script ,click on any window ->edit-->text element->

editor will appear

go to change editor --> insert->program symbol.

u will get the program name

REWARD IF HELPFULL.

Nilima

Former Member
0 Kudos

Hi,

There is table called TTXFP.

Check this Out.

Reward If useful.

Regards

Sandipan

Former Member
0 Kudos

Hi

I have see this table and one of the script i have i am getting multiple entries in this table. does that mena it has been used in all this programs. Also there is another field called flag of the last print program used. it is X for one of the program . what does it exactly mean??

thanks

sankar

Former Member
0 Kudos

Hi,

U can use any of the program and 'X' Means That the program have been used recently by the form.

eg: Form name Program Flag

YPRATT_12568 PSFCTIME

YPRATT_ANUJ PSFCTIME X

here YPRATT_ANUJ is using the PSFCTIME driver program .

regards

Sandipan