cancel
Showing results for 
Search instead for 
Did you mean: 

driver program name

Former Member
0 Kudos

hi all

is there any other way of determining the driver program name for a script/smart form apart from the table tnapr?

regards

niki

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

1.Check the Table TTXFP or T001f.

2.Place the break-point in Line 879 of RSNAST00.

Run the transaction and in debugging you get the name of driver.

3.Activate the script debugger in se71.And run the transaction ,in debugging you will get the driver pg.

Regards,

Shiva Kumar

Answers (5)

Answers (5)

Former Member
0 Kudos

Goto Display/Change mode of Script and follow this menupath:

Form -> Checks -> Texts

This will give you all the programs using the SAP script

Thanks & Regard

Mydhili Maddala

Former Member
0 Kudos

Hi,

Check the Table TTXFP And

Other option is Run the program RSNAST00 As already hint provided by Shiva.

Regards

Kiran Sure

Former Member
0 Kudos

Hi,

SE71->Change>Page Windows->Insert--->Symbols-->Program Symbols, it will display all the programs using this FORM.

Regards

Raju Chitale

Former Member
0 Kudos

Hi ,

For smartforms, go to the Tcode NACE and you could select your area there, either sales, MM or whatever. Then click on the output types and you could check your smartform name and driver program assigned for that particular output type. For scripts check the SPRO settings. Scripts are mostly configured in there.

Nayan

Former Member
0 Kudos

Hi..

1) goto NACE transaction.

2) select the module of the form...i.e. PO/SD/etc

3) select the output type option

4) from the list ,select the name of ur form/script.

5) check out the processing routine,that will give the driver program name

Reward Pts if helpful.

regards

- Rishika Bawa