TTZDF SAP (Summer time rules (fixed annual dates)) Table details

Dictionary Type: Table
Description: Summer time rules (fixed annual dates)




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




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

TTZDF is a standard SAP Table which is used to store Summer time rules (fixed annual dates) data and is available within R/3 SAP systems depending on the version and release level.

The TTZDF table consists of various fields, each holding specific information or linking keys about Summer time rules (fixed annual dates) data available in SAP. These include DSTRULE (Daylight Saving Time Rule), YEARACT (Valid for Year), DATEFROM (Start of Daylight Saving Time: Date), TIMEFROM (Start of Daylight Saving Time (Time)).. 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


SAP TTZDF 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
DSTRULEDaylight Saving Time Rule TZNDSTRULCHAR6TTZDTZNDSTRUL
YEARACTValid for Year TZNYEARACTNUMC4GJAHRGJAHR
DATEFROMStart of Daylight Saving Time: Date TZNDATEFRDATS8DATUM
TIMEFROMStart of Daylight Saving Time (Time) TZNTIMEFRTIMS6UZEIT
DATETOEnd of Daylight Saving Time: Date TZNDATETODATS8DATUM
TIMETOEnd of Daylight Saving Time (Time) TZNTIMETOTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TTZDF
INTO CORRESPONDING FIELDS OF WA_TTZDF
WHERE...

How to access SAP table TTZDF

Within an ECC or HANA version of SAP you can also view further information about TTZDF 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!