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

Text environment table:TCPOC

Former Member
0 Likes
1,501

Hello all,

Do you have any idea about text environement table TCPOC?

Thanks in advance.

Prachi.

Hello all,

Do you have any idea about text environement table TCPOC?

Thanks in advance.

Prachi.

8 REPLIES 8
Read only

Former Member
0 Likes
1,260

There is enough documentation for the TCP0C table in ABAP Dictionary. Please check

Read only

0 Likes
1,260

Hello Nilesh,

Thanks for your update.but when i tried in SE11 it says NO SUCH TABLE EXISTS.

Is TCPOC a database table or any other object in dictionary?

Regards,

Prachi.

Read only

0 Likes
1,260

I guess you putting incorrect table name it is TCP0C not TCPOC

Read only

0 Likes
1,260

It is TCP0C not TCPOC

Read only

0 Likes
1,260

Hi prachi,

text environment

ABAP Runtime Environment (BC-ABA)

Culture-specific text environment.

The text environment for a user is determined by the language, the locale, and the SAP character set. It is usually stored in the user's master record.

You can also program the text environment with the ABAP statement SET LOCALE. Although the statement uses language as the determining value, it also allows you to specify a country in cases where two countries with the same language use different sorting methods. It takes the value for the text environment from the table TCPOC where the entries are platform-specific.

The text environment determines the behavior of all ABAP operations that depend on the character set.

The text environment is part of the runtime environment of an ABAP program and consists of a language, a locale and a system code together. All programs of an internal mode, have a common text environment.

Hope this is helpful

Thanks and regards

Srikanth.p

Read only

0 Likes
1,260

Hi Srikanth,

Thanks for your quick reply.Actually my problem is,there is one transaction which is giving dump specifying that:

Invalld key when accessing SAP text environment table "TCP0C".

The program used the following key to access the SAP text environment

table TCP0C:

PLATFORM = "Linux"

LANGUAGE = "L"

COUNTRY = "CZ"

MODIFIER = " "

"TCP0C" has no entry for this key on the current platform.

How the table TCPOC is updated?is it ABAPer's job or does it come under customization?

Thanks again.

Read only

0 Likes
1,260

This message was moderated.

Read only

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Likes
1,260

Hi,

please have a look at SAP note 39473.

best regards,

Nils Buerckel

SAP AG