P_SDM_SDSLS_VBAP_4

DDL: P_SDM_SDSLS_VBAP_4 Type: view_entity BASIC Package: VA_XPRA

SDM for field VBAP-ITEM_UUID

P_SDM_SDSLS_VBAP_4 is a Basic CDS View that provides data about "SDM for field VBAP-ITEM_UUID" in SAP S/4HANA. It reads from 1 data source (vbap) and exposes 4 fields with key fields vbeln, posnr. Part of development package VA_XPRA.

Data Sources (1)

SourceAliasJoin Type
vbap vbap from

Annotations (6)

NameValueLevelField
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XL view
VDM.private true view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY vbeln vbap vbeln
KEY posnr vbap posnr
item_uuid vbap item_uuid
sdm_version
@ObjectModel: {
   usageType: {
     dataClass:      #TRANSACTIONAL,
     serviceQuality: #A,
     sizeCategory:   #XL
   }
}
@VDM.private: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view entity P_SDM_SDSLS_VBAP_4
  as select from vbap
{

  /* start suppress warning shlporigin_not_inherited */
  key vbap.vbeln,
  key vbap.posnr,
  /* end suppress warning shlporigin_not_inherited */
  vbap.item_uuid,
  cast( '00' as abap.char( 2 ) ) as sdm_version

}
where vbap.item_uuid is initial or vbap.item_uuid = ''