Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to find the Driver Program for the given SAPScript

Former Member
0 Kudos

How to find the Driver Program for the given SAPScript

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Following is the procedure:

Step:1: Goto to the Table TNAPR using SE11

Step:2: Get the Contents of the Table(CNTRLSHIFTF10)

Step:3: On the Table Content Selection Screen, Type the SAPScript Name for which we have find the Driver Program in the field FONAM and execute(F8)

Step:4: PGNAM field of the result display contains the Driver Program Name for our SAPScript

regards,

Anurodh

5 REPLIES 5

Former Member
0 Kudos

Hi,

Following is the procedure:

Step:1: Goto to the Table TNAPR using SE11

Step:2: Get the Contents of the Table(CNTRLSHIFTF10)

Step:3: On the Table Content Selection Screen, Type the SAPScript Name for which we have find the Driver Program in the field FONAM and execute(F8)

Step:4: PGNAM field of the result display contains the Driver Program Name for our SAPScript

regards,

Anurodh

arjun_thakur
Active Contributor
0 Kudos

hi,

use se16 to show table TNAPR. It will show you all the information you need to find the print program

former_member182426
Active Contributor

hi,

u can find SAPscript print program in table TTXFP

se11 => ttxfp => contents => give ur SAPscript name =>execute

Regards,

Shankar.

Former Member
0 Kudos

Hi,

Thanks for your inputs.

0 Kudos

hi,

try this.

goto se71 transaction.give your form name click display.in menu goto form - check -texts and press enter.

you will get all the print programs used for that script.