SAP Reports / Programs | Financial Accounting | Funds Management(FI-FM) SAP FI

MFM00F10 SAP ABAP INCLUDE - Form Include







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


Text pool values


Title: Form Include


INCLUDES used within this REPORT MFM00F10

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:

FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING I_BUKRS = FMDY-BUKRS IMPORTING E_T001 = L_F_T001 EXCEPTIONS SYSTEM_ERROR = 1 OTHERS = 2.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING I_FIKRS = L_F_T001-FIKRS I_ACTVT = FMAU_AC_INI I_MSGTY = 'E'.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

FM00_CHECK_COMPANY_CODE CALL FUNCTION 'FM00_CHECK_COMPANY_CODE' EXPORTING I_COMPANY_CODE = FMDY-BUKRS I_CHECK_XFMCB = G_CHECK_XFMCB I_CHECK_XFMCA = G_CHECK_XFMCA I_REFRESH_BUFFER = 'X' TABLES T_MESG = GT_ERRORS.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = GT_ERRORS-ARBGB EXCEPTION_IF_NOT_ACTIVE = 'X' MSGTY = GT_ERRORS-MSGTY MSGV1 = GT_ERRORS-MSGV1 MSGV2 = GT_ERRORS-MSGV2 MSGV3 = GT_ERRORS-MSGV3 MSGV4 = GT_ERRORS-MSGV4 TXTNR = GT_ERRORS-TXTNR EXCEPTIONS MESSAGE_TYPE_NOT_VALID = 01 NOT_ACTIVE = 02.

FM00_PROC_ERRPROT CALL FUNCTION 'FM00_PROC_ERRPROT' EXPORTING I_HEADER = L_HEADER_TEXT I_PRINT = L_DO_PRINT.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING I_FIKRS = T001-FIKRS I_ACTVT = FMAU_AC_INI I_MSGTY = 'E'.

CCODE_READ_FM_APPLIC_INFO CALL FUNCTION 'CCODE_READ_FM_APPLIC_INFO' EXPORTING I_BUKRS = T001-BUKRS IMPORTING E_F_FM01B = L_F_FM01B EXCEPTIONS NOT_FOUND = 01.

FM_INVENTORY_CHECK_CCODE_ENTRY CALL FUNCTION 'FM_INVENTORY_CHECK_CCODE_ENTRY' EXPORTING I_BUKRS = T001-BUKRS.

FIRST_AND_LAST_DAY_IN_YEAR_GET CALL FUNCTION 'FIRST_AND_LAST_DAY_IN_YEAR_GET' EXPORTING I_GJAHR = FMDY-ZMB_YEAR I_PERIV = T001-PERIV IMPORTING E_FIRST_DAY = L_FIRST_DAY E_LAST_DAY = L_LAST_DAY.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING I_FIKRS = T001-FIKRS I_ACTVT = FMAU_AC_INI I_MSGTY = 'E'.

CCODE_READ_FM_APPLIC_INFO CALL FUNCTION 'CCODE_READ_FM_APPLIC_INFO' EXPORTING I_BUKRS = FMDY-BUKRS IMPORTING E_F_FM01B = L_F_FM01B EXCEPTIONS NOT_FOUND = 01.

FIPOS_READ_WITH_FIPOS CALL FUNCTION 'FIPOS_READ_WITH_FIPOS' EXPORTING IP_APPLC = APPLC_CBM IP_FIKRS = FM01-FIKRS IP_FIPOS = L_F_FM01B-ZMB_FPOS IP_FIPOS_ONLY = CON_JA IP_GJAHR = L_F_FM01B-ZMB_YEAR IP_POSHIVERS = 'SAP' IP_TEXT = CON_ON IMPORTING F_FMFPOT = L_F_FMFPOT EXCEPTIONS OTHERS = 1.

FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING I_BUKRS = FMDY-BUKRS IMPORTING E_T001 = T001.

FM_FIPOS_GET_FROM_FIPEX CALL FUNCTION 'FM_FIPOS_GET_FROM_FIPEX' EXPORTING I_FIPEX = FMDY-ZMB_FPOS IMPORTING E_FIPOS = l_fipos.

FIPOS_READ_WITH_FIPOS CALL FUNCTION 'FIPOS_READ_WITH_FIPOS' EXPORTING IP_APPLC = APPLC_CBM IP_FIKRS = FM01-FIKRS IP_FIPOS = l_fipos IP_FIPOS_ONLY = CON_JA IP_GJAHR = FMDY-ZMB_YEAR IP_POSHIVERS = 'SAP' IP_TEXT = CON_ON *** IP_VALID_DATE = SY_DATUM IMPORTING F_FMFPO = L_FMFPO F_FMFPOT = L_FMFPOT.



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