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

Question regarding SAP Scripts

Former Member
0 Likes
679

Hi Group,

I have a question relating to SAP Scripts.

The thing is that, I need to get the name of the report from the given SAP Script.

eg., if I am given the SAP Script, I need to know the Driver program relating to it.

Please let me know how we can get the same?

Thanks,

Vishnu.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
643

Checking print programs in scripts

Refer table TTXFP.

Form name : TTXFP-TDFORM

Driver program : TTXFP-PRINT_NAME

Ref Thread:

check in SE76 ,

goto SE76 , Click F4 and then F8 , u canget all the forms

or

u can find them in table STXH , TDFORM is the fieldname

8 REPLIES 8
Read only

Former Member
0 Likes
643

Hi Vishnu,

<b>In TNAPR table the driver program name and form nanes will be stored</b>

go to se11 enter tnapr table

give the form name and execute u will get the driver program of that particular form

fields,

<b>PGNAM - Program name

FONAM - Form name</b>

Read only

Former Member
0 Likes
643

hi Vishnu,

Check <b>TNAPR</b> table ... here give the program/form name and execute to know the details ..

regards,

Santosh

Read only

Former Member
0 Likes
643

Hi Vishnu,

Please refer the links,

Regards,

Hema.

    • Reward points if it is useful.

Read only

Former Member
0 Likes
644

Checking print programs in scripts

Refer table TTXFP.

Form name : TTXFP-TDFORM

Driver program : TTXFP-PRINT_NAME

Ref Thread:

check in SE76 ,

goto SE76 , Click F4 and then F8 , u canget all the forms

or

u can find them in table STXH , TDFORM is the fieldname

Read only

0 Likes
643

From table TNAPR u will get all.

Read only

Former Member
0 Likes
643

Hi Vishnu,

Follow these steps.

1.Open your form in transaction SE71.

2.Menu Bar Form - > Check - > text - > Enter.

You will get the print program name

Read only

Former Member
0 Likes
643

Hi Vishnu,

If you are working with an functional member in the project you are, certainly in the same customization table he declares the used SAP Script formular, he also declares the name of the driving program. If he don't know that, justask him(her) to see the customization table where he does that, and you'll be able to get the program name.

Best regards,

Paulo Sousa

Read only

Former Member
0 Likes
643

This question got answered.