SAP Reports / Programs

SAPMSFT3 SAP ABAP dialog Program - Maintain Factory Calendar







SAPMSFT3 is a standard Module pool for a dialog screen ABAP Program 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 SAPMSFT3 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

SCA3 - 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 SAPMSFT3. "Basic submit
SUBMIT SAPMSFT3 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMSFT3 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: 293 = maintenance?
Text Symbol: 300 = moved
Text Symbol: 801 = Exit translation
Text Symbol: 802 = Save text
Text Symbol: 803 = changes first?
Text Symbol: 903 = Workdays
Text Symbol: 904 = Free days
Text Symbol: 905 = Non-working day
Text Symbol: 906 = Workday
Text Symbol: 907 = Special rule
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: 292 = Exit factory calendar
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 calendars?
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 $$


INCLUDES used within this REPORT SAPMSFT3

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