cancel
Showing results for 
Search instead for 
Did you mean: 

TEXTENV_UNICODE_LANGU_INVALID

Former Member
0 Kudos

Hi,

TEXTENV_UNICODE_LANGU_INVALID short dump has been found please find the logs from dev_w*,sm21,st22...

dev_w*

A

A ABAP Program ????????????????????????????????????????.

A Source Line 0.

A Error Code TEXTENV_UNICODE_LANGU_INVALID.

A Module $Id: //bas/700_REL/src/krn/runt/ablocale.c#5 $ SAP.

A Function SetTextEnv Line 547.

A ** RABAX: level LEV_RX_STDERR completed.

A ** RABAX: level LEV_RX_RFC_ERROR entered.

A ** RABAX: level LEV_RX_RFC_ERROR completed.

A ** RABAX: level LEV_RX_RFC_CLOSE entered.

A ** RABAX: level LEV_RX_RFC_CLOSE completed.

A ** RABAX: level LEV_RX_IMC_ERROR entered.

A ** RABAX: level LEV_RX_IMC_ERROR completed.

A ** RABAX: level LEV_RX_DATASET_CLOSE entered.

A ** RABAX: level LEV_RX_DATASET_CLOSE completed.

A ** RABAX: level LEV_RX_RESET_SHMLOCKS entered.

A ** RABAX: level LEV_RX_RESET_SHMLOCKS completed.

A ** RABAX: level LEV_RX_ERROR_SAVE entered.

A ** RABAX: level LEV_RX_ERROR_SAVE completed.

A ** RABAX: level LEV_RX_ERROR_TPDA entered.

A ** RABAX: level LEV_RX_ERROR_TPDA completed.

A ** RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.

A ** RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.

A ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.

A ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.

A ** RABAX: level LEV_RX_END entered.

A ** RABAX: level LEV_RX_END completed.

A ** RABAX: end no http/smtp

A ** RABAX: end RX_GOTO_SAPDEXT

A Invalid language key when creating the text environment..

A

SM21-----

Run-time error "TEXTENV_UNICODE_LANGU_INVALID" occurred

Error (Module, Row) AB 0 SetTextEnv ablocale0547

ST22

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.

The termination was triggered in function "SetTextEnv"

of the SAP kernel, in line 547 of the module

"//bas/700_REL/src/krn/runt/ablocale.c#5".

The internal operation just processed is " ".

Internal mode was started at "##############".

Please help in resolving the same...

Regards,

Dinakar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Dinakar,

I am sure, but most probably it might be due to one of the following:

1) Try updating your kernel patch with the latest avaiable for 7.00 (use the individual files ike dis_work/ R3trans/ tp and so on)

2) It might be related to SAP LOCALES installed on your server. In this case please chek the locales required baed on your OS

Regards,

Premkishan Chourasia