I_SCMBUSINESSSYSTEMGROUP
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)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_SCMProductLocationMap | view | inner | COMPOSITE |
@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
inner join /sapapo/sysdir as sysdir on sysdir.mandt = t000.mandt
and sysdir.logsys = t000.logsys
{
key sysdir.logqs as BusinessSystemGroup,
key sysdir.logsys as LogicalSystem
}
where
t000.mandt = $session.client
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/SAPAPO/SYSDIR",
"T000"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/