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 additions COUNTRY
and MODIFIER
to be specified for the statement GET LOCALE
, the results of these additions should not be used.
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 places.
This function is not implemented. Instead, the addition initializes the variable mod
.