SAP Reports / Programs

SZC_HOLIDAY_MAINTAIN SAP ABAP Report - Maintain Public Holidays







SZC_HOLIDAY_MAINTAIN 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 SZC_HOLIDAY_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

SCA4_D - Cannot be executed directly
SCA4_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_MAINTAIN. "Basic submit
SUBMIT SZC_HOLIDAY_MAINTAIN AND RETURN. "Return to original report after report execution complete
SUBMIT SZC_HOLIDAY_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 Holidays
Text Symbol: 710 = Guaranteed
Text Symbol: 801 = Exit Translation
Text Symbol: 802 = Do you want to save the text
Text Symbol: 803 = changes first?
Text Symbol: L05 = Holiday
Text Symbol: L06 = ID
Text Symbol: L07 = Holiday Calendar
Text Symbol: L08 = Defined from
Text Symbol: L09 = Defined to
Text Symbol: L10 = Contained in
Text Symbol: L11 = Holiday
Text Symbol: L12 = Religion
Text Symbol: L13 = Holiday Class
Text Symbol: L14 = Definition
Text Symbol: P01 = Selection for Change Documents
Text Symbol: P02 = Changed by
Text Symbol: P03 = From date
Text Symbol: P04 = From time
Text Symbol: P05 = Transport link note
Text Symbol: P10 = Change Public Holidays
Text Symbol: P11 = There is already at least
Text Symbol: P12 = one holiday with the same
Text Symbol: P13 = rule
Text Symbol: P14 = Save
Text Symbol: P15 = public holiday?
Text Symbol: P16 = Yes
Text Symbol: P17 = No
Text Symbol: 001 = Guarantee rules
Text Symbol: 101 = Delete Public Holiday
Text Symbol: 102 = Do you want to delete
Text Symbol: 103 = the public holiday?
Text Symbol: 104 = Delete Public Holidays
Text Symbol: 105 = The marked public holidays that are
Text Symbol: 106 = used in public holiday calendars
Text Symbol: 107 = cannot be deleted.
Text Symbol: 108 = Do you want to delete the unused
Text Symbol: 109 = public holidays?





Text Symbol: 110 = Delete the marked public holidays?
Text Symbol: 140 = Insert Date
Text Symbol: 141 = Cancel
Text Symbol: 150 = Insert Date
Text Symbol: 152 = Delete Date
Text Symbol: 201 = Change
Text Symbol: 202 = Select the public holiday type
Text Symbol: 203 = Public holiday is already being used
Text Symbol: 205 = Insert
Text Symbol: 701 = Fixed Date
Text Symbol: 702 = Easter Sunday
Text Symbol: 703 = Day before Easter Sunday
Text Symbol: 704 = Days before Easter Sunday
Text Symbol: 705 = Day after Easter Sunday
Text Symbol: 706 = Days after Easter Sunday
Text Symbol: 707 = First
Text Symbol: 708 = fr
Text Symbol: 709 = Floating Public Holiday


INCLUDES used within this REPORT SZC_HOLIDAY_MAINTAIN

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