Parameter ABAP/SET_TEXT_ENV_AT_NEW_MODE Short text Set text environment when opening a new internal session If the Boolean parameter ABAP/SET_TEXT_ENV_AT_NEW_MODE is on (value 1),the system sets up the text environment according to the user's languagewhen opening an internal session. If the Boolean parameter ABAP/SET_TEXT_ENV_AT_NEW_MODE is off (value 0),the system sets up the text environment according to the system languagewhen opening an internal session. The text environment can always be set up explicitly by the programusing a SET LOCALE statement regardless of the value specified forABAP/SET_TEXT_ENV_AT_NEW_MODE. The text environment is set up in the SAP text environment table TCP0C. Work area ABAP Parameter unit Boolean value (0 or 1) Default value 1 Limitation for os None Limitation for db None Other parameter Yes If the Boolean parameter INSTALL/COLLATE/ACTIVE has the value 0, thesystem does not set up the text environment when opening an internalsession, regardless of the value specified forABAP/SET_TEXT_ENV_AT_NEW_MODE. Valid_values 0, 1 |