SAP table UDM_STR_RULE_V (Assignment of Rules to Collection Strategies)
SAP table UDM_STR_RULE_V has 4 primary key fields being MANDT,COLL_STRATEGY,SEQUENCE_ID,VERSION.
If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.
Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |
---|---|---|---|---|---|---|---|
MANDT | Client | CLNT | 3 | 0 | T000 | MANDT | |
COLL_STRATEGY | Collection Strategy | CHAR | 10 | 0 | UDM_STRATEGY | UDM_COLL_STRATEGY | |
SEQUENCE_ID | Sequence Number of a Strategy | INT4 | 10 | 0 | UDM_SEQUENCE_ID | ||
VERSION | Collection Strategy Version | NUMC | 8 | 0 | UDM_STRATEGY_VERSION | ||
RULE_ID | Collection Rule | CHAR | 10 | 0 | UDM_RULE | UDM_COLL_RULE_ID | |
VALUATION | Valuation | INT4 | 10 | 0 | UDM_COLL_VALUATION | ||
X_ABORT | Exit Rule | CHAR | 1 | 0 | UDM_FLAG_ABORT | ||
REMARK | Comment | CHAR | 60 | 0 | UDM_REMARK |
UDM_STR_RULE_V foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 UDM_STR_RULE_V | COLL_STRATEGY | UDM_STRATEGY | Strategies | MANDT |
0 UDM_STR_RULE_V | COLL_STRATEGY | UDM_STRATEGY | Strategies | COLL_STRATEGY |
1 UDM_STR_RULE_V | MANDT | T000 | Clients | MANDT |
0 UDM_STR_RULE_V | RULE_ID | UDM_RULE | Rules | MANDT |
0 UDM_STR_RULE_V | RULE_ID | UDM_RULE | Rules | RULE_ID |