MSFT2FCD is a standard ABAP INCLUDE 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 MSFT2FCD into the relevant SAP transactions such as SE38 or SE80
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.
Title: INCLUDE: Form Routine for Change Documents - Public Holiday Calendar
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HOLIDAYCAL_WRITE_DOCUMENT CALL FUNCTION 'HOLIDAYCAL_WRITE_DOCUMENT ' EXPORTING OBJECTID = OBJECTID TCODE = TCODE UTIME = UTIME UDATE = UDATE USERNAME = USERNAME PLANNED_CHANGE_NUMBER = PLANNED_CHANGE_NUMBER UPD_IHOCD = UPD_IHOCD UPD_IHOCT = UPD_IHOCT UPD_IHOLT = UPD_IHOLT UPD_THOCI = UPD_THOCI UPD_THOCT = UPD_THOCT TABLES XIHOCD = XIHOCD YIHOCD = YIHOCD XIHOCT = XIHOCT YIHOCT = YIHOCT XIHOLT = XIHOLT YIHOLT = YIHOLT XTHOCI = XTHOCI YTHOCI = YTHOCI XTHOCT = XTHOCT YTHOCT = YTHOCT .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MSFT2FCD - INCLUDE: Form Routine for Change Documents - Public Holiday Calendar MSFT2F02 - documentation and ABAP source code MSFT2F01 - documentation and ABAP source code MSFT1Z99 - Calendar: Screen 999 events - double holidays MSFT1TOP - documentation and ABAP source code MSFT1O99 - Calendar: Screen 999 PBO module - double holidays