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

SAPMSFT0 SAP ABAP Report - Calendar Maintenance







SAPMSFT0 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 SAPMSFT0 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

SFT2 - Maintain Public Holiday Calendar
SFT3 - Maintain Factory Calendar
SFT1 - Maintain Public Holidays
SCAL - Factory Calendar with GUI


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


Text pool values


Title: Calendar Maintenance
Text Symbol: P00 = Calendar: Transport
Text Symbol: P01 = Select which calendar entries you want to transport.
Text Symbol: P02 = Note that, if you transport the entire calendar,
Text Symbol: P03 = the calendar data can be overwritten in the target system.
Text Symbol: P04 = Transport with language-dependent key entries (German)
Text Symbol: P05 = Transport all calendar data (without language restrictions)


INCLUDES used within this REPORT SAPMSFT0

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:

TR_ORDER_CHOICE_CORRECTION * CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' * EXPORTING * IV_CATEGORY = 'SYST' * IV_CLI_DEP = ' ' * IMPORTING * EV_TASK = CORRNR * EXCEPTIONS * NO_CORRECTION_SELECTED = 01.

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING SYSTEMEDIT = G_SYSTEM_EDIT SYSTEMNAME = G_SYS_NAME SYSTEMTYPE = G_SYS_TYPE SYSTEM_CLIENT_EDIT = G_CLIENTDEP_EDIT SYS_CLIINDDEP_EDIT = G_CLIENTINDDEP_EDIT SYSTEM_CLIENT_ROLE = G_CLIENT_ROLE EV_C_SYSTEM = G_SYST_EDIT EXCEPTIONS NO_SYSTEMNAME = 1 NO_SYSTEMTYPE = 2 OTHERS = 3.

TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' IMPORTING WE_ORDER = G_TR_ORDER WE_TASK = G_TR_TASK WE_OBJECTS_APPENDABLE = H_APDL TABLES WT_KO200 = G_TR_KO200 WT_E071K = G_TR_E071K TT_TADIR = G_TR_TADIR EXCEPTIONS * CANCEL_EDIT_APPEND_ERROR_KEYS = 1 * CANCEL_EDIT_APPEND_ERROR_OBJCT = 2 * CANCEL_EDIT_APPEND_ERROR_ORDER = 3 * CANCEL_EDIT_BUT_SE01 = 4 * CANCEL_EDIT_NO_HEADER_OBJECT = 5 * CANCEL_EDIT_NO_ORDER_SELECTED = 6 * CANCEL_EDIT_REPAIRED_OBJECT = 7 * CANCEL_EDIT_SYSTEM_ERROR = 8 * CANCEL_EDIT_TADIR_MISSING = 9 * CANCEL_EDIT_TADIR_UPDATE_ERROR = 10 * CANCEL_EDIT_UNKNOWN_DEVCLASS = 11 * CANCEL_EDIT_UNKNOWN_OBJECTTYPE = 12 * SHOW_ONLY_CLOSED_SYSTEM = 13 * SHOW_ONLY_CONSOLIDATION_LEVEL = 14 * SHOW_ONLY_DDIC_IN_CUSTOMER_SYS = 15 * SHOW_ONLY_DELIVERY_SYSTEM = 16 * SHOW_ONLY_DIFFERENT_ORDERTYPES = 17 * SHOW_ONLY_DIFFERENT_TASKTYPES = 18 * SHOW_ONLY_ENQUEUE_FAILED = 19 * SHOW_ONLY_GENERATED_OBJECT = 20 * SHOW_ONLY_ILL_LOCK = 21 * SHOW_ONLY_LOCK_ENQUEUE_FAILED = 22 * SHOW_ONLY_MIXED_ORDERS = 23 * SHOW_ONLY_MIX_LOCAL_TRANSP_OBJ = 24 * SHOW_ONLY_NO_SHARED_REPAIR = 25 * SHOW_ONLY_OBJECT_LOCKED = 26 * SHOW_ONLY_REPAIRED_OBJECT = 27 * SHOW_ONLY_SHOW_CLIENT = 28 * SHOW_ONLY_TADIR_MISSING = 29 * SHOW_ONLY_UNKNOWN_DEVCLASS = 30 * CANCEL_EDIT_NO_CHECK_CALL = 31 * CANCEL_EDIT_CATEGORY_MIXTURE = 32 * SHOW_ONLY_CLOSED_CLIENT = 33 * SHOW_ONLY_CLOSED_ALE_OBJECT = 34 * CANCEL_EDIT_OTHER_ERROR = 35 * SHOW_ONLY_OTHER_ERROR = 36 CANCEL_EDIT_OTHER_ERROR = 1 SHOW_ONLY_OTHER_ERROR = 2 OTHERS = 3.

TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' EXPORTING WI_ORDER = G_TR_ORDER IMPORTING WE_ORDER = G_TR_ORDER WE_TASK = G_TR_TASK TABLES WT_KO200 = G_TR_KO200 WT_E071K = G_TR_E071K TT_TADIR = G_TR_TADIR EXCEPTIONS * CANCEL_EDIT_APPEND_ERROR_KEYS = 1 * CANCEL_EDIT_APPEND_ERROR_OBJCT = 2 * CANCEL_EDIT_APPEND_ERROR_ORDER = 3 * CANCEL_EDIT_BUT_SE01 = 4 * CANCEL_EDIT_NO_HEADER_OBJECT = 5 * CANCEL_EDIT_NO_ORDER_SELECTED = 6 * CANCEL_EDIT_REPAIRED_OBJECT = 7 * CANCEL_EDIT_SYSTEM_ERROR = 8 * CANCEL_EDIT_TADIR_MISSING = 9 * CANCEL_EDIT_TADIR_UPDATE_ERROR = 10 * CANCEL_EDIT_UNKNOWN_DEVCLASS = 11 * CANCEL_EDIT_UNKNOWN_OBJECTTYPE = 12 * CANCEL_EDIT_NO_CHECK_CALL = 13 * CANCEL_EDIT_CATEGORY_MIXTURE = 14 * CANCEL_EDIT_OTHER_ERROR = 15 * SHOW_ONLY_CLOSED_SYSTEM = 16 * SHOW_ONLY_CONSOLIDATION_LEVEL = 17 * SHOW_ONLY_DDIC_IN_CUSTOMER_SYS = 18 * SHOW_ONLY_DELIVERY_SYSTEM = 19 * SHOW_ONLY_DIFFERENT_ORDERTYPES = 20 * SHOW_ONLY_DIFFERENT_TASKTYPES = 21 * SHOW_ONLY_ENQUEUE_FAILED = 22 * SHOW_ONLY_GENERATED_OBJECT = 23 * SHOW_ONLY_ILL_LOCK = 24 * SHOW_ONLY_LOCK_ENQUEUE_FAILED = 25 * SHOW_ONLY_MIXED_ORDERS = 26 * SHOW_ONLY_MIX_LOCAL_TRANSP_OBJ = 27 * SHOW_ONLY_NO_SHARED_REPAIR = 28 * SHOW_ONLY_OBJECT_LOCKED = 29 * SHOW_ONLY_REPAIRED_OBJECT = 30 * SHOW_ONLY_SHOW_CLIENT = 31 * SHOW_ONLY_TADIR_MISSING = 32 * SHOW_ONLY_UNKNOWN_DEVCLASS = 33 * SHOW_ONLY_CLOSED_CLIENT = 34 * SHOW_ONLY_CLOSED_ALE_OBJECT = 35 * SHOW_ONLY_OTHER_ERROR = 36 CANCEL_EDIT_OTHER_ERROR = 1 SHOW_ONLY_OTHER_ERROR = 2 OTHERS = 3.

TR_REQUEST_CHOICE call function 'TR_REQUEST_CHOICE' exporting iv_suppress_dialog = 'X' iv_request_types = 'K' iv_request = g_tr_order it_e071 = tr_e071.

POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING MARK_MAX = 1 START_COL = 15 START_ROW = 5 TEXTLINE1 = TEXT-P01 TEXTLINE2 = TEXT-P02 TEXTLINE3 = TEXT-P03 TITEL = TEXT-P00 IMPORTING ANSWER = P_MODE TABLES T_SPOPLI = H_SELECTLIST EXCEPTIONS NOT_ENOUGH_ANSWERS = 1 TOO_MUCH_ANSWERS = 2 TOO_MUCH_MARKS = 3 OTHERS = 4.



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