SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Time Zones(BC-SRV-TIM-TZ) SAP BC

TZONECHECK SAP ABAP Report - Check Time Zone Data for Consistency







TZONECHECK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter TZONECHECK into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT TZONECHECK. "Basic submit
SUBMIT TZONECHECK AND RETURN. "Return to original report after report execution complete
SUBMIT TZONECHECK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: LF_LANGU = Language
Selection Text: LF_CLNT = Client
Title: Check Time Zone Data for Consistency
Text Symbol: 002 = Maintain Time Zone Customizing in Client
Text Symbol: 003 = Maintain Time Zone
Text Symbol: 004 = Maintain Time Zone Rule
Text Symbol: 005 = Maintain Daylight Saving Rule
Text Symbol: 006 = Maintain Fixed Daylight Saving Rule
Text Symbol: 007 = Maintain Variable Daylight Saving Rules
Text Symbol: 008 = Maintain Texts
Text Symbol: 070 = Key of Table Entry
Text Symbol: 071 = Error
Text Symbol: 072 = Number of Errors
Text Symbol: 080 = Referenced entries do not exist
Text Symbol: 090 = Table
Text Symbol: 091 = Field
Text Symbol: 100 = Not yet carried out
Text Symbol: 101 = Carried out
Text Symbol: 199 = Check Time Zone Settings
Text Symbol: 200 = Client
Text Symbol: 201 = Do(es) not exist
Text Symbol: 202 = Activated
Text Symbol: 001 = Activities:
Text Symbol: 203 = Not activated
Text Symbol: 220 = Time zone for region missing;
Text Symbol: 219 = Time zone for country missing;
Text Symbol: 218 = Region missing;
Text Symbol: 217 = Country missing;
Text Symbol: 216 = Time zone missing;
Text Symbol: 215 = Daylight saving time missing (TTZRT);
Text Symbol: 214 = Time zone description missing (TTZR);
Text Symbol: 213 = Time zone rule missing (TTZR);
Text Symbol: 212 = Description missing (TTZZT);
Text Symbol: 211 = Check Country Table
Text Symbol: 210 = Check Table TTZ5S (Country, Region for Time Zone)
Text Symbol: 209 = Check Table TTZ5 (Country for Time Zone)
Text Symbol: 208 = Check Daylight Saving Rules
Text Symbol: 207 = Everything OK





Text Symbol: 206 = Check Time Zones
Text Symbol: 205 = Default Time Zone
Text Symbol: 204 = System Time Zone


INCLUDES used within this REPORT TZONECHECK

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name TZONECHECK or its description.