/PLMB/CCK_HDR SAP (Compliance Check) Table details

Dictionary Type: Table
Description: Compliance Check




ABAP Code to SELECT data from /PLMB/CCK_HDR
Related tables to /PLMB/CCK_HDR
Access table /PLMB/CCK_HDR




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

/PLMB/CCK_HDR is a standard SAP Table which is used to store Compliance Check data and is available within R/3 SAP systems depending on the version and release level.

The /PLMB/CCK_HDR table consists of various fields, each holding specific information or linking keys about Compliance Check data available in SAP. These include CCK_ID (Identifier), CREATED_BY (User Who Created Object (Item)), CREATED_TIMESTMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), DATA_ORIGIN (Data Origin).. 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 /PLMB/CCK_HDR 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 MANDTCLNT3Assigned to domainMANDT
CCK_IDIdentifier /PLMB/CCK_IDNUMC15/PLMB/CCK_ID/PLMB/CCK_ID
CREATED_BYUser Who Created Object (Item) /PLMB/RCP_CREATED_BYCHAR12USNAM/PLMB/SEA_COLLECTIVE_USERNAME
CREATED_TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) /PLMB/RCP_TIMESTAMPDEC15TZNTSTMPS
DATA_ORIGINData Origin /PLMB/CCK_DATA_ORIGINCHAR9/PLMB/CCK_DATA_ORIGIN
DS_RATINGRating ESEVACLIDCHAR10Assigned to domainESDVACLID
DS_VAValidity Area ESERVLIDCHAR10Assigned to domainESDRVLIDESJ
EXPERT_DESTRFC Destination of EH&S Expert EHSBE_RC_EXPERT_RFCDESTCHAR32EHSBD_RC_TEXT_32
EXPERT_RULE_SETSet of Rules EHSBE_RC_RULE_SETCHAR30ESDRULESET
EXPERT_DATA_PROVData Provider EHSBE_RC_DATA_PROVCHAR10ALPHAEHSBD_RC_DATA_PROV
EXPERT_DATA_ORIGSource of Data ESESRSIDCHAR10Assigned to domainESDSRSID
LOGNUMBERApplication log: log number BALOGNRCHAR20Assigned to domainBALOGNR
STATUSCompliance Check Results Status /PLMB/CCK_STATUSCHAR2/PLMB/CCK_STATUS
CCK_MODECompliance Check: Operating Mode /PLMB/CCK_MODECHAR1/PLMB/CCK_MODE
SHOW_YELLOWCompliance Check: Show Yellow Light /PLMB/CCK_SHOW_YELLOWCHAR1
NO_GROUPCompliance Check: Also Check Non-Grouped Diets/Nutrients /PLMB/CCK_NO_GROUPCHAR1
NO_GREENCompliance Check: Green Light Control /PLMB/CCK_NO_GREENCHAR1/PLMB/CCK_GREEN
NO_SUBST_GROUPCompliance Check: Do Not Check Substance Groups /PLMB/CCK_NO_SUBST_GROUPCHAR1

Key field Non-key field



How do I retrieve data from SAP table /PLMB/CCK_HDR using ABAP code

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

SELECT SINGLE *
FROM /PLMB/CCK_HDR
INTO CORRESPONDING FIELDS OF WA_/PLMB/CCK_HDR
WHERE...

How to access SAP table /PLMB/CCK_HDR

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