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: 

The attachement form in the mail is in Frensh instead of spanish

former_member421809
Participant
0 Kudos

Hello all,

The attachement smartform is in frensh instead of spanish.

I use the MF CONVERT_OTF and SO_DOCUMENT_SEND_API1.

I check in debeug the nast-spras = 'S' , so it's spanish but in SOST when i open the form in PDF format i find that it is displaying in frensh.

Any suggestions please for this issue ?

Thanks in advance
Rachid

1 ACCEPTED SOLUTION

former_member421809
Participant
0 Kudos

Sorry guys ,

i found the problem in my code i have :

DATA : lst_control TYPE ssfctrlop.

MOVE-CORRESPONDING nast TO lst_control.

here the lst_control-langu doesn't match with the nast-spras

so i add this line after the move-corresponding

lst_control-langu = nast-spras .

Thanks,

1 REPLY 1

former_member421809
Participant
0 Kudos

Sorry guys ,

i found the problem in my code i have :

DATA : lst_control TYPE ssfctrlop.

MOVE-CORRESPONDING nast TO lst_control.

here the lst_control-langu doesn't match with the nast-spras

so i add this line after the move-corresponding

lst_control-langu = nast-spras .

Thanks,