cancel
Showing results for 
Search instead for 
Did you mean: 

Smartforms in French and English

Former Member
0 Kudos

Hi,

I have copy the standard dunning : F150_DUNN_SF, I have modify the billing in french , this standard dunning is display in all langage ( FR -EN -DE..). And i need that when the customer is French, the billing is display in french ( that is ok - he display in french) and when the customer is not french (all other language) he display just in english. that's possible?

Thanks for your help.

Spawnrad

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

I have test to copy FI_PRINT_DUNNING_NOTICE_SMARTF to ZFI_PRINT_DUNNING_NOTICE_SMART but i can't activate.

I need modify FI_PRINT_DUNNING_NOTICE_SMARTF to change the language?

Former Member
0 Kudos

Hi ram and thanks for your help,

I use transaction F150 to print or display the dunning smartforms.

I use standard so i don't know what is the print program. Can you help me please?

Thanks

Spawnrad

Former Member
0 Kudos

Hi,

then you need to control in your print program using the logic as in my earlier reply just before calling the smartform FM.

Regards,

Ram

Former Member
0 Kudos

Thanks for your reply ram.

Where im doing this program lines please?

(My problem is the smartforms have different language, if i'm in sy-langu fr, i can modify FR dunning smartforms.

If im in sy-langu EN i can modify the EN dunning smarforms.

I have see they are DE dunning too in my smartforms..)

Former Member
0 Kudos

Hi,

In smartform, use program lines passing the CONTROL_PARAMETERS-LANGU.

Check if it is 'FR' or not .

If 'FR' then use a variable of the type SY-LANGU.to store the value of 'FR' or 'EN'.

Then use the variable for the text elements display.

Regards,

Ram

Former Member
0 Kudos

thanks for your reply.

In form interface i see OUTPUT_OPTION TYPE SSFCOMPOP

But when i pass field BCS_LANGU to OUTPUT_OPTION?

I want have just French language for french customer and english for all other language.

Former Member
0 Kudos

hai,

in form interface ---> import parameters

OUTPUT_OPTION TYPE SSFCOMPOP

pass field BCS_LANGU to OUTPUT_OPTION..

weather u can specify the lang that u want.

shan.