COCQ SAP (PPPI/QM Integration: Buffer Table for Reporting Results) Table details

Dictionary Type: Table
Description: PPPI/QM Integration: Buffer Table for Reporting Results




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




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

COCQ is a standard SAP Table which is used to store PPPI/QM Integration: Buffer Table for Reporting Results data and is available within R/3 SAP systems depending on the version and release level.

The COCQ table consists of various fields, each holding specific information or linking keys about PPPI/QM Integration: Buffer Table for Reporting Results data available in SAP. These include MSID (Number of the Process Message), PRUEFLOS (Inspection Lot Number), VORNR (Operation/Activity Number), PHASE (Operation/Activity Number).. 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 COCQ 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
MSIDNumber of the Process Message CO_MSIDNUMC18COMHCO_MSID
PRUEFLOSInspection Lot Number QPLOSNUMC12QALSQPLOSQLSQALS
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
PHASEOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
MERKNRInspection Characteristic Number QMERKNRPNUMC4QMERKNRP
MITTELWERTArithmetic Mean of Valid Measured Values QMITTELWRTFLTP16(16) QSTATWERT
ANZWERTGNumber of Inspected Sample Units QANZWERTG4INT410QANZAHL4
PRUEFDATUVInspection Start Date QPRUEFDATVDATS8DATUMQDV
PRUEFZEITVStarting Time of the Inspection QPRUEFZTVTIMS6QZEITQZV
PRUEFBEMKTShort Text QKURZTEXTCHAR40QKURZTEXT
MASSEINHSWMeasurement Unit in Which Quantitative Data Is Maintained QMGEH6CHAR6T006CLUNITMSEC6
STDABWStandard Deviation of Valid Measured Values QSTDAWFLTP16(16) QSTATWERT

Key field Non-key field



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

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

SELECT SINGLE *
FROM COCQ
INTO CORRESPONDING FIELDS OF WA_COCQ
WHERE...

How to access SAP table COCQ

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