COCHP SAP (PI sheet: Control Recipe Header) Table details

Dictionary Type: Table
Description: PI sheet: Control Recipe Header




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




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

COCHP is a standard SAP Table which is used to store PI sheet: Control Recipe Header data and is available within R/3 SAP systems depending on the version and release level.

The COCHP table consists of various fields, each holding specific information or linking keys about PI sheet: Control Recipe Header data available in SAP. These include CRID (PI sheet (process instruction sheet)), WERK (Plant), BID (Process order number), PHSEQ (Control Recipe Destination).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP COCHP 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
MANDTClient MANDTCLNT3T000MANDT
CRIDPI sheet (process instruction sheet) PI_CRIDNUMC18PI_CRIDPVL
WERKPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
BIDProcess order number CO_BORDCHAR12AUFKALPHAAUFNRANR
PHSEQControl Recipe Destination PHSEQCHAR2TC52PHSEQ
ADRESOperator or group of operators processing a PI sheet CO_PI_ADRCHAR32CHAR32
COTYPType of Control Recipe Destination COMTYCHAR1COMTY
TSTKZIndicator: Message or Control Recipe for Test Purposes TSTKZCHAR1FLAG
CRSTATStatus of the PI sheet CO_PISTATCHAR5CO_PISTAT
ANDATCreation date of the PI sheet CO_ANDATDATS8DATUM
ANUZTTime when the record was created ANUZTTIMS6UZEIT
AEDATChanged On AEDATDATS8DATUM
COM_NAMEName TDOBNAMECHAR70TDOBNAME
S_STAROTop Displayed List Line SYSTAROINT410SYST_LONG
S_STACOFirst List Column Displayed SYSTACOINT410SYST_LONG
S_CPAGEPage Number of List SYCPAGEINT410SYST_LONG
KTXTDescription AUFTEXTCHAR40TEXT40
MATNRMaterial Number for Order PI_MATNRCHAR18MARAMATN1MATNRMAT
MATXTMaterial Description PI_MATXTCHAR40TEXT40
PRUEFLOSInspection Lot Number PI_QPLOSNUMC12QALSQPLOSQLSQALS
VIS_VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN

Key field Non-key field



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

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

SELECT SINGLE *
FROM COCHP
INTO CORRESPONDING FIELDS OF WA_COCHP
WHERE...

How to access SAP table COCHP

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