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: 

translation of smartforms in ECC 5.0

Former Member
0 Kudos

Hi all,

I want to translate my smartform texts from english to polish in ECC 5.0.Can anyone tell me how to do it.

Thanx and regards,

Ravi Varma

2 REPLIES 2

Former Member
0 Kudos

Hi,

in smartforms

In general attributes

you have language attributes.

in this select radio button to selected laguage it will show you all the languages .

you can select polish and convert.

regards,

Ruchika

reward if useful.

0 Kudos

Hi Ravi

Go to transaction se63 . After entering source and target language two windows will appear. one will contain texts in english and in other window you have to enter translated text of required language. then save and activate.

Don't forget this to add in report :

Structure ‘ssfctrlop’ is used to display smartform as per Login language. eg

data : int_kna1 like kna1 occurs 0 with header line,

w_cparam type ssfctrlop.

w_cparam-langu = sy-langu.

call function fm_name

exporting

control_parameters = w_cparam

Login language will be passed to ‘Control Parameters’ and smartform will be displayed as per the login language. Hope this will solve your problem.

For Transporting smartforms translations, program RS_LXE_RECORD_TORDER is used.

you can send me a mail on writeabhijit@yahoo.com if you still have any query. Reward if useful