CCCINFO SAP (Client Copy Control: Info on Table CCCEXIT Entries) Table details

Dictionary Type: Table
Description: Client Copy Control: Info on Table CCCEXIT Entries




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




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

CCCINFO is a standard SAP Table which is used to store Client Copy Control: Info on Table CCCEXIT Entries data and is available within R/3 SAP systems depending on the version and release level.

The CCCINFO table consists of various fields, each holding specific information or linking keys about Client Copy Control: Info on Table CCCEXIT Entries data available in SAP. These include REPFBNAME (Name of Function Module), UNAME (User Name), DATUM (Date), APPLK_DOPR (Application ID in R/3 (2-digit)).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CCCINFO 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
CCPHASEClient transport control: Processing phases when copying CCPHASECHAR2CHAR2
REPFBNAMEName of Function Module RS38L_FNAMCHAR30CCCEXITFUNCNAMELIB
UNAMEUser Name UNAMECHAR12UNAME
DATUMDate DATUMDATS8DATUM
APPLK_DOPRApplication ID in R/3 (2-digit) APPLID2CHAR2CHAR2
TEXT50Text Field TEXT50CHAR50TEXT50

Key field Non-key field



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

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

SELECT SINGLE *
FROM CCCINFO
INTO CORRESPONDING FIELDS OF WA_CCCINFO
WHERE...

How to access SAP table CCCINFO

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