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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.