I_SCMBUSINESSSYSTEMGROUP

CDS View

Business system group and corresponding logical system

I_SCMBUSINESSSYSTEMGROUP is a CDS View in S/4HANA. Business system group and corresponding logical system. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_SCMProductLocationMap view inner COMPOSITE Mapping S/4 Product-Plant-MRPArea to SCM Product Location
@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