E_MPPurchasingSourceItem

DDL: E_MPPURCHASINGSOURCEITEM SQL: EMPPRSRCITM Type: view EXTENSION

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)

SourceAliasJoin Type
eord Persistence from

Annotations (6)

NameValueLevelField
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

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Material eord matnr
KEY Plant eord werks
KEY SourceListRecord eord zeord
@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
}
}*/