SAP Reports / Programs

SAPMSFT1 SAP ABAP dialog Program - Maintain Public Holidays







SAPMSFT1 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 SAPMSFT1 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 SAPMSFT1. "Basic submit
SUBMIT SAPMSFT1 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMSFT1 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: 705 = Day after Easter Sunday
Text Symbol: 706 = Days after Easter Sunday
Text Symbol: 707 = First
Text Symbol: 708 = from
Text Symbol: 709 = Floating Public Holiday
Text Symbol: 710 = Guaranteed
Text Symbol: 801 = Exit translation
Text Symbol: 802 = Save
Text Symbol: 803 = text changes?
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 holidays
Text Symbol: P11 = There is already at least
Text Symbol: P12 = one holiday with the same
Text Symbol: P13 = Rule
Text Symbol: P14 = Still 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 = Delete
Text Symbol: 103 = 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


INCLUDES used within this REPORT SAPMSFT1

INCLUDE MSFT1F05.
INCLUDE MSFT1O15.
INCLUDE MSFT1I15.


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