sapdev logo background
sapdev logo sapdev logo
Comments

ABAP GET LOCALE OBSOLETE Statement syntax, information and example SAP source code



Return to Statement index



GET LOCALE - obsolete_parameters

Short Reference

ABAP Syntax(Obsolete) ... COUNTRY cntry MODIFIER mod

ABAP_ADDITIONS:
1 ... COUNTRY cntry
2 ... MODIFIER mod

What does it do? 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.

ABAP_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.
Latest notes: The addition COUNTRY of the statement GET LOCALE
does not extract the formatting setting that can be set using SET COUNTRY
.

ABAP_ADDITION_2 ... MODIFIER mod

What does it do? 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 .
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




GET_LOCALE
GET_PARAMETER




comments powered by Disqus