The BSPWD_MSG_FLD_C table in SAP ERP or S/4HANA stores Message-Field Mapping data. There are total 11 fields in BSPWD_MSG_FLD_C table. The Message-Field Mapping 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 BSPWD_MSG_FLD_C table. It is in Customizing Objects for the WebClient UI Framework Runtime (CRM_BSP_WD_CUST) ABAP package and is part of the UI Runtime Environment (CA-WUI-UI-RT) module.
SAP BSPWD_MSG_FLD_C Table Fields
Following is the list of fields that are available in SAP BSPWD_MSG_FLD_C table. The primary key fields of the table are CLIENT (Client).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | * | CLNT (3) |
| MESSAGE_CLASS | Message Class | SYMSGID | * | CHAR (20) |
| MESSAGE | Message Text | BAPI_MSG | CHAR (220) | |
| VARIABLE1 | Message Variable | SYMSGV | CHAR (50) | |
| VARIABLE2 | Message Variable | SYMSGV | CHAR (50) | |
| VARIABLE3 | Message Variable | SYMSGV | CHAR (50) | |
| VARIABLE4 | Message Variable | SYMSGV | CHAR (50) | |
| COMPONENT | Name of BSP Application | O2APPLNAME | CHAR (30) | |
| COMPONENT_VIEW | Name of BSP Page (Upper and Lower Case) | O2PAGEEXT | CHAR (70) | |
| SERVER_FALLBACK | Server Fallback | BSPWD_SERVER_FALLBACK | CHAR (1) | |
| COLORING | Field state | BSPWD_FLD_STATE | CHAR (1) |


