I_BackendSourceSystem
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)
| Source | Alias | Join Type |
|---|---|---|
| mmpur_c_be_syreg | mmpur_c_be_syreg | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
}*/
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