TCP00 SAP (SAP code page catalog) Table details

Dictionary Type: Table
Description: SAP code page catalog




ABAP Code to SELECT data from TCP00
Related tables to TCP00
Access table TCP00




Table field list including key, data, relationships and ABAP select examples

TCP00 is a standard SAP Table which is used to store SAP code page catalog data and is available within R/3 SAP systems depending on the version and release level.

The TCP00 table consists of various fields, each holding specific information or linking keys about SAP code page catalog data available in SAP. These include CPCOMPANY (Manufacturer identification), CPENCODING (Basis encoding structure), CPBYTEIND (Byte indicator), CPEXTMETH (Extension method).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TCP00 table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CPCODEPAGESAP Character Set ID CPCODEPAGENUMC4CPCODEPAGE
CPCOMPANYManufacturer identification CPCOMPANYCHAR3TCP05CPCOMPANYSPOOL_COMPANY
CPENCODINGBasis encoding structure CPENCODINGNUMC2CPENCODING
CPBYTEINDByte indicator CPBYTEINDNUMC2CPBYTEIND
CPEXTMETHExtension method CPEXTMETHNUMC2CPEXTMETH
CPIDCode page ID CPIDNUMC5CPID
CPCOMMENTShort name CPCOMMENTCHAR50CPCOMMENT
CPVERSIONVersion number CPVERSIONNUMC5CPVERSION
CPSUPEROFCurrent code page is a superset of the specified CPSUPEROFNUMC4TCP00CPCODEPAGE
CPBASEDONCode page, from which the current code page was developed CPBASEDONNUMC4TCP00CPCODEPAGE
CPNLSMAJORNLS character set, which matches the SAP code page CPNLSMAJORNUMC2CPNLSMAJOR
CPNLSMINORVariant of an NLS character set for the SAP code page CPNLSMINORNUMC2CPNLSMINOR
CPSOURCEMemory space of a code page definition CPSOURCECHAR1SCPSOURCE
CPINCLUDE1Include for a code page CPINCLCPNUMC4Assigned to domainCPCODEPAGE
CPINCLUDE2Include for a code page CPINCLCPNUMC4Assigned to domainCPCODEPAGE
CPINCLUDE3Include for a code page CPINCLCPNUMC4Assigned to domainCPCODEPAGE
CPINCLUDE4Include for a code page CPINCLCPNUMC4Assigned to domainCPCODEPAGE
CPISSYSTEMCode page is suitable as a system code page CPISSYSTEMCHAR1TRISTATE
CPISPRINTCode page is suitable for printer CPISPRINTCHAR1TRISTATE
CPISGUICode page is suitable to control a SAPGUI CPISGUICHAR1TRISTATE
CPISTOOLCode page used for internal conversions CPISTOOLCHAR1TRISTATE
CPISINCLCode page is only intended as a part of other code pages CPISINCLCHAR1TRISTATE
CPSTACKINGCode page containts characters superimposed on each other CPSTACKINGCHAR1CPSTACKING
SEGIDStart Segment of Code Page CPSTARTSEGCHAR5TCPSEGCPSEGID

Key field Non-key field



How do I retrieve data from SAP table TCP00 using ABAP code

The following ABAP code Example will allow you to do a basic selection on TCP00 to SELECT all data from the table
DATA: WA_TCP00 TYPE TCP00.

SELECT SINGLE *
FROM TCP00
INTO CORRESPONDING FIELDS OF WA_TCP00
WHERE...

How to access SAP table TCP00

Within an ECC or HANA version of SAP you can also view further information about TCP00 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!