TZONECHECK SAP (Time zone structure for consistency checks) Structure details

Dictionary Type: Structure
Description: Time zone structure for consistency checks




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




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

TZONECHECK is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Time zone structure for consistency checks" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TZONECHECK TYPE TZONECHECK.

The TZONECHECK table consists of various fields, each holding specific information or linking keys about Time zone structure for consistency checks data available in SAP. These include UTZONESYS (System Time Zone), UTZONEDEF (Default Time Zone for User), UFLACTIVE (Time zones active), UFLCHANGE (Changes allowed).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TZONECHECK structure 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
UTZONESYSSystem Time Zone TZNZONESYSCHAR6Assigned to domainTZNZONE
UTZONEDEFDefault Time Zone for User TZNZONEDEFCHAR6Assigned to domainTZNZONE
UFLACTIVETime zones active TZNFLACTIVCHAR1FLAG
UFLCHANGEChanges allowed TZNFLCHANGCHAR1FLAG
UFLDELETEDeletion Allowed TZNFLDELETCHAR1FLAG
ZTZONETime Zone TZNZONECHAR6Assigned to domainTZNZONE
ZONERULETime Zone Rule TZNZONERULCHAR6Assigned to domainTZNZONERUL
ZDSTRULEDaylight Saving Time Rule TZNDSTRULCHAR6Assigned to domainTZNDSTRUL
ZFLACTIVETime zones active TZNFLACTIVCHAR1FLAG
RZONERULETime Zone Rule TZNZONERULCHAR6Assigned to domainTZNZONERUL
RUTCDIFFDifference of time zone from UTC (w/o Summer time) TZNUTCDIFFTIMS6TZNTIMDIFF
RUTCSIGNSign of the Difference from UTC (+ or -) TZNUTCSIGNCHAR1TZNSIGN
RFLACTIVETime zones active TZNFLACTIVCHAR1FLAG
DDSTRULEDaylight Saving Time Rule TZNDSTRULCHAR6Assigned to domainTZNDSTRUL
DDSTDIFFDifference Between Daylight Saving Time and Winter Time TZNDSTDIFFTIMS6TZNUTCDIFF
DFLACTIVETime zones active TZNFLACTIVCHAR1FLAG
DFDSTRULEDaylight Saving Time Rule TZNDSTRULCHAR6Assigned to domainTZNDSTRUL
DFYEARACTValid for Year TZNYEARACTNUMC4GJAHRGJAHR
DFDATEFRStart of Daylight Saving Time: Date TZNDATEFRDATS8DATUM
DFTIMEFRStart of Daylight Saving Time (Time) TZNTIMEFRTIMS6UZEIT
DFDATETOEnd of Daylight Saving Time: Date TZNDATETODATS8DATUM
DFTIMETOEnd of Daylight Saving Time (Time) TZNTIMETOTIMS6UZEIT
DVDSTRULEDaylight Saving Time Rule TZNDSTRULCHAR6Assigned to domainTZNDSTRUL
DVYEARFRValid from year TZNYEARFRNUMC4GJAHRGJAHR
DVMONTHFRStart of Daylight Saving Time (Month) TZNMONTHFRNUMC2TZNMONTH
DVWEEKDFRStart of Daylight Saving Time: Day of the Week TZNWEEKDFRNUMC1TZNWEEKDAY
DVWEEKDCFRStart of Daylight Saving Time: Weekday in Month TZNWEEKDCFNUMC1TZNWEEKDC
DVTIMEFRStart of Daylight Saving Time (Time) TZNTIMEFRTIMS6UZEIT
DVMONTHTOEnd of Daylight Saving Time (Month) TZNMONTHTONUMC2TZNMONTH
DVWEEKDTOEnd of Daylight Saving Time: Day of Week TZNWEEKDTONUMC1TZNWEEKDAY
DVWEEKDCTOEnd of Daylight Saving Time: Day of the Week in Month TZNWEEKDCTNUMC1TZNWEEKDC
DVTIMETOEnd of Daylight Saving Time (Time) TZNTIMETOTIMS6UZEIT
DTDESCRIPTDaylight Saving Time Rule TZNDESCDSTCHAR20TEXT20
RTDESCRIPTName of Time Zone Rule (Difference from UTC) TZNDESCTZRCHAR20TEXT20

Key field Non-key field



How do I retrieve data from SAP structure TZONECHECK using ABAP code?

As TZONECHECK is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TZONECHECK as there is no data to select.

How to access SAP table TZONECHECK

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