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

language in smartforms

Former Member
0 Likes
948

I have a smartforms in English. Now the same smartform i have to print in Chines language. So how to convert the entire form in Chines? The Values should be in English, only the headings, tables headings etc will be in chines,... so how to do it?

Thanks

9 REPLIES 9
Read only

Former Member
0 Likes
908

You can't change the language in the smartform, the main language of the smartform is the language used to create it (so the language used for SAP log on.

But u can translate it (by trx SE63) and if u need to print in a new language u have to indicate it when the smartform is called.

U can transfer the language to be used for the print in the parameter CONTROL_PARAMETERS, like structure SSFCTRLOP, here u can indicate the language in the field LANGU.

see this..

Use transaction SE63, after activate your smartform, to translate.

In the First Page of your Smart Forms click on Global Settings under that click Form Attributes

now in the Right side screen Go to Subscreen Language Attributes.

select the Radiobutton Translate To all Languages

from the Translate subscreen out of three radio buttons.

Read only

0 Likes
908

Thanks Naresh Nelapatla

can u explain more the use of SE63?

Read only

Former Member
0 Likes
908

Hi kaushik,

language translation can be done in se63.

we can change the text into other languages..but for fields(values), we need not change bcos it retrieves data directly from the fields of data base tables into any other language..

before translating in se63 we create a text module in particular language say english with required fields and text and we translate it into chinese.and on saving, the changes will be reflected in the output..

if any more quiries pls let me know..

reward if helps..

thanks.

Read only

0 Likes
908

Thanks dinesh kumar

I will be thankful if u plz let me know how to creat text module and assigning text to that.

Read only

0 Likes
908

Hi kaushik,

to create a text module goto tcode smartforms choose text module radio button give a name create..

goto text editor..write down your text and fields in ampersand ex: material : &mara-matnr&

save it and goto se63 for translation..

reward if helps..

thanks.

Read only

Former Member
Read only

Former Member
0 Likes
908

thanks all

Read only

0 Likes
908

Hello all,

Does anyone know if a language needs to be installed to be able to use it in a form (sap script or smart form)?

We are going through a new implementation and are wondering whether we need to load all the languages for which we want to print forms.

We will only use the system in English but will have to print certain document in local languages, eg tax report in Italian.

Thanks in advance for your help.