SAP Table
TTZR Time zone rules
SAP table TTZR (Time Zone Rules) stores configuration data related to time zone rules. It is used to define how time zones are handled in SAP systems, including information on time zone offsets, daylight saving time adjustments, and related parameters. This table helps ensure accurate date and time calculations across different regions and time zones within SAP processes.
SAP table TTZR has 2 primary key fields being CLIENT,ZONERULE.
/ Fields
TTZR columns.
| Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |
|---|---|---|---|---|---|---|---|
| KeyCLIENT | Client | CLNT | 3 | 0 | T000 | MANDT | |
| KeyZONERULE | Time Zone Rule | CHAR | 6 | 0 | TZNZONERUL | ||
| UTCDIFF | Difference of time zone from UTC (w/o Summer time) | TIMS | 6 | 0 | TZNUTCDIFF | ||
| UTCSIGN | Sign of the Difference from UTC (+ or -) | CHAR | 1 | 0 | TZNUTCSIGN | ||
| FLAGACTIVE | Time zones active | CHAR | 1 | 0 | TZNFLACTIV |
/ Relationships
TTZR foreign keys.
| Table | Field | Check Table | Description | Check Field |
|---|---|---|---|---|
| TTZR | CLIENT | T000 | Clients | MANDT |