cancel
Showing results for 
Search instead for 
Did you mean: 

Find driver program for script

Former Member
0 Kudos

Dear Experts,

We can find driver program in 3 ways,

1) From TTXFP table

2) From TNAPR table

3) SE71->give pgm name->Form(menu)->check->texts->press enter.

I am trying to find driver programs for all my SAP script forms. I can see that for few custom programs I am getting different driver programs

in above 3 options. Please suggest me which option is the right way to follow.

In this thread http://scn.sap.com/thread/1101445 2 approaches are mentioned. I am confused now as to adopt which approach.

- Bharath

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Check Nace Transaction. IF you know the application area for the SAP Script like V1 for Sales, V2 for Delivery... 

Thanks,

Gaurav Mittal

Former Member
0 Kudos

Hi Gaurav,

Thanks for your reply. I need to verify the driver program name for a huge list of custom reports because of which I opted to verify using tables. As I have mentioned in above thread I can see from SCN that many are referring to TNAPR table. But I can also see threads where they are talking about TTXFP table. Kindly suggest me which approach is the correct one.

- Bharath

Former Member
0 Kudos

I always verified it with TNAPR or NACE transaction. so I would say TNAPR.

former_member16553
Active Participant
0 Kudos

Hi

       Search in table TNAPR , pass your script name in form name in selection and execute, we will get the driver program name  for that script.

Private_Member_49934
Contributor
0 Kudos

TNAPR refers to tha nace entry which should be used. TTXFP appears to be for SAPSCRIPT only.

Futher note that TNAPR will give the entrie for which NACE is configured. If you have independent report / tranction for taking printout then you iwll not ge ti here

Former Member
0 Kudos

Hi,

Thanks for your replies.

Futher note that TNAPR will give the entrie for which NACE is configured. If you have independent report / tranction for taking printout then you iwll not ge ti here

Can you please let me know from where I can get the driver program details in case of independent report/transaction.

Former Member
0 Kudos

Hi,

There is one more trick to find out the driver program.Activate the Script debugger and execute the t.code thru which u want print the form.

In the debugger u will find the driver program name.

OR

Go to your Sapscript in se71.

Go to Settings-> Form Painter . Click on Form painter. Enter.

Now just beside Activate button there is Texts button.Click on it, enter. It will give you the driver program.

Hope it serves your problem.