SAP Reports / Programs | Enterprise Controlling | Consolidation(EC-CS) SAP EC

MF231F10 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MF231F10

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:

FC_ITGRPFIX_GET CALL FUNCTION 'FC_ITGRPFIX_GET' EXPORTING e_itclg = gd_itclg e_item = id_item e_rvers = gd_rvers IMPORTING is_itgrpfix = ls_itgrpfix EXCEPTIONS item_not_found = 1.

FC_COI_VALUES_CONVERT CALL FUNCTION 'FC_COI_VALUES_CONVERT' EXPORTING i_rvers = gd_rvers i_ryear = is_inv-ryear i_perid = is_inv-perid i_xrind = sd_xrindgwbs i_date = is_inv-acqdate i_fcurr = id_from_curr i_tcurr = id_to_curr i_kfig_from = 'FROM' i_kfig_to = 'TO' IMPORTING et_message = lt_msg CHANGING ct_data = lt_values.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'G00' msgty = 'I' msgv1 = ld_tabix txtnr = 898.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'G00' msgty = 'W' msgv1 = ld_tabix msgv2 = ld_msgv2 msgv3 = ld_msgv3 txtnr = 899.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING corrections_option = con_x show_linno = space object = ld_title "xrp111104 IMPORTING corrections_wanted = lb_corrections e_exit_command = ls_exit_command EXCEPTIONS no_messages = 1 "xrp171104 OTHERS = 0.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'TF620' fieldname = 'ACQDATE' dynpprog = 'SAPMF231' dynpnr = '1000' dynprofield = 'TF620-ACQDATE' stepl = ld_line value = ld_date display = ld_display.

G_POSTING_DATE_OF_PERIOD_GET CALL FUNCTION 'G_POSTING_DATE_OF_PERIOD_GET' EXPORTING period = id_perid variant = ls_bunit_periv-periv year = id_ryear IMPORTING to_date = ls_bunit_periv-keydt.



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