sapdev logo background
sapdev logo sapdev logo
Comments

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



Return to Statement index



SET LOCALE - obsolete_parameters

Short Reference

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

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

What does it do? ABAP syntax allows you to specify the additions
COUNTRY and MODIFIER for the statement
SET LOCALE . These additions should not be used.

ABAP_ADDITION_1 ... COUNTRY cntry

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

ABAP_ADDITION_2 ... MODIFIER mod

What does it do? The addition MODIFIER was intended for setting different locale s 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.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




SET_LOCALE
SET_MARGIN




comments powered by Disqus