SAP SET LOCALE - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for SET_LOCALE_LANGUAGE

SET LOCALE LANGUAGE

ABAP Reference
ABAP Code Snippet


ABAP Syntax SET LOCALE LANGUAGE lang [COUNTRY cntry]
[MODIFIER mod].
ABAP Code Snippet

What does it do? Sets the text environment.

ABAP Addition LANGUAGE lang
Specifies the language in lang.
COUNTRY cntry
Obsolete: Specifies the country key in cntry.
MODIFIER mod
Obsolete: Specifies the ID for a specific locale mod.

Return to menu