SAP Reports / Programs | Project System | Information System(PS-IS) SAP PS

FCNSTFMP SAP ABAP INCLUDE - Project Info System: Form Routines, Struct.Overview MPX Download







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


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


Text pool values


Title: Project Info System: Form Routines, Struct.Overview MPX Download


INCLUDES used within this REPORT FCNSTFMP

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:

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



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