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

Custom sapscript layout...

Former Member
0 Likes
669

Hi,

What databasee table do I get list of all custome SAPSCripts ?

1 ACCEPTED SOLUTION
Read only

sridhar_k1
Active Contributor
0 Likes
617

Sapscript names used by applications are stored in different tables.

Some of them are:

TNAPR gives sapscripts assigned to output types

T001F FI correspondence sapscripts

T042E Payment media like checks

T042B payment advice

Regards

Sridhar

4 REPLIES 4
Read only

Former Member
0 Likes
617

Hi Tushar,

Try to see TNAPR table... here u can give the output type and get the forms list... hope this helps

Read only

0 Likes
617

hi Tushar,

Check table <b>TNAPR</b>

Read only

Former Member
0 Likes
617

I am not sure if you will be able to get that information easily, but if you go to the table STXH, give 'FORM' for TDOBJECT, enter 'Z*' for TDNAME, you will get all the custom forms. You will see two or more rows for each form. DEF is the definition and TXT for each language that the form is maintained in.

Hope this helps,

Srinivas

Read only

sridhar_k1
Active Contributor
0 Likes
618

Sapscript names used by applications are stored in different tables.

Some of them are:

TNAPR gives sapscripts assigned to output types

T001F FI correspondence sapscripts

T042E Payment media like checks

T042B payment advice

Regards

Sridhar