I_BackendSourceSystem

DDL: I_BACKENDSOURCESYSTEM SQL: IBACKENDSRCSYS Type: view BASIC

Backend Source System for Hub scenario

I_BackendSourceSystem is a Basic CDS View (Dimension) that provides data about "Backend Source System for Hub scenario" in SAP S/4HANA. It reads from 1 data source (mmpur_c_be_syreg) and exposes 5 fields with key field ProcurementHubSourceSystem.

Data Sources (1)

SourceAliasJoin Type
mmpur_c_be_syreg mmpur_c_be_syreg from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IBACKENDSRCSYS view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Backend Source System for Hub scenario view
VDM.viewType #BASIC view
Metadata.allowExtensions true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
AbapCatalog.preserveKey true view
ObjectModel.representativeKey ProcurementHubSourceSystem view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Analytics.dataCategory #DIMENSION view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY ProcurementHubSourceSystem be_source_sys
ProcurementHubSourceSystemName be_source_sys_name
CommSyst comm_sys_id
LogicalSystem logsys
ProcmtHubBackendBusSyst be_business_system
@AbapCatalog.sqlViewName: 'IBACKENDSRCSYS'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Backend Source System for Hub scenario'
@VDM.viewType: #BASIC
@Metadata.allowExtensions:true
@ClientHandling.algorithm: #SESSION_VARIABLE 
@ObjectModel.usageType.dataClass: #ORGANIZATIONAL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XL
//@ObjectModel.dataCategory:#VALUE_HELP

@AbapCatalog.preserveKey:true
@ObjectModel.representativeKey: 'ProcurementHubSourceSystem'
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@Analytics.dataCategory: #DIMENSION

define view I_BackendSourceSystem as select from mmpur_c_be_syreg 

{
  @ObjectModel.text.element : 'ProcurementHubSourceSystemName'
  @Consumption.labelElement: 'ProcurementHubSourceSystemName'
  key be_source_sys as ProcurementHubSourceSystem,
  @Semantics.text: true
  be_source_sys_name as ProcurementHubSourceSystemName,
  comm_sys_id as CommSyst,
  logsys as LogicalSystem,
  be_business_system as ProcmtHubBackendBusSyst
  
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"MMPUR_C_BE_SYREG"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/