Application Development and Automation 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: 
Read only

How to find the Driver Program for the given SAPScript

Former Member
0 Likes
10,387

How to find the Driver Program for the given SAPScript

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
4,347

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

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
Read only

Former Member
0 Likes
4,348

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

Read only

arjun_thakur
Active Contributor
0 Likes
4,347

hi,

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

Read only

Former Member
4,347

hi,

u can find SAPscript print program in table TTXFP

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

Regards,

Shankar.

Read only

Former Member
0 Likes
4,347

Hi,

Thanks for your inputs.

Read only

0 Likes
4,347

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.