I_DigitalVehPlantPurchaseOrg
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)
| Source | Alias | Join Type |
|---|---|---|
| I_PlantPurchasingOrganization | I_PlantPurchasingOrganization | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA