cancel
Showing results for 
Search instead for 
Did you mean: 

Multilanguage Task List Operation and Standart text key field

hilalseker
Explorer
0 Kudos

Hi all,

In this case, users want to see different language description in operation (LTXA1) field and standard text key field (KTSCH) description. So, if user log on English, these descriptions have to be English. How can I do this? Thank you for your support.

Best regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

pjatkin
Participant
0 Kudos

Yes, this can be done with a combination of CA10 and SO10 texts. The CA10 standard text format is:

IF &SYST-LANGU& = 'EN'.
	INCLUDE SO10_EN OBJECT TEXT ID ST LANGUAGE EN
ELSEIF &SYST-LANGU& = 'NL'.	
        INCLUDE SO10_NL OBJECT TEXT ID ST LANGUAGE NL
ENDIF.