cancel
Showing results for 
Search instead for 
Did you mean: 

How to find the Driver program if we are having the script name

Former Member
0 Kudos

Hi Experts,

I am having a script name and I want to find the driver program name, and one more thing is that the script is not configured in the Nace Tcode. So can any one help me how to achieve this one.

Thanks in advance,

Venkat

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Goto SE71> Enter Form Name> press Display or change pb> *select Menu item FORM>Check-->Texts..*

by doing above, it opens a pop-up, press enter...here u can see the Program names where it has been used...

Hope it helps!!

Rgds,

Pavan

former_member387317
Active Contributor
0 Kudos

Hi Venkata,

I am not sure but check out these table TTXFP also..

also T-Code from where you are triggering it may be usefull..

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

ilesh Nandaniya

suzy_bijnens
Active Participant
0 Kudos

Hi,

If it's a SAPscript, go into any window and place the cursor on a field like &fieldname&, then use the menu: goto - print program - symbol definition with dialog.

Regards,

Suzy

Former Member
0 Kudos

Hi Experts,

Thanks for you immediate responses.

1) Here since the script is not configured in NACE tcode we will not find any values for the Formname in the TNAPR table.

2) When I am checking the variables in the window it is showing a standard program "SAPLLTOP" which was used by maximum all scripts for printing purpose.

So can u tell me any other procedure which will be more helpful to me.

Thanks in Advance,

Venkat.

suzy_bijnens
Active Participant
0 Kudos

Hi,

How do you print out the script/form? Are you using a transaction? In that case the menu path: system - status can help you.

Regards,

Suzy

Former Member
0 Kudos

hi,

if it is sapscript form try to switch on debugging: se71-utility-activate debugger

and then start printinig from your application (print preview)...

after that sapscript-debugger-window should be displayed

here you can switch to abap-debugger and check memory stack ...

regards, darek

Former Member
0 Kudos

Hi ,

I am not using the tcode for printing but I am printing through the script itself.

Regards,

Venkat.

Former Member
0 Kudos

hi

check table TNAPR,

regards,darek