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: 

Change language from English to Chinese in SMARTFORMS

Former Member
0 Kudos

Hi ALL,

I have requirement to Change / Translate the language in SMARTFORMS to English to Chinese.

kindly tell the procedure to do that.

Thanks .

Suki.R

2 REPLIES 2

Former Member
0 Kudos

Hi,

Pls select the General Attributes select there u can check the radibutton as SELECTED LANGUAGES.

Once the FM is generated by this SMARTFORM then in the IMPORT parameters of this FM we can find one parameter

CONTROL_PARAMETERS type SSFCTRLOP- inside this structure we can fine the LANGUAGE keys I think by pouplating this strture with the required langauages we can trigger the SMARTORM based on the language.

if your are using the same layout then -

We can aslo use the SE63 for langauage transaltion for different texts.

SE6->Menu bar->transaltion->ABAP objects-> other Long texts

in that select FS forms and styles ->SSF smart form

Enter the object name, source and destination languages.

If the lyaout changes then based on the SY-LANGU field we can set the conditiuon in SF and display that layout.

one more way we can achieve it is-

In the Print program, we can pass the NAST-SPRAS value to the smartform.

Create the texts for different languages in the windows and give the condition for language selection in condition tab.

Eg : nast-spras = DE for German text

nast-spras = EN for English text

Reply if more help needed.

Regards

Chandralekha

JanStallkamp
Employee
Employee
0 Kudos

Hi.

Please note that SDN has a well structured list of different forums. Always use the forum best matching to your question. Here you are in the ABAP general forum. This forum's topic are questions regarding ABAP that are not subject of one of the other more specialized forums. As your posting is not in the proper forum this thread will be locked.

Best regards,

Jan Stallkamp