Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

TEXTENV_UNICODE_LANGU_INVALID

Former Member
0 Likes
1,375

Hi,

TEXTENV_UNICODE_LANGU_INVALID error was found please look at the st22 log....

Error analysis

An exception occurred that is explained in detail below.

This exception cannot be caught in the context of the current statement.

The reason for the exception is:

The semantic structure of a number of ABAP/4 statements and system

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 occur in ABAP/4 programs.

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 the current case, the values

LANGUAGE = " " (hexadezimal: 0020)

COUNTRY = " "

MODIFIER = " "

were used to set the text environment. However, the language key 0020 is

not known to the system. The allowed language keys are listed in table

T002, in hexadecimal form in table T002X.

Please help me in resolving this....

Regards,

Dinakar

1 REPLY 1
Read only

former_member209217
Active Contributor
0 Likes
762

Hi Dinakar,

Have a look at the following notes

Note 1035714 - Many TEXTENV_UNICODE_LANGU_INVALID short dumps

Note 492254 - TEXTENV_KEY_INVALID with the language key <SPACE>---Check this once.It seems to be the relevant one.

Note 1282169 - Syslog AB0: Runtime error TEXTENV_UNICODE_LANGU_INVALID

Regards,

Lakshman.