I_SCMBusinessSystemGroup

DDL: I_SCMBUSINESSSYSTEMGROUP SQL: ISCMBUSSYSGRP Type: view BASIC Package: MG-SCM-COMMON

Business system group and corresponding logical system

I_SCMBusinessSystemGroup is a Basic CDS View that provides data about "Business system group and corresponding logical system" in SAP S/4HANA. It reads from 1 data source (t000) and exposes 2 fields with key fields BusinessSystemGroup, LogicalSystem. Part of development package MG-SCM-COMMON.

Data Sources (1)

SourceAliasJoin Type
t000 t000 from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName ISCMBUSSYSGRP view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
VDM.viewType #BASIC view
EndUserText.label Business system group and corresponding logical system view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BusinessSystemGroup
KEY LogicalSystem t000 logsys
@AbapCatalog.sqlViewName: 'ISCMBUSSYSGRP'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel:{
    usageType.serviceQuality: #A,
    usageType.sizeCategory : #M,
    usageType.dataClass: #MASTER
}
@VDM.viewType: #BASIC
@EndUserText.label: 'Business system group and corresponding logical system'
define view I_SCMBusinessSystemGroup
  as select from t000 
{
  key cast( 'S4_BG1' as /sapapo/logqs )  as BusinessSystemGroup,
  key t000.logsys as LogicalSystem

}
where
  t000.mandt = $session.client