I_DigitalVehPlantPurchaseOrg

DDL: I_DIGITALVEHPLANTPURCHASEORG Type: view_entity BASIC Package: ISAUTO_VLC_LEAN

Digital Vehicle Plant Purchasing Org

I_DigitalVehPlantPurchaseOrg is a Basic CDS View that provides data about "Digital Vehicle Plant Purchasing Org" in SAP S/4HANA. It reads from 1 data source (I_PlantPurchasingOrganization) and exposes 6 fields with key fields Plant, PurchasingOrganization. Part of development package ISAUTO_VLC_LEAN.

Data Sources (1)

SourceAliasJoin Type
I_PlantPurchasingOrganization I_PlantPurchasingOrganization from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Digital Vehicle Plant Purchasing Org view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #BASIC view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY Plant Plant
KEY PurchasingOrganization PurchasingOrganization
PlantName _Plant PlantName
PurchasingOrganizationName _PurchasingOrganization PurchasingOrganizationName
CityName
PostalCode
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Digital Vehicle Plant Purchasing Org'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #B,
  sizeCategory: #S,
  dataClass: #CUSTOMIZING
}
@VDM.viewType: #BASIC
define view entity I_DigitalVehPlantPurchaseOrg as select from I_PlantPurchasingOrganization {
  key Plant,
  key PurchasingOrganization,
  _Plant.PlantName,
  _PurchasingOrganization.PurchasingOrganizationName,
  _Plant._Address.CityName as CityName,
  _Plant._Address.PostalCode
   
}
where Plant is not initial and
      PurchasingOrganization is not initial