‎2007 Nov 19 12:57 PM
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
‎2007 Nov 19 2:19 PM
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