SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Holiday Calendar, Factory Calendar, Appointment Calendar(BC-SRV-ASF-CAL) SAP BC

SZC_HOLIDAY_CALENDAR_MAINTAIN SAP ABAP Report - Maintain Public Holiday Calendar







SZC_HOLIDAY_CALENDAR_MAINTAIN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for INCLUDE RESAPMSF_T1 INCLUDE RESAPMSF_T2 INCLUDE RESAPMSF_T3 INCLUDE RESAPMSF_T4..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SCA5_D - Cannot be executed directly
SCA5_U - Cannot be executed directly


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 SZC_HOLIDAY_CALENDAR_MAINTAIN. "Basic submit
SUBMIT SZC_HOLIDAY_CALENDAR_MAINTAIN AND RETURN. "Return to original report after report execution complete
SUBMIT SZC_HOLIDAY_CALENDAR_MAINTAIN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Maintain Public Holiday Calendar
Text Symbol: A02 = Not active
Text Symbol: G01 = Change Public Holiday Calendar
Text Symbol: G04 = Changing the public hol. calendar
Text Symbol: G05 = causes the referencing factory
Text Symbol: G06 = calendars to be adjusted.
Text Symbol: G07 = Save change?
Text Symbol: L01 = ID
Text Symbol: L02 = Holiday Calendar
Text Symbol: L03 = Used in Factory Calendar
Text Symbol: L04 = Valid from
Text Symbol: L05 = Valid to
Text Symbol: L06 = Calendar
Text Symbol: L07 = Year
Text Symbol: L08 = No. of Holidays
Text Symbol: L09 = Holidays on Saturday
Text Symbol: L10 = Holidays on Sunday
Text Symbol: L11 = Factory Cal.
Text Symbol: L12 = Defined from
Text Symbol: P01 = Selection for Change Documents
Text Symbol: P02 = Changed by
Text Symbol: P03 = From Date
Text Symbol: P04 = From Time
Text Symbol: P10 = Validity Period
Text Symbol: P11 = Defining calendars for more
Text Symbol: P12 = than 20 years can cause
Text Symbol: P13 = memory problems.
Text Symbol: P14 = Should the validity period still
Text Symbol: P15 = be more than 20 years?
Text Symbol: W01 = Warning - validity period
Text Symbol: 101 = Delete Public Holiday Calendar
Text Symbol: 102 = Do you want to delete the
Text Symbol: 103 = public holiday calendar?
Text Symbol: 104 = The marked public holiday calendars
Text Symbol: 105 = that are used cannot be
Text Symbol: 106 = deleted.
Text Symbol: 107 = Do you want to delete the unused
Text Symbol: 108 = public holiday calendars?





Text Symbol: 109 = Do you want to delete the selected
Text Symbol: 110 = public holiday calendars?
Text Symbol: 111 = Save Public Holiday Calendar
Text Symbol: 112 = Floating public holiday
Text Symbol: 113 = is not defined in each year of
Text Symbol: 114 = interval ???? - ????
Text Symbol: 115 = Do you want to save the
Text Symbol: 116 = public holiday calendar?
Text Symbol: 201 = Exit Maintenance of Calendar $$
Text Symbol: 202 = Exit calendar
Text Symbol: 203 = maintenance?
Text Symbol: 300 = moved
Text Symbol: 600 = Activated for $
Text Symbol: 601 = Activated from $ to $
Text Symbol: 602 = Not activated, no act.int. specified
Text Symbol: 603 = Version not activated, activ. int from $ to $
Text Symbol: 801 = Exit Translation
Text Symbol: 802 = Do you want to save the text
Text Symbol: 803 = changes first?
Text Symbol: 904 = No. of Holidays
Text Symbol: 905 = Not a public holiday
Text Symbol: A01 = Actv.


INCLUDES used within this REPORT SZC_HOLIDAY_CALENDAR_MAINTAIN

INCLUDE SZC_HOLIDAY_CALENDAR_TOP. "GLOBALE DATENDEFINITION
INCLUDE SZC_HOLIDAY_CALENDAR_F01. "SUBPROGRAMS (ALV)
INCLUDE SZC_HOLIDAY_CALENDAR_P01. "PAI & POV MODULES (ALV)
INCLUDE SZC_CALENDAR_HOLIDAY_FXX. " SUBPROGRAMS (SAPMSFT2)
INCLUDE SZC_CALENDAR_HOLIDAY_PBO. " PBO-MODULE (SAPMSFT2)
INCLUDE SZC_CALENDAR_HOLIDAY_PAI. " PAI-MODULE (SAPMSFT2)
INCLUDE SZC_HOL_CALENDAR_MAINTAIN_O01.
INCLUDE SZC_HOL_CALENDAR_MAINTAIN_I01.


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 SZC_HOLIDAY_CALENDAR_MAINTAIN or its description.