The APOC_C_CHANNEL table in SAP ERP or S/4HANA stores Channel data. There are total 4 fields in APOC_C_CHANNEL table. The Channel 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 APOC_C_CHANNEL table. It is in Application Output Control – Configuration Objects (APOC_OUTPUT_CONTROL_CONFIG) ABAP package and is part of the s-Innovations Output Management (CA-GTF-OC) module.
SAP APOC_C_CHANNEL Table Fields
Following is the list of fields that are available in SAP APOC_C_CHANNEL table. The primary key fields of the table are MANDT (Client), APPL_OBJ_TYPE (Application Object Type (Business Object)), OUTPUT_TYPE (Output Type), CHANNEL (Output Management: Channel).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| APPL_OBJ_TYPE | Application Object Type (Business Object) | APOC_APPL_OBJECT_TYPE | APOC_I_OBJ_TYPE | CHAR (30) |
| OUTPUT_TYPE | Output Type | APOC_OUTPUT_TYPE | APOC_I_OUTP_TYPE | CHAR (30) |
| CHANNEL | Output Management: Channel | SFM_V_CHANNEL | SFORM_S_CHANNEL | CHAR (5) |


