MATSTKREPORTCSGN
Reports for Consignment Stock
MATSTKREPORTCSGN is an SAP database table in S/4HANA. Reports for Consignment Stock. It contains 8 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_MatlStockReportConsignment | view_entity | from | BASIC | Material Stock Report Consignment |
Fields (8)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | stockreport_id | STOCKREPORTID | Stock Report ID | |||
| KEY | subscriptionitem | STOCKREPORTINGSUBSITEM | Stock Reporting Subscription Id Item | |||
| collection_ts | TIMESTAMPL | Time Stamp | ||||
| firstgoodsmovementpostingdate | DATS | Date | ||||
| lastgoodsmovementpostingdate | DATS | Date | ||||
| group_stoloc | LGORT_D | Location | ||||
| group_mat | MATNR | Material |
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.
-- Reports for Consignment Stock
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE MATSTKREPORTCSGN (
MANDT, -- Client [MANDT]
STOCKREPORT_ID, -- Stock Report ID [STOCKREPORTID]
SUBSCRIPTIONITEM, -- Stock Reporting Subscription Id Item [STOCKREPORTINGSUBSITEM]
COLLECTION_TS, -- Time Stamp [TIMESTAMPL]
FIRSTGOODSMOVEMENTPOSTINGDATE, -- Date [DATS]
LASTGOODSMOVEMENTPOSTINGDATE, -- Date [DATS]
GROUP_STOLOC, -- Location [LGORT_D]
GROUP_MAT, -- Material [MATNR]
PRIMARY KEY (MANDT, STOCKREPORT_ID, SUBSCRIPTIONITEM)
);
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