C_BackendPurgOrgForCntrlContr
Backend Purchasing Orgs for Cntrl Pur Contr Hub Scenario
C_BackendPurgOrgForCntrlContr is a Consumption CDS View that provides data about "Backend Purchasing Orgs for Cntrl Pur Contr Hub Scenario" in SAP S/4HANA. It reads from 1 data source (I_PurchasingOrganization) and exposes 5 fields with key fields PurchasingOrganization, LogicalSystem, PurchasingOrganizationName, CompanyCode, Plant. Part of development package ODATA_MM_CCTR_MAINTAIN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PurchasingOrganization | I_PurchasingOrganization | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CBEPORGFORCCTR | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Backend Purchasing Orgs for Cntrl Pur Contr Hub Scenario | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.semanticKey | PurchasingOrganization | view | |
| ObjectModel.representativeKey | PurchasingOrganization | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PurchasingOrganization | PurchasingOrganization | ||
| KEY | LogicalSystem | Back-End System ID | ||
| KEY | PurchasingOrganizationName | PurchasingOrganizationName | ||
| KEY | CompanyCode | CompanyCode | ||
| KEY | Plant | _Plant | Plant |
@AbapCatalog.sqlViewName: 'CBEPORGFORCCTR'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Backend Purchasing Orgs for Cntrl Pur Contr Hub Scenario'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.semanticKey: 'PurchasingOrganization'
@ObjectModel.representativeKey: 'PurchasingOrganization'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #CONSUMPTION
define view C_BackendPurgOrgForCntrlContr as select from I_PurchasingOrganization {
key PurchasingOrganization,
@EndUserText.label: 'Back-End System ID'
key cast('' as abap.char(60) ) as LogicalSystem,
key PurchasingOrganizationName,
key CompanyCode,
key _Plant.Plant
}
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