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: 

Sap scripts

Former Member
0 Kudos

Hi

how to use a sapscript for multiple languages ?

5 REPLIES 5

Former Member
0 Kudos

hi

create a variable

data : c1(5) type c value 'en'.

sy-langue = c1

in the function module

launguage = sy-language

Former Member
0 Kudos

Hi

translate script to multiple languages using SE63 tcode

Regards

sandhya

Former Member
0 Kudos

Hi,

You can goto transaction SE63 and translate the scripts into different languages.

In SE63, click Translation -> Long Texts -> Sapscripts -> Forms

Those language you can convert to have already been pre-installed in the system.

SE63 is the best way to translate since it offers check options.

However, it does not mean that it is 100% full proof that everything is correct.

Regards,

Bhaskar

Former Member
0 Kudos

USE SE63 or SE71 to create Form in diffent lang.

OR u can use SO10(i.e. standard TExt) . That Standard

Text u have to maitain in diff. lang.

It should be used in SAP script.

U can use currency different country for that purpose u

have to SET Country command.

U can use OY01 Tcode

Former Member
0 Kudos

Hi ,

Thru SE63 tcode.

but u need to get the text from other language and then u need to maintain it here.

SAP nevr converts language to other .so u should maintain text in SE63.

Revrt back if any issues,

regards,

Naveen