A_DigitalVehPurchaseGroup

DDL: A_DIGITALVEHPURCHASEGROUP Type: view_entity CONSUMPTION Package: ISAUTO_VLC_LEAN

Digital Vehicle Purchasing Group

A_DigitalVehPurchaseGroup is a Consumption CDS View that provides data about "Digital Vehicle Purchasing Group" in SAP S/4HANA. It reads from 1 data source (I_PurchasingGroup) and exposes 2 fields with key field PurchasingGroup. It is exposed through 1 OData service (API_DIGITALVEHICLEORGDATA). Part of development package ISAUTO_VLC_LEAN.

Data Sources (1)

SourceAliasJoin Type
I_PurchasingGroup I_PurchasingGroup from

Annotations (10)

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

OData Services (1)

ServiceBindingVersionContractRelease
API_DIGITALVEHICLEORGDATA API_DIGITALVEHICLEORGDATA V4 C2 C1

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PurchasingGroup PurchasingGroup
PurchasingGroupName PurchasingGroupName
@AccessControl.authorizationCheck: #CHECK
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Digital Vehicle Purchasing Group'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #CUSTOMIZING
}
@OData.entityType.name:'DigitalVehPurchaseGroup_Type'
@Search.searchable: true
define view entity A_DigitalVehPurchaseGroup
  as select from I_PurchasingGroup
{
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
  key PurchasingGroup,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      PurchasingGroupName
}