I_ElectronicDocPurchasingDoc

DDL: I_ELECTRONICDOCPURCHASINGDOC SQL: IEDOCPURCHDOC Type: view BASIC

Electronic Document: Purchasing Document

I_ElectronicDocPurchasingDoc is a Basic CDS View that provides data about "Electronic Document: Purchasing Document" in SAP S/4HANA. It reads from 1 data source (ekko) and exposes 4 fields with key field PurchasingDocument.

Data Sources (1)

SourceAliasJoin Type
ekko ekko from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IEDOCPURCHDOC view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Electronic Document: Purchasing Document view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #XXL view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY PurchasingDocument ebeln
PurchasingDocumentOrderDate bedat
Supplier
PurchasingOrganization ekorg
@AbapCatalog.sqlViewName: 'IEDOCPURCHDOC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #MANDATORY 
@EndUserText.label: 'Electronic Document: Purchasing Document'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {
  dataClass: #TRANSACTIONAL,
  serviceQuality: #X,
  sizeCategory: #XXL
  }
define view I_ElectronicDocPurchasingDoc
  as select from ekko
{
  key ebeln                                        as PurchasingDocument,
      bedat                                        as PurchasingDocumentOrderDate,
      cast ( lifnr as md_supplier preserving type) as Supplier,
      ekorg                                        as PurchasingOrganization
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EKKO"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/