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 😊
Add a comment