P_MatDocExtractSupplierStkVal
Matdoc_Extract Supplier Stock Valuation
P_MatDocExtractSupplierStkVal is a Basic CDS View that provides data about "Matdoc_Extract Supplier Stock Valuation" in SAP S/4HANA. It reads from 1 data source (matdoc_extract) and exposes 6 fields with key fields matnr, werks, sobkz, lifnr, lbbsa. Part of development package ODATA_MM_IM_PI_MASS_CREATE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| matdoc_extract | matdoc_extract | from |
Annotations (3)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_ALLOWED | view | |
| VDM.private | true | view | |
| VDM.viewType | #BASIC | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | matnr | matbf | ||
| KEY | werks | werks | ||
| KEY | sobkz | sobkz | ||
| KEY | lifnr | lifnr_sid | ||
| KEY | lbbsa | lbbsa_sid | ||
| xobew | xobew |
@AccessControl.authorizationCheck: #NOT_ALLOWED
@VDM.private: true
@VDM.viewType: #BASIC
define view entity P_MatDocExtractSupplierStkVal as select from matdoc_extract {
key matbf as matnr,
key werks,
key sobkz,
key lifnr_sid as lifnr,
key lbbsa_sid as lbbsa,
xobew
}
where stock_ind_l2 = ''
and (sobkz = 'O'
and (lbbsa_sid = '01' or lbbsa_sid = '02' or lbbsa_sid = '05' or lbbsa_sid = '08'))
group by matbf, werks, sobkz, lifnr_sid, lbbsa_sid, xobew
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA