E_PhysInvtryDocumentItem

DDL: E_PHYSINVTRYDOCUMENTITEM Type: view_entity EXTENSION Package: MM_IM_RAP_PI

Physical Inventory Doc Item - Extension

E_PhysInvtryDocumentItem is a Extension CDS View that provides data about "Physical Inventory Doc Item - Extension" in SAP S/4HANA. It reads from 1 data source (iseg) and exposes 3 fields with key fields FiscalYear, PhysicalInventoryDocument, PhysicalInventoryDocumentItem. Part of development package MM_IM_RAP_PI.

Data Sources (1)

SourceAliasJoin Type
iseg Persistence from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
VDM.viewType #EXTENSION view
EndUserText.label Physical Inventory Doc Item - Extension view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY FiscalYear gjahr
KEY PhysicalInventoryDocument iblnr
KEY PhysicalInventoryDocumentItem zeili
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@VDM.viewType: #EXTENSION
@EndUserText.label: 'Physical Inventory Doc Item - Extension'
@ObjectModel: {
    usageType: {
        sizeCategory: #L,
        serviceQuality: #A,
        dataClass:#TRANSACTIONAL
               }
              }
define view entity E_PhysInvtryDocumentItem as select from iseg as Persistence {
  key gjahr as FiscalYear,
  key iblnr as PhysicalInventoryDocument,
  key zeili as PhysicalInventoryDocumentItem 
}