The AMC_CHANNEL table in SAP ERP or S/4HANA stores ABAP Messaging Channel definition data. There are total 5 fields in AMC_CHANNEL table. The ABAP Messaging Channel definition 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 AMC_CHANNEL table. It is in AMC design time package (SAMC_DESIGN_TIME) ABAP package and is part of the ABAP Channels (BC-MID-AC) module.
SAP AMC_CHANNEL Table Fields
Following is the list of fields that are available in SAP AMC_CHANNEL table. The primary key fields of the table are VERSION (ABAP: Program Status (Active, Saved, Transported…)), CHANNEL_ID (Identifier of the ABAP Messaging Channel).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| VERSION | ABAP: Program Status (Active, Saved, Transported…) | R3STATE | CHAR (1) | |
| CHANNEL_ID | Identifier of the ABAP Messaging Channel | AMC_CHANNEL_ID | SSTR (140) | |
| SCOPE | Scope of an AMC channel | AMC_CHANNEL_SCOPE | CHAR (1) | |
| MESSAGE_TYPE_ID | Message type ID for ABAP Messaging Channel Messages | AMC_MESSAGE_TYPE_ID | CHAR (30) | |
| VSI_PROFILE_SEND | AMC virus scan profile | AMC_VSCAN_PROFILE | CHAR (40) |


