NSDM_E_V_MKPF

DDL: NSDM_DDL_V_V_MKPF SQL: NSDM_V_V_MKPF Type: view

V_MKPF Compatibility View

NSDM_E_V_MKPF is a CDS View that provides data about "V_MKPF Compatibility View" in SAP S/4HANA. It reads from 1 data source (matdoc) and exposes 8 fields with key fields mandt, mblnr, mjahr, zeile.

Data Sources (1)

SourceAliasJoin Type
matdoc ab from

Annotations (10)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName NSDM_V_V_MKPF view
EndUserText.label V_MKPF Compatibility View view
ObjectModel.usageType.sizeCategory L view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ClientHandling.algorithm #AUTOMATED view
AccessControl.authorizationCheck #NOT_ALLOWED view
AbapCatalog.viewEnhancementCategory #PROJECTION_LIST view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY mandt matdoc mandt
KEY mblnr matdoc mblnr
KEY mjahr matdoc mjahr
KEY zeile matdoc zeile
werks matdoc werks
vgart matdoc vgart
budat matdoc budat
bktxt matdoc bktxt
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.sqlViewName: 'NSDM_V_V_MKPF'
@EndUserText.label:       'V_MKPF Compatibility View'

@ObjectModel.usageType.sizeCategory: 'L'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ClientHandling.algorithm: #AUTOMATED
@AccessControl.authorizationCheck: #NOT_ALLOWED
@AbapCatalog.viewEnhancementCategory: #PROJECTION_LIST
define view NSDM_E_V_MKPF as
select from matdoc as ab
{ 
key ab.mandt,
key ab.mblnr, 
key ab.mjahr,
key ab.zeile,

ab.werks,
ab.vgart,
ab.budat,
ab.bktxt

} where record_type = 'MDOC'
      

/*+[internal] {
"BASEINFO":
{
"FROM":
[
"MATDOC"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/