SIT_MSG_PARAM
Situation Message Parameter Cache Table
SIT_MSG_PARAM is an SAP database table in S/4HANA. Situation Message Parameter Cache Table. It contains 9 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_SitnInstceMessageParameter | view | from | BASIC | Message Parameter for Situation Instance |
Fields (9)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | MANDT | Client | |||
| KEY | sitninstanceid | SIT_DE_INST_ID | Instance ID | |||
| KEY | sitnmsgtextversion | SIT_DE_MSG_VERSION | Version Msg. Details | |||
| KEY | sitnmsgparamname | /IWNGW/NOTIF_PARAM_KEY | Notif. Parameter Key | |||
| sitnmsgparameterval | /IWNGW/NOTIF_PARAM_VAL | Notif Parameter Val | ||||
| sitnmsgparamvaltype | /IWNGW/NOTIF_PARAM_VAL_TY | Parameter Value Type | ||||
| sitndefinitionid | SIT_DE_DEF_ID | Situation Type ID | ||||
| sitnmsgparamissensitive | BOOLE_D | TRUE | ||||
| crea_date_time | TIMESTAMPL | Time Stamp |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Situation Message Parameter Cache Table
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SIT_MSG_PARAM (
CLIENT, -- Client [MANDT]
SITNINSTANCEID, -- Instance ID [SIT_DE_INST_ID]
SITNMSGTEXTVERSION, -- Version Msg. Details [SIT_DE_MSG_VERSION]
SITNMSGPARAMNAME, -- Notif. Parameter Key [/IWNGW/NOTIF_PARAM_KEY]
SITNMSGPARAMETERVAL, -- Notif Parameter Val [/IWNGW/NOTIF_PARAM_VAL]
SITNMSGPARAMVALTYPE, -- Parameter Value Type [/IWNGW/NOTIF_PARAM_VAL_TY]
SITNDEFINITIONID, -- Situation Type ID [SIT_DE_DEF_ID]
SITNMSGPARAMISSENSITIVE, -- TRUE [BOOLE_D]
CREA_DATE_TIME, -- Time Stamp [TIMESTAMPL]
PRIMARY KEY (CLIENT, SITNINSTANCEID, SITNMSGTEXTVERSION, SITNMSGPARAMNAME)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA