A_DigitalVehPurchaseOrg

DDL: A_DIGITALVEHPURCHASEORG Type: view_entity CONSUMPTION

Digital Vehicle Purchase Org

A_DigitalVehPurchaseOrg is a Consumption CDS View that provides data about "Digital Vehicle Purchase Org" in SAP S/4HANA. It reads from 1 data source (I_PurchasingOrganization) and exposes 2 fields with key field PurchasingOrganization.

Data Sources (1)

SourceAliasJoin Type
I_PurchasingOrganization I_PurchasingOrganization from

Annotations (10)

NameValueLevelField
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
Metadata.ignorePropagatedAnnotations true view
AccessControl.authorizationCheck #CHECK view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view
EndUserText.label Digital Vehicle Purchase Org view
OData.entityType.name DigitalVehPurchaseOrg_Type view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PurchasingOrganization PurchasingOrganization
PurchasingOrganizationName PurchasingOrganizationName
@ObjectModel: {
  usageType: {
    serviceQuality: #A,
    sizeCategory: #S,
    dataClass: #ORGANIZATIONAL }
    }
@Metadata.ignorePropagatedAnnotations:true
@AccessControl.authorizationCheck: #CHECK
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Digital Vehicle Purchase Org'
@OData.entityType.name:'DigitalVehPurchaseOrg_Type'
@Search.searchable: true
define view entity A_DigitalVehPurchaseOrg
  as select from I_PurchasingOrganization
{
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
  key PurchasingOrganization,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      PurchasingOrganizationName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PURCHASINGORGANIZATION"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/