CCC_CHECK SAP (Client dummy) Table details

Dictionary Type: Table
Description: Client dummy




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




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

CCC_CHECK is a standard SAP Table which is used to store Client dummy data and is available within R/3 SAP systems depending on the version and release level.

The CCC_CHECK table consists of various fields, each holding specific information or linking keys about Client dummy data available in SAP. These include MODUS (Mode for client transport), ALTINP (Entry source), STATUS (Processing status), TRKORR (Request/Task).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CCC_CHECK 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
MODUSMode for client transport CCMODUSCHAR1CCMODUS
ALTINPEntry source ALTINPCHAR1ALTINP
STATUSProcessing status CCSTATECHAR1DDSTATE
TRKORRRequest/Task TRKORRCHAR20Assigned to domainTRKORR
MTEXTClient name MTEXT_DCHAR25TEXT25
ORT01City ORT01CHAR25TEXT25
MWAERStandard currency throughout client MWAERCUKY5Assigned to domainWAERS
CCCATEGORYClient control: Role of client (production, test,...) CCCATEGORYCHAR1CCCATEGORY
CCCORACTIVChanges and transports for client-specific objects CCCORACTIVCHAR1CCCORACTIV
CCNOCLIINDMaintenance authorization for objects in all clients CCNOCLIINDCHAR1CCNOCLIIND
CCCOPYLOCKProtection reg. client copy program and comparison tools CCCOPYLOCKCHAR1COPYLOCK
CCNOCASCADClient control: No client cascade for upgrade import CCNOCASCADCHAR1X
CCSOFTLOCKClient control: Soft Lock Required (Planned for 4.0) CCSOFTLOCKCHAR1X
CCORIGCONTRecording Client for Switch BC Sets CCORIGCONTCHAR1CHAR1
CCIMAILDISClient Control: CATT und eCATT Authorization CCIMAILDISCHAR1SECURECATT
CCTEMPLOCKClient control: Indicator that client is temporarily locked CCTEMPLOCKCHAR1X
CHANGEUSERLast Changed by AS4USERCHAR12AS4USER
CHANGEDATEDate of Last Change AS4DATEDATS8AS4DATE
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
TSTAMPTime Stamp in CTS TSTAMPNUMC14TSTAMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM CCC_CHECK
INTO CORRESPONDING FIELDS OF WA_CCC_CHECK
WHERE...

How to access SAP table CCC_CHECK

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