I_PurchasingDocumentItemStdVH

DDL: I_PURCHASINGDOCUMENTITEMSTDVH SQL: IPDI__VH Type: view COMPOSITE

Purchasing Document Item

I_PurchasingDocumentItemStdVH is a Composite CDS View that provides data about "Purchasing Document Item" in SAP S/4HANA. It reads from 1 data source (I_PurchasingDocumentItem) and exposes 6 fields with key fields PurchasingDocument, PurchasingDocumentItem.

Data Sources (1)

SourceAliasJoin Type
I_PurchasingDocumentItem I_PurchasingDocumentItem from

Annotations (14)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName IPDI__VH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey PurchasingDocumentItem view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Purchasing Document Item view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY PurchasingDocument PurchasingDocument
KEY PurchasingDocumentItem PurchasingDocumentItem
Plant Plant
PurchasingDocumentCategory PurchasingDocumentCategory
IsEndOfPurposeBlocked IsEndOfPurposeBlocked
_PurchasingDocument _PurchasingDocument

@AbapCatalog.preserveKey: true
//GENERATED:003:GlBfhyJl7kU{qsVpXIQ6q0

@AbapCatalog.sqlViewName: 'IPDI__VH'
@AbapCatalog.compiler.compareFilter: true

@VDM.viewType: #COMPOSITE

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'PurchasingDocumentItem'

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL

@ObjectModel.supportedCapabilities: [ #VALUE_HELP_PROVIDER, #SEARCHABLE_ENTITY ]

@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

@Metadata.ignorePropagatedAnnotations: true

@EndUserText.label: 'Purchasing Document Item' 
define view I_PurchasingDocumentItemStdVH as select from I_PurchasingDocumentItem {
  @ObjectModel.foreignKey.association: '_PurchasingDocument'
  key PurchasingDocument,
  key PurchasingDocumentItem,

  @Consumption.hidden: true
  Plant,
  @Consumption.hidden: true
  PurchasingDocumentCategory,
  @Consumption.hidden: true
  @Semantics.booleanIndicator: true
  IsEndOfPurposeBlocked,

  @Consumption.hidden: true
  _PurchasingDocument
}


/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PURCHASINGDOCUMENTITEM"
],
"ASSOCIATED":
[
"I_PURCHASINGDOCUMENT"
],
"BASE":
[
"I_PURCHASINGDOCUMENTITEM"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/