SAP SET LOCALE - Obsolete ABAP Statements

Get Example source ABAP code based on a different SAP table
  



SET LOCALE - obsolete_parameters

Short Reference

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

ABAP Addition
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.
• COUNTRY SET LOCALE - obsolete

ABAP Addition

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.
• MODIFIER SET LOCALE - obsolete

ABAP Addition

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

Return to menu