TCP00_PV1 SAP (Generated Table for View TCP00_PV1) Table View details

Dictionary Type: Table View
Description: Generated Table for View TCP00_PV1




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




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

TCP00_PV1 is a standard SAP Table View which is used to store Generated Table for View TCP00_PV1 data and is available within R/3 SAP systems depending on the version and release level.

The TCP00_PV1 table consists of various fields, each holding specific information or linking keys about Generated Table for View TCP00_PV1 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TCP00_PV1 table view 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
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_PV1 using ABAP code

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

SELECT SINGLE *
FROM TCP00_PV1
INTO CORRESPONDING FIELDS OF WA_TCP00_PV1
WHERE...

How to access SAP table TCP00_PV1

Within an ECC or HANA version of SAP you can also view further information about TCP00_PV1 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!