MMPUR_ACT_PARAMS
Action parameters for rule defined
MMPUR_ACT_PARAMS is an SAP database table in S/4HANA. Action parameters for rule defined. It contains 12 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ProcmtAutomnActionParam | view | from | BASIC | Base view for Action Parameters |
Fields (12)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | mandt | Client | |||
| KEY | extsourcesystem | mmpur_d_source_sys | Connected System ID | |||
| KEY | procmtautomnruleid | mmpur_rule_id | Rule ID | |||
| KEY | procmtautomnactivityid | mmpur_activity_id | Activity ID | |||
| KEY | procmtautomnactionuniqueid | mmpur_action_unique_id | Action Unique ID | |||
| KEY | sapobjectnodetype | sbo_node_type | SAP Obj Node Type | |||
| KEY | businessobjectfieldname | mmpur_field_name | Field Name | |||
| KEY | itemcounter | mmpur_field_sequence | Sequence | |||
| operator | mmpur_operator | Operator | ||||
| businessobjectkeyfieldvalue1 | mmpur_value_high | Value High | ||||
| businessobjectkeyfieldvalue2 | mmpur_value_low | Value Low | ||||
| isdeleted | boolean_flg | Boolean Variables (X=true, space=false) |
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.
-- Action parameters for rule defined
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE MMPUR_ACT_PARAMS (
CLIENT, -- Client [mandt]
EXTSOURCESYSTEM, -- Connected System ID [mmpur_d_source_sys]
PROCMTAUTOMNRULEID, -- Rule ID [mmpur_rule_id]
PROCMTAUTOMNACTIVITYID, -- Activity ID [mmpur_activity_id]
PROCMTAUTOMNACTIONUNIQUEID, -- Action Unique ID [mmpur_action_unique_id]
SAPOBJECTNODETYPE, -- SAP Obj Node Type [sbo_node_type]
BUSINESSOBJECTFIELDNAME, -- Field Name [mmpur_field_name]
ITEMCOUNTER, -- Sequence [mmpur_field_sequence]
OPERATOR, -- Operator [mmpur_operator]
BUSINESSOBJECTKEYFIELDVALUE1, -- Value High [mmpur_value_high]
BUSINESSOBJECTKEYFIELDVALUE2, -- Value Low [mmpur_value_low]
ISDELETED, -- Boolean Variables (X=true, space=false) [boolean_flg]
PRIMARY KEY (CLIENT, EXTSOURCESYSTEM, PROCMTAUTOMNRULEID, PROCMTAUTOMNACTIVITYID, PROCMTAUTOMNACTIONUNIQUEID, SAPOBJECTNODETYPE, BUSINESSOBJECTFIELDNAME, ITEMCOUNTER)
);
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