Application Development and Automation 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: 
Read only

Smartforms Lanuage problem

Former Member
0 Likes
327

Hi,

Can somebody help me with a langage problem in smartforms

The footer and header is always printed in English. I want to print the header and footer in another langage depending on the customer master data language, in my problem is that KNA1-SPRAS.

How can i overwrite the default language E in smartforms.

kind regards

Jo Adams

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
310

Try to pass the language like:

L_CONTROL_PARAMETERS-LANGU = kna1-spras.

Than pass this control information to SMARTForm FM.

      CALL FUNCTION LF_FM_NAME
           EXPORTING
                      CONTROL_PARAMETERS   = L_CONTROL_PARAMETERS
                     ....

Regards,

Naimesh Patel