cancel
Showing results for 
Search instead for 
Did you mean: 

Smartforms language issue

Former Member
0 Kudos

Hi

I have a smartform output type, which is in EN... I made the changes(many changes) in EN and looks good... I translated the language using SE63. the (many) I made are not reflecting in other languages. do I need to login in other language and make the changes again to see the same output like in EN format.

Thanks

Ram.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

format changes need to be done manually in FR in se63.

Former Member
0 Kudos

Hi Ram,

Regards,

Sravanthi

Former Member
0 Kudos

Hi,

I think you'd better translate your smartform layout using labels, first you define a gs_labels type zssdlabels or zmmdlabels in global data tab of the global definition node of the smartform, then you need to call function to get the value of the structure gs_labels, you maintain the value of the fields in structure via SM30(table TTDTG), here is the function to call:

CALL FUNCTION 'Z_GET_LABELS_DOCUMENTPRINT'

EXPORTING

iv_spras = control_parameters-langu

iv_strukname = 'ZSSDLABELS'

CHANGING

cv_data = gs_labels.

Kind regards

Dawson