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

SZC_FACTORY_CALENDAR_MAINTAIN SAP ABAP Report - Maintain Factory Calendar







SZC_FACTORY_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_FACTORY_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

SCA6_U - Cannot be executed directly
SCA6_D - 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_FACTORY_CALENDAR_MAINTAIN. "Basic submit
SUBMIT SZC_FACTORY_CALENDAR_MAINTAIN AND RETURN. "Return to original report after report execution complete
SUBMIT SZC_FACTORY_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 Factory Calendar
Text Symbol: 802 = Do you want to save the text
Text Symbol: 803 = changes first?
Text Symbol: 903 = Workdays
Text Symbol: 904 = Free days
Text Symbol: 905 = Non-Workday
Text Symbol: 906 = Workday
Text Symbol: 907 = Spec. Rule
Text Symbol: L01 = ID
Text Symbol: L02 = Calendar ID
Text Symbol: L03 = Year
Text Symbol: L04 = No. first hol.
Text Symbol: L05 = Number of Workdays
Text Symbol: L06 = Number of Free Days
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 interval
Text Symbol: 801 = Exit Translation
Text Symbol: 101 = Delete Factory Calendar
Text Symbol: 102 = Do you want to delete the
Text Symbol: 103 = factory calendar?
Text Symbol: 104 = Do you want to delete the selected
Text Symbol: 105 = factory calendar?
Text Symbol: 201 = available
Text Symbol: 202 = none exist
Text Symbol: 204 = Save Factory Calendar
Text Symbol: 205 = You have changed the "from year"
Text Symbol: 206 = without adjusting the number of
Text Symbol: 207 = the first workday.
Text Symbol: 208 = Do you want the adjustment to





Text Symbol: 209 = conform to the old "from year"?
Text Symbol: 210 = You have changed the "from year"
Text Symbol: 211 = w/o adjusting the first workday
Text Symbol: 212 = Automatic adjustment not made
Text Symbol: 213 = Save factory
Text Symbol: 214 = calendar?
Text Symbol: 230 = Exit special rules maintenance
Text Symbol: 231 = Exit special rules
Text Symbol: 232 = maintenance?
Text Symbol: 291 = Exit maintenance of calendar $$
Text Symbol: 292 = Exit factory calendar
Text Symbol: 293 = maintenance?
Text Symbol: 300 = moved


INCLUDES used within this REPORT SZC_FACTORY_CALENDAR_MAINTAIN

INCLUDE SZC_FACTORY_CALENDAR_TOP. "GLOBALE DATENDEFINITION
INCLUDE SZC_FACTORY_CALENDAR_F01. "SUBPROGRAMS (ALV)
INCLUDE SZC_FACTORY_CALENDAR_FXX. " SUBPROGRAMS (SAPMSFT3)
INCLUDE SZC_FACTORY_CALENDAR_PBO. " PBO-MODULE (SAPMSFT3)
INCLUDE SZC_FACTORY_CALENDAR_PAI. " PAI-MODULE (SAPMSFT3)
INCLUDE SZC_FAC_CALENDAR_MAINTAIN_O01.
INCLUDE SZC_FAC_CALENDAR_MAINTAIN_F01.
INCLUDE SZC_FAC_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_FACTORY_CALENDAR_MAINTAIN or its description.