The CCCEXIT table in SAP ERP or S/4HANA stores Client Transport Control: Exit Programs data. There are total 6 fields in CCCEXIT table. The Client Transport Control: Exit Programs table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of CCCEXIT table. It is in Client Copy DDIC Objects (STRM_DB) ABAP package and is part of the Client Copy (BC-CTS-CCO) module.
SAP CCCEXIT Table Fields
Following is the list of fields that are available in SAP CCCEXIT table. The primary key fields of the table are CCPHASE (Client transport control: Processing phases when copying), REPFBNAME (Name of Function Module).
Field | Description | Data Element | Check Table | Data Type |
---|---|---|---|---|
CCPHASE | Client transport control: Processing phases when copying | CCPHASE | CHAR (2) | |
REPFBNAME | Name of Function Module | RS38L_FNAM | TFDIR | CHAR (30) |
CCCOPYTYPE | Copy Type *, C=Copy, T=Transport, R=Remote, S=System(T&R) | CCCOPYTYPE | CHAR (1) | |
CCPROGTYPE | Client Transport Control: Program Type (R, RC, FM) | CCPROGTYPE | CHAR (2) | |
CCPARID | Client transport control: Specify parameter ID, if condition | CCPARID | CHAR (4) | |
CCPARVAL | Character Field with Length 10 | CHAR10 | CHAR (10) |