2009 Mar 26 9:31 AM
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.
2009 Mar 26 9:38 AM
There is enough documentation for the TCP0C table in ABAP Dictionary. Please check
2009 Mar 26 9:45 AM
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.
2009 Mar 26 9:54 AM
I guess you putting incorrect table name it is TCP0C not TCPOC
2009 Mar 26 9:55 AM
2009 Mar 26 10:04 AM
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
2009 Mar 26 10:31 AM
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.
2009 Mar 26 10:53 AM
2011 Mar 17 4:10 PM
Hi,
please have a look at SAP note 39473.
best regards,
Nils Buerckel
SAP AG
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |