CMPWLH SAP (Customizing Comparison: Worklist Header) Table details

Dictionary Type: Table
Description: Customizing Comparison: Worklist Header




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




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

CMPWLH is a standard SAP Table which is used to store Customizing Comparison: Worklist Header data and is available within R/3 SAP systems depending on the version and release level.

The CMPWLH table consists of various fields, each holding specific information or linking keys about Customizing Comparison: Worklist Header data available in SAP. These include KIND (Comparison/Adjustment Worklist Creation Type), TR_CUST (Request/Task), CTEMPLATE (Business Configuration Set), CPROJECT (Project Name).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CMPWLH 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
WLIDWorklist for comparison/adjustment CMPWLIDCHAR10CHAR10
KINDComparison/Adjustment Worklist Creation Type CMPWLKINDCHAR1CMPWLKIND
TR_CUSTRequest/Task TRKORRCHAR20Assigned to domainTRKORR
CTEMPLATEBusiness Configuration Set SCPR_IDCHAR32Assigned to domainSCPR_IDCP4SCPRSAM
CPROJECTProject Name PROJECT_IDCHAR10Assigned to domainALPHAPROJECT_ID
CPROJVIEWGUID for Structure HIER_TREEGCHAR32SYCHAR32S_TREE_ID
SELCLIDEPSelection of an option (yes = 'x', no = ' ') CMPFLAGCHAR1CMPFLAG
SELCLIINDSelection of an option (yes = 'x', no = ' ') CMPFLAGCHAR1CMPFLAG
SELIMGSelection of an option (yes = 'x', no = ' ') CMPFLAGCHAR1CMPFLAG
SELNOIMGSelection of an option (yes = 'x', no = ' ') CMPFLAGCHAR1CMPFLAG
SELCMPTRANSelection of an option (yes = 'x', no = ' ') CMPFLAGCHAR1CMPFLAG
CMPWLLEVELComparison level of a worklist CMPWLLEVCHAR1CMPWLLEVEL
INSCMPWLKSelection of an option (yes = 'x', no = ' ') CMPFLAGCHAR1CMPFLAG
CMPSYLANGSelection of an option (yes = 'x', no = ' ') CMPFLAGCHAR1CMPFLAG
CMPSYSTABSelection of an option (yes = 'x', no = ' ') CMPFLAGCHAR1CMPFLAG
CLIENTLogon client in which the data is adjusted CMPCLIENTCHAR3CHAR3
LOCSYSTEMComparison system CMPSYSTEMCCHAR10CHAR10
LOCRELEASEComparison release CMPRELEASECHAR4SYCHAR04
LOCLANGUComparison language CMPLANGULANG1ISOLASYLANGU
CMPCLIENTComparison client that is compared against CMPCLIENTCCHAR3CHAR3
CMPSYSTEMComparison system CMPSYSTEMCCHAR10CHAR10
CMPRELEASEComparison release CMPRELEASECHAR4SYCHAR04
CMPLANGUComparison language CMPLANGULANG1ISOLASYLANGU
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
CRCUSTRequest/Task TRKORRCHAR20Assigned to domainTRKORR
CRSYSTRequest/Task TRKORRCHAR20Assigned to domainTRKORR
WLUSERLast Changed by AS4USERCHAR12AS4USER
WLDATEDate of Last Change AS4DATEDATS8AS4DATE
WLTIMELast changed at AS4TIMETIMS6AS4TIME
WLTEXTDescription of worklist CMPWLTEXTCHAR60TEXT60
STATEWorklist status CMPWLSTATECHAR1CMPWLSTATE
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
OBJECTNAMEObject Name OB_OBJECTCHAR30Assigned to domainOB_OBJECT
OBJECTTYPEObject type CMPOBJTYPCHAR1CMPOBJTYP
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
VIEWNAMEObject Name OB_OBJECTCHAR30Assigned to domainOB_OBJECT
VIEWTYPEObject type CMPOBJTYPCHAR1CMPOBJTYP
ACTIONDATEDate of Last Change AS4DATEDATS8AS4DATE
ACTIONTIMELast changed at AS4TIMETIMS6AS4TIME
ACTIONUSERLast Changed by AS4USERCHAR12AS4USER

Key field Non-key field



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

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

SELECT SINGLE *
FROM CMPWLH
INTO CORRESPONDING FIELDS OF WA_CMPWLH
WHERE...

How to access SAP table CMPWLH

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