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

How to get all the Customized Z* Form Scripts program namesuFF1FuFF1F

Former Member
0 Likes
1,406

Hi,

If i want to get all the Z* scripts programs names, what should i do??

Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,248

Hi,

1.Go to SE71 , in form give z* and press F4 , it will take u to the list.

Press CNTL + F10

Again in form give Z*

Execute

2. Check TNAPR table

Reward if useful!

4 REPLIES 4
Read only

Former Member
0 Likes
1,249

Hi,

1.Go to SE71 , in form give z* and press F4 , it will take u to the list.

Press CNTL + F10

Again in form give Z*

Execute

2. Check TNAPR table

Reward if useful!

Read only

Former Member
0 Likes
1,248

Hi,

Go to SE71 -> FORM name then there is option to check the form, then there click the chckbox of text.. and then you will get the print programs name.

Regards,

Atish

Read only

Former Member
0 Likes
1,248

Hi,

If it is custom script and not attached to output

types then check table TTXFP.

If it is attached to output types in NACE transaction then

check 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.

<b>Reward points</b>

Regards

Read only

Former Member
0 Likes
1,248

hi,

goto table TADIR in the object field give 'FORM' and obj_name field give 'Z*".

this will list down all SAP Scripts.

regards,

Navneeth K.