HI All,
I've got error :
Runtime Errors TEXTENV_INVALID
Exception CX_SY_LOCALIZATION_ERROR
The exception, which is assigned to class 'CX_SY_LO caught and therefore caused a runtime error.
The reason for the exception is:
The semantic structure of a number of ABAP/4 statem functions is determined by the text environment.
environment depends on .The text environment depends on the following:
(1) the system installation
(2) the current user
(3) any explicit "SET LOCALE" statements which occu
The text environment consists of
- the language,
- the locale categories LC_CTYPE and LC_COLLATE
- the SAP character set
Normally, the text environment is determined by the language.
The "SET LOCALE" statement also allows you to specify a particular
text environment by using the options "LANGUAGE l", "COUNTRY c"
and/or "MODIFIER m".
In this case, operation "SET LOCALE" was used to select the text environment
for
language = 7
country = " "
modifier = " "
with
locale = "nl_NL.ISO8859-1"
codep page = 1100
but an error occurred.
Since text environments are normally determined via environment table TCP0C, there is probably an inconsistent
table TCP0C.
Please Help.
Thanks.