MSR_D_PLANNED
Advanced Returns Management - Next Sequences
MSR_D_PLANNED is an SAP database table in S/4HANA. Advanced Returns Management - Next Sequences. It contains 10 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_RetsMgmtItmWthLogProcgSt2 | view | from | BASIC | Rets Mgmt Process Item With Logistical Procg St2 |
Fields (10)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | msr_id | msr_process_id | Process ID No. | |||
| KEY | item | msr_process_item | Item in Process | |||
| KEY | split_id | msr_split_id | Split ID | |||
| KEY | plan_seq_counter | msr_counter | Counter | |||
| plan_seq_id | msr_seq_id | Sequence ID | ||||
| werks | werks_d | Plant | ||||
| reswk | werks_d | Plant | ||||
| lifnr | lifnr | Supplier | ||||
| addrnumber | ad_addrnum | Address Number |
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.
-- Advanced Returns Management - Next Sequences
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE MSR_D_PLANNED (
MANDT, -- Client [mandt]
MSR_ID, -- Process ID No. [msr_process_id]
ITEM, -- Item in Process [msr_process_item]
SPLIT_ID, -- Split ID [msr_split_id]
PLAN_SEQ_COUNTER, -- Counter [msr_counter]
PLAN_SEQ_ID, -- Sequence ID [msr_seq_id]
WERKS, -- Plant [werks_d]
RESWK, -- Plant [werks_d]
LIFNR, -- Supplier [lifnr]
ADDRNUMBER, -- Address Number [ad_addrnum]
PRIMARY KEY (MANDT, MSR_ID, ITEM, SPLIT_ID, PLAN_SEQ_COUNTER)
);
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