SET COUNTRY

Short Reference

Syntax

SET COUNTRY cntry.

Effect

This statement sets the formatting settings of the langauge environment for all subsequent statements of the current internal session.

For cntry you must specify a character-like data object that either contains a value from the LAND column of the database table T005X or is initial.

If the content of cntry is neither found in the database table T005X nor contains a blank space in the first position, then sy-subrc is set to 4 and the following settings are made:

System Fields

sy-subrc Meaning
0 The specified country key was found in the database table T005X or a blank space was entered.
4 The specified country key was not found in the database table T005X.

Notes