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

find sap-script name

Former Member
0 Likes
466

Hi

I want to list out all sap script in ZH languahe.

How to do this?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
435

Go to transaction SE71.

Press F4 in the form name field.

Click on the "Technical Search Function" button or press Ctrl + F10.

Enter your language and any other search criteria and execute...

You could have found this out if you had tried for yourself...

3 REPLIES 3
Read only

Former Member
0 Likes
435

Hi,

GO to TADIR table give OBJECT as 'FORM '

and MASTERLANG as 'ZH'.

then u will get all form names in that language.

Thanks,

Ananth

Read only

Former Member
0 Likes
436

Go to transaction SE71.

Press F4 in the form name field.

Click on the "Technical Search Function" button or press Ctrl + F10.

Enter your language and any other search criteria and execute...

You could have found this out if you had tried for yourself...

Read only

Former Member
0 Likes
435

Hi Friend,

Please go to table TADIR, pass PGMID = 'R3TR', OBJECT = 'FORM' and MASTERLANG = 'ZH'.

You will get all scripts whose language is ZH.

Regards

Krishnendu