Application Development 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: 

Script Language

Former Member
0 Kudos

Hi All,

I have a question regarding SAP Script.

I want to know in how many languages a developed script exists.

How to check it?

Thanks in advance.

Regards,

SP

3 REPLIES 3

Former Member
0 Kudos

Hi,

Goto SE71

Write the name of the script

Display

Goto Utilities-->Versions

U can see all the languages in which the script exists

Regards

Suruchi

amit_khare
Active Contributor
0 Kudos

Use this FM to get all the language maintained for a form.

READ_FORM

Regards,

Amit

Reward all helpful replies.

Former Member
0 Kudos

Hi,

when ever you have copied a std script into your zscritp

then it will show like this

YYYVENKAI : Original language set to D

YYYVENKAI : Definition D copied

YYYVENKAI : Language K copied

YYYVENKAI : Language L copied

YYYVENKAI : Language M copied

YYYVENKAI : Language N copied

YYYVENKAI : Language O copied

YYYVENKAI : Language P copied

YYYVENKAI : Language Q copied

YYYVENKAI : Language R copied

YYYVENKAI : Language S copied

YYYVENKAI : Language U copied

YYYVENKAI : Language V copied

YYYVENKAI : Language c copied

YYYVENKAI : Language 1 copied

YYYVENKAI : Language 2 copied

YYYVENKAI : Language 3 copied

YYYVENKAI : Language 4 copied

YYYVENKAI : Language B copied

YYYVENKAI : Language C copied

YYYVENKAI : Language D copied

YYYVENKAI : Language E copied

YYYVENKAI : Language F copied

YYYVENKAI : Language H copied

YYYVENKAI : Language I copied

YYYVENKAI : Language J copied

and if you have created a zscript from scratch

also it will support all the languages but the original language

will be the logon language

only and after that you can change the original languuage

thanks & regards,

Venkatesh