C_BackendPurgOrgForCntrlContr

DDL: C_BACKENDPURGORGFORCNTRLCONTR SQL: CBEPORGFORCCTR Type: view CONSUMPTION Package: ODATA_MM_CCTR_MAINTAIN

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)

SourceAliasJoin Type
I_PurchasingOrganization I_PurchasingOrganization from

Annotations (11)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
   
   
}