SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Obsolete Language Elements → Obsolete Text Environment →
SET LOCALE - obsolete_parameters
Obsolete Syntax
... [COUNTRY cntry] [MODIFIER mod]
Extras:
1. ... COUNTRY cntry
2. ... MODIFIER mod
Effect
ABAP syntax allows you to specify the additions COUNTRY and MODIFIER
for the statementSET LOCALE. These additions should not be used.
... COUNTRY cntry
Effect
The addition COUNTRY was intended for explicitly setting country-specific text environments. cntry expects a character-like data object that contains a country key with a maximum of three characters.
The function of this addition was not implemented in full and is undefined.
Note
Do not confuse the statement SET LOCALE LANGUAGE with the addition
COUNTRY of the statement SET COUNTRY, which is used to configure the
formatting settings.
... MODIFIER mod
Effect
The addition MODIFIER was intended for setting different locales for a language within a country, for example, for sorting according to different sort criteria. mod expects a character-like data object with a maximum of eight characters.
This function is not implemented. The addition MODIFIER is ignored when the statement is executed.