SAP ARBFND_C_MSGCUST cXML Message Configuration Table
Overview
ARBFND_C_MSGCUST is a standard SAP S/4HANA table that stores cXML Message Configuration data. There are total 9 fields in the ARBFND_C_MSGCUST table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table ARBFND_C_MSGCUST belongs to Foundation of BNS Integration (BNS-INT-FND) module and is located in the package Configuration (ARBFND1_CFG).
In addition, following links provide an overview of foreign key relationships, if any, that link ARBFND_C_MSGCUST to other SAP tables and standard CDS views available based on ARBFND_C_MSGCUST table in S/4HANA 2020.
Techincal Settings of ARBFND_C_MSGCUST
Below are technical details of the table ARBFND_C_MSGCUST
- Buffering switched on
- Full table is passed to buffer
- Storage type is Column Store
List of ARBFND_C_MSGCUST Fields
The following table gives you an overview of the fields available in ARBFND_C_MSGCUST
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT | 3 | |
| APPL_COMP_ID | Application component ID | ARBFND_APPL_COMPONENT_ID | ARBFND_I_PROC | CHAR | 24 |
| OBJECT_TYPE | Object type (document type) | ARBFND_OBJECT_TYPE | ARBFND_I_OBJT | CHAR | 10 |
| CXML_MSG_TYPE | cXML message type | ARBFND_CXML_MSG_TYPE | ARBFND_I_PROC | CHAR | 6 |
| DIRECTION | Message direction | ARBFND_MSG_DIRECTION | CHAR | 3 | |
| CXML_VERSION | cXML version | ARBFND_CXML_VERSION | ARBFND_I_TRFM | CHAR | 10 |
| MAPPING_VERSION | Mapping Version | ARBFND_MAPPING_VERSION | ARBFND_I_PROC | CHAR | 4 |
| STATUS_UPD_REQ | Status update request required | ARBFND_STATUS_UPD_REQ_REQUIRED | CHAR | 1 | |
| ACTIVE | cXML message active | ARBFND_CXML_MSG_ACTIVE | CHAR | 1 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for ARBFND_C_MSGCUST
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| ARBFND_C_MSGCUST | APPL_COMP_ID | : | ARBFND_I_PROC |
| ARBFND_C_MSGCUST | CXML_MSG_TYPE | : | ARBFND_I_PROC |
| ARBFND_C_MSGCUST | CXML_VERSION | : | ARBFND_I_TRFM |
| ARBFND_C_MSGCUST | MAPPING_VERSION | : | ARBFND_I_PROC |
| ARBFND_C_MSGCUST | OBJECT_TYPE | : | ARBFND_I_OBJT |