C_PurchasingOrganizationVHTemp
Purchasing Organization
C_PurchasingOrganizationVHTemp is a Consumption CDS View that provides data about "Purchasing Organization" in SAP S/4HANA. It reads from 1 data source (I_PurchasingOrganization) and exposes 2 fields with key field PurchasingOrganization. Part of development package VDM_MD_BP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PurchasingOrganization | PurchasingOrganization | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Purchasing Organization | view | |
| AbapCatalog.sqlViewName | CPURORGVHTEMP | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Search.searchable | true | view | |
| ObjectModel.representativeKey | PurchasingOrganization | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Consumption.ranked | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PurchasingOrganization | I_PurchasingOrganization | PurchasingOrganization | |
| PurchasingOrganizationName | I_PurchasingOrganization | PurchasingOrganizationName |
@EndUserText.label: 'Purchasing Organization'
@AbapCatalog.sqlViewName: 'CPURORGVHTEMP'
////@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@ObjectModel.representativeKey: 'PurchasingOrganization'
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@Consumption.ranked: true
define view C_PurchasingOrganizationVHTemp
as select from I_PurchasingOrganization as PurchasingOrganization
{
@ObjectModel.text.element : 'PurchasingOrganizationName'
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
key PurchasingOrganization.PurchasingOrganization,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
PurchasingOrganization.PurchasingOrganizationName
} where ConfigDeprecationCode = ' '
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