I_SCHEDPRODNORDERTIMEZONE
System Time Zone
I_SCHEDPRODNORDERTIMEZONE is a CDS View in S/4HANA. System Time Zone. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_SchedChngOpersLiveCacheMap | view | left_outer | COMPOSITE |
@AbapCatalog.sqlViewName: 'ICSHPDSYSTZONE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'System Time Zone'
define view I_SchedProdnOrderTimeZone as select from ttzcu {
key client,
tzonesys as TimeZoneID
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TTZCU"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/