cancel
Showing results for 
Search instead for 
Did you mean: 

Same Samrt form in Multiple languages

Former Member
0 Kudos

Hi ,

very good maorning...

My requirement is,

After givng Billibng Document in VA01, or VA02 or VA03, Select Issue Out put.

If Business partner is from Russia, Smart form has to be displayed in Russian language or if he is from Ukraine, it should be displayed in Ukraine......

can you please tell me how to design the Smart from.In Driver program Do we have to assign the required language depending the Businee Partner.

Thank You very much in advance...

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

answered..

Former Member
0 Kudos

HI,

This is not much difficult.

Business partner means, I guess customer related.(KNA1, a2,b1,..KNVV tables).

While creating the customer details using XD01/ FD01 etc tcodes, functional guys will enter the BP/customer LANGUAGE.

You print program will select that language(spras/langu) while you fetch the data.

I have worked for customer statement for 13 languages.

Some times, requirement wil be based on Company code rather than BP/cust. So for such case, go to master table for company code and find spras and get it at run time. Mostly, stanrad print program will take care of it.

I hope this will be useful information for you.

sylvain_vels
Explorer
0 Kudos

Hi

For the translation of smartforms, you have to put the language in the driver programm in ls_control_param-langu.

This structure is given to the function module

call function lf_fm_name

exporting

archive_index = toa_dara

archive_index_tab = tsfdara

archive_parameters = arc_params

control_parameters = ls_control_param

This language is the same than nast-spras generally.

tell me if it's ok for you

Best regards