ABAP Keyword Documentation → ABAP - Reference → Obsolete Language Elements → Obsolete Text Environment
GET LOCALE - obsolete_parameters
Other versions: 7.31 | 7.40 | 7.54
Obsolete Syntax
... COUNTRY cntry MODIFIER mod
Extras
1. ... COUNTRY cntry
2. ... MODIFIER mod
Effect
Although ABAP syntax requires the specification of the additions COUNTRY
and MODIFIER
for the statement GET LOCALE
, you should not use the results of these additions.
Addition 1
... COUNTRY cntry
The addition COUNTRY
was intended for reading the country key of the current text environment explicitly. cntry
expects a character-like data object.
The function of this addition was not implemented in full and the result is undefined.
Note
The addition COUNTRY
of the statement GET LOCALE
does not extract the
formatting
setting that can be set using SET COUNTRY
.
Addition 2
... MODIFIER mod
Effect
The addition MODIFIER
was intended for reading the identifier of
a special locale. mod
expects a character-like data object with a maximum of eight characters.
This function is not implemented. Instead, the addition initializes the variable mod
.