I_BACKENDCOCODEFORPURG

CDS View

Backend company codes for Hub Scenario

I_BACKENDCOCODEFORPURG is a CDS View in S/4HANA. Backend company codes for Hub Scenario. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
C_BackendCoCodeForPurg view from CONSUMPTION Consumption view for Backend Companycode
C_ProcmtHubCoCodeSystemVH view from CONSUMPTION Company Codes from Connected Systems
C_ProcmtHubCompanyCodeVH view from CONSUMPTION Company Codes from Connected Systems
C_SupCosBrkTmplSrcSysCoCodeVH view_entity from CONSUMPTION Source system company codes
@ClientHandling.algorithm: #SESSION_VARIABLE 
@ObjectModel.usageType.dataClass: #ORGANIZATIONAL
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #XL
@AbapCatalog.sqlViewName: 'IBACKENDCOCODE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Backend company codes for Hub Scenario'
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@Analytics.dataCategory: #DIMENSION
@ObjectModel.representativeKey: 'CompanyCode'
@Metadata.allowExtensions:true
define view I_BackendCoCodeForPurg  as select from mmpur_c_be_ccreg
  
 association [1..1] to I_BackendSourceSystem as _BackendSourceSystem on $projection.ProcurementHubSourceSystem = _BackendSourceSystem.ProcurementHubSourceSystem
  
  {
    @ObjectModel.foreignKey.association: '_BackendSourceSystem'
 key be_source_sys as ProcurementHubSourceSystem,
     @ObjectModel.text.element : 'CompanyCodeName'
     @Consumption.labelElement: 'CompanyCodeName'
 key be_co_code as CompanyCode, 
 @Semantics.text: true
 be_co_code_name as CompanyCodeName,
 be_cc_unique_id as ProcmtHubCompanyCodeUniqueID,
 be_source_sys as  SourceSystem,

 _BackendSourceSystem.LogicalSystem,
 @Semantics.text: true
 _BackendSourceSystem.ProcurementHubSourceSystemName,
 _BackendSourceSystem.CommSyst,
 _BackendSourceSystem
 
} where cp_activate = 'X' and cp_delete <> 'X'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BACKENDSOURCESYSTEM",
"MMPUR_C_BE_CCREG"
],
"ASSOCIATED":
[
"I_BACKENDSOURCESYSTEM"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/