FCNSTFMP 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 FCNSTFMP 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: Project Info System: Form Routines, Struct.Overview MPX Download
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNIS_GET_FILENAME_ETC CALL FUNCTION 'CNIS_GET_FILENAME_ETC' EXPORTING I_TITLEBAR = TEXT-M53 I_EXTENSION = CON_MS_PROJECT_EXTENSION I_FLG_SPRACHE = CON_YES I_FLG_KALENDER = CON_YES I_FLG_EXECUTE = CON_YES IMPORTING E_FLG_EXECUTE = FLG_EXECUTE CHANGING C_PCFILENAME = PCFIL-PCFNM C_SPRACHE = RCNMP-LANGU C_KALENDER_VON = RCNMP-KAL_VON C_KALENDER_BIS = RCNMP-KAL_BIS EXCEPTIONS CANCEL = 1.
CR_WORKSTATION_CHECK CALL FUNCTION 'CR_WORKSTATION_CHECK' EXPORTING WERKS = RESSOURCEN-WERKS ARBPL = RESSOURCEN-ARBPL IMPORTING KTEXT = RESSOURCEN-KTEXT ARBID = ARBID * ECRHD = ARBPL_GKOPF "für weitere Felder EXCEPTIONS NOT_FOUND = 1.
CR_CAPACITY_READ CALL FUNCTION 'CR_CAPACITY_READ' EXPORTING ARBID = ARBID KAPAR = RESSOURCEN-KAPAR IMPORTING WORKS = WORKS EXCEPTIONS NOT_FOUND = 1.
HOLIDAY_CHECK_AND_GET_INFO CALL FUNCTION 'HOLIDAY_CHECK_AND_GET_INFO' EXPORTING DATE = DATUM HOLIDAY_CALENDAR_ID = HOCID IMPORTING HOLIDAY_FOUND = HOLIDAY TABLES HOLIDAY_ATTRIBUTES = HOLIDAY_ATTRIBUTES "Dummy EXCEPTIONS DATE_AFTER_RANGE = 1 DATE_BEFORE_RANGE = 2 DATE_INVALID = 3 HOLIDAY_CALENDAR_ID_MISSING = 4 HOLIDAY_CALENDAR_NOT_FOUND = 5.
DATE_COMPUTE_DAY CALL FUNCTION 'DATE_COMPUTE_DAY' EXPORTING DATE = DATUM IMPORTING DAY = WOTAG.
UNIT_PARAMETERS_GET CALL FUNCTION 'UNIT_PARAMETERS_GET' EXPORTING UNIT = SAPEINHEIT IMPORTING DIMENSION = DIMID NUMERATOR = ZAEHL DENOMINATOR = NENNR EXCEPTIONS UNIT_NOT_FOUND = 1.
CNIS_SET_PF_STATUS CALL FUNCTION 'CNIS_SET_PF_STATUS' EXPORTING I_TITLEBAR = TEXT-M99. "MPX-Download: Fehler anzeigen
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FCNSTFMP - Project Info System: Form Routines, Struct.Overview MPX Download FCNSTFMA - Project Info System: Form Routines Struc. Overview MS Access Download FCNSTFGN - Project Info System: Form Routines, Struct.overvw GRANEDA download FCNST000 - Project Info System: Form Pool of All Overviews FCNST000 - Project Info System: Form Pool of All Overviews FCNPSTOP - Project Info System: TOP Include for Project System List Output