I_DemandDrivenPurDocHeader

DDL: I_DEMANDDRIVENPURDOCHEADER SQL: IPURDOCHED Type: view BASIC Package: PPH_DD_VDM_STLM

Demand Driven Purchasing Document Header

I_DemandDrivenPurDocHeader is a Basic CDS View that provides data about "Demand Driven Purchasing Document Header" in SAP S/4HANA. It reads from 1 data source (ekko) and exposes 7 fields with key field PurchasingDocument. Part of development package PPH_DD_VDM_STLM.

Data Sources (1)

SourceAliasJoin Type
ekko ekko from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName IPURDOCHED view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label Demand Driven Purchasing Document Header view
VDM.viewType #BASIC view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY PurchasingDocument ebeln
CreationDate aedat
PurchasingDocumentCategory bstyp
PurchasingOrganization ekorg
PurchasingDocumentType bsart
Supplier lifnr
IsEndOfPurposeBlocked iseopblocked
@AbapCatalog.sqlViewName: 'IPURDOCHED'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #XL, dataClass: #MASTER}
@EndUserText.label: 'Demand Driven Purchasing Document Header'
@VDM.viewType: #BASIC

define view I_DemandDrivenPurDocHeader as select from ekko
{
key ebeln        as PurchasingDocument,
    aedat        as CreationDate,
    bstyp        as PurchasingDocumentCategory,
    ekorg        as PurchasingOrganization,
    bsart        as PurchasingDocumentType,
    lifnr        as Supplier,
    iseopblocked as IsEndOfPurposeBlocked
}