I_PurchasingDocumentStdVH

DDL: I_PURCHASINGDOCUMENTSTDVH SQL: IPD__VH Type: view COMPOSITE

Purchasing Document

I_PurchasingDocumentStdVH is a Composite CDS View that provides data about "Purchasing Document" in SAP S/4HANA. It reads from 1 data source (I_PurchasingDocument) and exposes 7 fields with key field PurchasingDocument.

Data Sources (1)

SourceAliasJoin Type
I_PurchasingDocument I_PurchasingDocument from

Annotations (14)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName IPD__VH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey PurchasingDocument view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Purchasing Document view
Search.searchable true view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY PurchasingDocument PurchasingDocument
IsEndOfPurposeBlocked IsEndOfPurposeBlocked
PurchasingDocumentCategory PurchasingDocumentCategory
PurchasingDocumentOrigin PurchasingDocumentOrigin
PurchasingDocumentType PurchasingDocumentType
PurchasingGroup PurchasingGroup
PurchasingOrganization PurchasingOrganization
@AbapCatalog.preserveKey: true
//GENERATED:003:GlBfhyJl7kU{qsVpXIQ6q0

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

@VDM.viewType: #COMPOSITE

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

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

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

@AccessControl.authorizationCheck: #CHECK

@ClientHandling.algorithm: #SESSION_VARIABLE

@Metadata.ignorePropagatedAnnotations: true

@EndUserText.label: 'Purchasing Document'
@Search.searchable: true
define view I_PurchasingDocumentStdVH as select from I_PurchasingDocument {
@Search: {
    defaultSearchElement: true,
    fuzzinessThreshold: 1.0,
    ranking: #HIGH
} 
  key PurchasingDocument,

  @Consumption.hidden: true
  @Semantics.booleanIndicator: true
  IsEndOfPurposeBlocked,
  @Consumption.hidden: true
  PurchasingDocumentCategory,
  @Consumption.hidden: true
  PurchasingDocumentOrigin,
  @Consumption.hidden: true
  PurchasingDocumentType,
  @Consumption.hidden: true
  PurchasingGroup,
  @Consumption.hidden: true
  PurchasingOrganization
}

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