The AMC_MSG_TYPE_TXT table in SAP ERP or S/4HANA stores Text table for Mesage type defintion for AMC data. There are total 4 fields in AMC_MSG_TYPE_TXT table. The Text table for Mesage type defintion for AMC 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_MSG_TYPE_TXT 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_MSG_TYPE_TXT Table Fields
Following is the list of fields that are available in SAP AMC_MSG_TYPE_TXT table. The primary key fields of the table are MESSAGE_TYPE_ID (Message type ID for ABAP Messaging Channel Messages), VERSION (ABAP: Program Status (Active, Saved, Transported…)), LANG (Language Key).
Field | Description | Data Element | Check Table | Data Type |
---|---|---|---|---|
MESSAGE_TYPE_ID | Message type ID for ABAP Messaging Channel Messages | AMC_MESSAGE_TYPE_ID | CHAR (30) | |
VERSION | ABAP: Program Status (Active, Saved, Transported…) | R3STATE | CHAR (1) | |
LANG | Language Key | SPRSL | * | LANG (1) |
DESCRIPTION | Explanatory Short Text | DDTEXT | CHAR (60) |