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

sapscript - languages

Former Member
0 Likes
912

Hi group,

a very basic question regarding languages in sapscript.

form MEDRUCK ( PO print ) exists in multiple languages n so do other standard forms. r they created so many no. of times as the languages or simply created in one language n then translated by some means?? n wats the process for the latter if thats the case??

we have a similar requirement to create an existing form with labels in a different language. how to go abt it.

All inputs appreciated,

Thanks,

Bikash

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
867

Hi Bikash

There is one option/check box in the form attributes like Translate to all languages.. You just have to tick that check box and your for will be avaliable in all languages

Thanks

7 REPLIES 7
Read only

Former Member
0 Likes
867

HI Bikash,

They are not created so many times.

They are translated(Txt elments are translated using se63 tcode.

REgards,

Ravi

Read only

Former Member
0 Likes
868

Hi Bikash

There is one option/check box in the form attributes like Translate to all languages.. You just have to tick that check box and your for will be avaliable in all languages

Thanks

Read only

naimesh_patel
Active Contributor
0 Likes
867

Hello Bikash,

They have translated this with the help of SE63.

Se63 > Translation > Long texts > SAPScripts > Forms.

Give you form name, source and traget language. select components.

And do translation.

Regards,

Naimesh

Read only

0 Likes
867

Hi Ravi/Naimesh,

in se63, do we need to manually key in the translated texts?? pl brief me abt the steps in se63.

Hi Rashmi, the option u asked me to check is by default ther...thanks anyways.

Bikash

Read only

0 Likes
867

Hi Bikash,

Here is what you want:

http://help.sap.com/saphelp_nw04/helpdata/en/b4/54601d77f38e429ffad9e3e11c1b25/content.htm

and yes you need to key in data in se63.

REgards,

Ravi

Read only

Former Member
0 Likes
867

hi bikash,

Se63 > Translation > Long texts > SAPScripts > Forms. after you give the form name the varaibles get automatically translated. u just need to manually write the translated text for hardcoded text.

Read only

Former Member
0 Likes
867

Thanks Bikash for figuring the ans

I will also try this

Thanx