E_MaterialSample

DDL: E_MATERIALSAMPLE SQL: EMATERIALSAMPLE Type: view EXTENSION

Material Sample Extension

E_MaterialSample is a Extension CDS View that provides data about "Material Sample Extension" in SAP S/4HANA. It reads from 1 data source (qprs) and exposes 1 field with key field MaterialSample.

Data Sources (1)

SourceAliasJoin Type
qprs Persistence from

Annotations (7)

NameValueLevelField
EndUserText.label Material Sample Extension view
AbapCatalog.sqlViewName EMATERIALSAMPLE view
VDM.viewType #EXTENSION view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY MaterialSample phynr
@EndUserText.label: 'Material Sample Extension'
@AbapCatalog.sqlViewName: 'EMATERIALSAMPLE'
@VDM.viewType: #EXTENSION
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ObjectModel.usageType: { serviceQuality: #B, sizeCategory: #M, dataClass: #MASTER }
define view E_MaterialSample as select from qprs as Persistence {
    key phynr as MaterialSample    
}