SAP Reports / Programs | Public Sector Management | Funds Management | Budgeting and Availability Control(PSM-FM-BU) SAP PSM

MFM10F01 SAP ABAP INCLUDE - General Forms







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


Text pool values


Title: General Forms


INCLUDES used within this REPORT MFM10F01

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:

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

FM4C_SET_LEVEL CALL FUNCTION 'FM4C_SET_LEVEL' EXPORTING I_FIKRS = FMDY-FIKRS I_SEND_POPUP = P_POPUP I_CTR_LEV = FMPS-CTR_LEV I_POS_LEV = FMPS-POS_LEV I_C_CTR_LEV = FMPS-C_CTR_LEV I_C_POS_LEV = FMPS-C_POS_LEV * I_NO_CARRIER = ON I_NO_CARRIER = P_NO_CARRIER IMPORTING E_CTR_LEV = FMPS-CTR_LEV E_POS_LEV = FMPS-POS_LEV E_C_CTR_LEV = FMPS-C_CTR_LEV E_C_POS_LEV = FMPS-C_POS_LEV.

FIPOS_INPUT_HELP CALL FUNCTION 'FIPOS_INPUT_HELP' EXPORTING IP_FIKRS = L_FIKRS I_GJAHR = L_GJAHR "YYPOS IMPORTING OP_FIPOS = L_FIP EXCEPTIONS NO_SELECT = 01.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING *(DEL) dyname = 'SAPMKBUC' "KI3Kxxxxxxx DYNAME = 'SAPMFM10' "KI3Kxxxxxxx DYNUMB = SY-DYNNR TABLES DYNPFIELDS = LT_DYNP EXCEPTIONS OTHERS = 1.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING SHOW_LINNO = SPACE EXCEPTIONS NO_MESSAGES = 1.

FM4C_MASTER_DATA_OVERVIEW CALL FUNCTION 'FM4C_MASTER_DATA_OVERVIEW' EXPORTING I_FIKRS = FMDY-FIKRS I_GJAHR = L_GJAHR "YYPOS I_FIPOS = FMDY-FIPOS I_FICTR = FMDY-FICTR I_FLG_FIPOS = I_FLG_FIPOS I_FLG_FICTR = I_FLG_FICTR TABLES T_NODES = L_T_NODES.

FM10_DATA_MAINTAIN CALL FUNCTION 'FM10_DATA_MAINTAIN' EXPORTING I_APPLICATION = G_INIT_INFO-APPLIC BP_IN = BPIN IMPORTING BP_EX = BPEX.

KBPA_GET_START_FISCAL_YEAR_OPT CALL FUNCTION 'KBPA_GET_START_FISCAL_YEAR_OPT' EXPORTING I_FM_AREA = P_FIKRS I_FIN_CODE = P_GEBER IMPORTING E_START_FISCAL_YEAR = P_GJAHR EXCEPTIONS OTHERS = 1.

KBPS_CHECK_GJAHR CALL FUNCTION 'KBPS_CHECK_GJAHR' EXPORTING I_GJAHR = P_GJAHR IMPORTING E_GJAHR = P_GJAHR.

KBPS_SHOW_VERSIONS CALL FUNCTION 'KBPS_SHOW_VERSIONS' EXPORTING APPLIK = U_APPLIK OBJECT = BPIN-OBJHI WRTTP = U_WRTTP GEBER = BPIN-GEBER IM_KOKRS = L_KOKRS IM_COP_VERSN = CON_ON IM_ALL_VERSN = CON_OFF IMPORTING VERSION = BPIN-VERSN EXCEPTIONS NO_VERSIONS = 1 OTHERS = 2.

KBPS_OBJHI_NAME_GENERATE CALL FUNCTION 'KBPS_OBJHI_NAME_GENERATE' EXPORTING I_APPLICATION = L_FUNDS I_FM_AREA = L_FIKRS I_OBJECT_INITIAL_ALLOWED = ON IMPORTING E_OBJHI = BPIN-OBJHI.

FM_SELECT_MULTIPLE CALL FUNCTION 'FM_SELECT_MULTIPLE' EXPORTING I_FIKRS = FMDY-FIKRS I_GJAHR = L_GJAHR I_FIPEX_ONLY = ON I_STATUS = 'U' * I_LIST_TITLE = * I_FLG_MAINT_SEQUENT = ' ' * I_FLG_MAINT_MULTIPLE = ' ' * I_MAINT_FUNCNAME = ' ' TABLES T_FMSLFPEX = LT_DY_FMSLFPEX EXCEPTIONS INPUT_ERROR = 1 NO_ENTRY_FOUND = 2 OTHERS = 3.

KBPA_GET_START_FISCAL_YEAR_OPT CALL FUNCTION 'KBPA_GET_START_FISCAL_YEAR_OPT' EXPORTING I_FM_AREA = U_FIKRS I_FIN_CODE = U_GEBER IMPORTING E_START_FISCAL_YEAR = C_GJAHR EXCEPTIONS OTHERS = 1.

KBPS_CHECK_GJAHR CALL FUNCTION 'KBPS_CHECK_GJAHR' EXPORTING I_GJAHR = C_GJAHR IMPORTING E_GJAHR = C_GJAHR.



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