CCCFLOW SAP (Client Copy Control Flow) Table details

Dictionary Type: Table
Description: Client Copy Control Flow




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




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

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

The CCCFLOW table consists of various fields, each holding specific information or linking keys about Client Copy Control Flow data available in SAP. These include TSTAMP (Time Stamp in CTS), SOURCEMAND (Source Client for Client Copy), STATUS (Processing status), UNAME (User 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CCCFLOW 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
MANDTTarget client when copying a client CCZMANDCHAR3CHAR3
TSTAMPTime Stamp in CTS TSTAMPNUMC14TSTAMP
SOURCEMANDSource Client for Client Copy CCMANDCHAR3CHAR3
STATUSProcessing status CCSTATECHAR1DDSTATE
UNAMEUser Name UNAMECHAR12UNAME
SYHOSTApplication Server SYHOSTCHAR32HOST_ID
PROCLEVELNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
PARAMLISTComment CHAR50CHAR50TEXT50
LASTTIMETime of day of the last parameter change TIMEPTIMS6UZEIT
NBRTABNumber of Tables NBRTABINT410INT4
NBRINSNo. of inserts NBRINSINT410INT4
NBRUPDNo. of updates NBRUPDINT410INT4
NBRDELNo. of deletions NBRDELINT410INT4
RUNTIMERuntime RUNTIMEINT410INT4
SAPRLSAP Release SAPRLCHAR4SAPRL
TRKORRRequest/Task TRKORRCHAR20Assigned to domainTRKORR
SYSNAMELogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
NBRTOTALTotal no. of tables to be copied NBRTOTALINT410INT4
NBRTABLESTotal no. of tables to be copied NBRTOTALINT410INT4
DELTABSClient copy: Delete non-selected application tables CCDELTABSCHAR1CCDELTABS
PROFILProfile name for client copy CCPRFCHAR8Assigned to domainCCPROFIL
EXP_NBRDIFNo. of inserts NBRINSINT410INT4
CC_ERRORError marker for cancelled client copy runs CC_ERRORCHAR5CC_ERROR
EIS_COPYNo copying of EIS data CCEISCOPYCHAR1X
COPY_VARIAlso copy variants COPY_VARICHAR1X
TEST_MODETest mode client copy CCTESTMODECHAR1CHAR1
U_CLIENTClient MANDTCLNT3Assigned to domainMANDT
COMFILERequest/Task TRKORRCHAR20Assigned to domainTRKORR
EXCLUDESExcludes for a client copy NBREXCLUDEINT410INT4
CUSTINDEPCopy flag: Cross-client Customizing objects with IMG CUSTINDEPCHAR1X
NOCDPOSChange Documents und Recovery CC_NOCDPOSCHAR1CC_NOCDPOS
NOPROCSProcess number CCPROCNRNUMC5NUM5
SERVERLogon/Server Group Name RZLLI_APCLCHAR20RZLLI_ACN
REMOTE_SYSName of SAP System SYSYSIDCHAR8SYCHAR08
FINAL_STATProcessing status CCSTATECHAR1DDSTATE
LOG_ERRORYes/No (X/ ) OAXCHAR1X
LAST_DATESystem Date SYDATUMDATS8SYDATS
ALTINPTable selection mode ('A' / 'T') CCSELMODECHAR1CHAR1
INACTIVEYes/No (X/ ) OAXCHAR1X
USER_PRFLCopy Authorization Profiles und Roles CCPROF_DCHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM CCCFLOW
INTO CORRESPONDING FIELDS OF WA_CCCFLOW
WHERE...

How to access SAP table CCCFLOW

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