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

Table to hold Sapscript

Former Member
0 Likes
335

dear all

is there any table in SAP which stores all the SAP Scripts???

thanks in adv.

1 REPLY 1
Read only

Former Member
0 Likes
299

Hi,

If it is custom script and not attached to output

types then check the table TTXFP.

If it is attached to output types in NACE transaction then

check the table TNAPR.

Go to transaction code NACE.

for example for PO(Purchase Order):

1. Go to NACE tcode

2. select EF and click on Output Types

3. double clk on NEU

4. double clk on Processing Routines

there u can see the Program Name and the Form Name.

Regards..

Surya