TTZZ SAP (Time zones) Table details

Dictionary Type: Table
Description: Time zones




ABAP Code to SELECT data from TTZZ
Related tables to TTZZ
Access table TTZZ




Table field list including key, data, relationships and ABAP select examples

TTZZ is a standard SAP Table which is used to store Time zones data and is available within R/3 SAP systems depending on the version and release level.

The TTZZ table consists of various fields, each holding specific information or linking keys about Time zones data available in SAP. These include TZONE (Time Zone), ZONERULE (Time Zone Rule), DSTRULE (Daylight Saving Time Rule), FLAGACTIVE (Time zones active).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = TTZZT


SAP TTZZ table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLIENTClient MANDTCLNT3T000MANDT
TZONETime Zone TZNZONECHAR6TZNZONE
ZONERULETime Zone Rule TZNZONERULCHAR6TTZRTZNZONERUL
DSTRULEDaylight Saving Time Rule TZNDSTRULCHAR6TTZDTZNDSTRUL
FLAGACTIVETime zones active TZNFLACTIVCHAR1FLAG

Key field Non-key field



How do I retrieve data from SAP table TTZZ using ABAP code

The following ABAP code Example will allow you to do a basic selection on TTZZ to SELECT all data from the table
DATA: WA_TTZZ TYPE TTZZ.

SELECT SINGLE *
FROM TTZZ
INTO CORRESPONDING FIELDS OF WA_TTZZ
WHERE...

How to access SAP table TTZZ

Within an ECC or HANA version of SAP you can also view further information about TTZZ and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!