E_MPPurchasingSourceItem
Extension View for Source List App
E_MPPurchasingSourceItem is a Extension CDS View that provides data about "Extension View for Source List App" in SAP S/4HANA. It reads from 1 data source (eord) and exposes 3 fields with key fields Material, Plant, SourceListRecord.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| eord | Persistence | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | EMPPRSRCITM | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| EndUserText.label | Extension View for Source List App | view | |
| VDM.viewType | #EXTENSION | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
@AbapCatalog.sqlViewName: 'EMPPRSRCITM'
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Extension View for Source List App'
@VDM.viewType: #EXTENSION
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
define view E_MPPurchasingSourceItem as select from eord as Persistence
{
key Persistence.matnr as Material,
key Persistence.werks as Plant,
key Persistence.zeord as SourceListRecord
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EORD"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/
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