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

MF210I30 SAP ABAP INCLUDE - PAI Modules for Screen 1300: Fin. Statement Items (Master Data)







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


Text pool values


Title: PAI Modules for Screen 1300: Fin. Statement Items (Master Data)


INCLUDES used within this REPORT MF210I30

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_POP_ADD call function 'FC_POP_ADD' exporting * e_copy_support = con_on "jhn167121 e_copy_support = con_off "jhn167121 e_text = ''(045) e_titel = ''(044) importing i_answer = gd_answer. "Anlegen: con_on: Ja, con_off: Nein

FC_POP_ADD call function 'FC_POP_ADD' exporting e_text = ''(043) e_titel = ''(042) importing i_answer = gd_answer. "Anlegen: con_on: Ja, con_off: Nein

FC_GLOBAL_PARAMETERS_IMPORT * call function 'FC_GLOBAL_PARAMETERS_IMPORT' "wms56984 "wms239020 * importing "wms56984 "wms239020 * i_dimen = gd_dimen "wms56984 "wms239020 * exceptions "wms56984 "wms239020 * others = 1. "wms56984 "wms239020

FC_DATA_CONSISTENCY * call function 'FC_DATA_CONSISTENCY' "wms239020 * exporting "wms239020 ** dimen = gd_dimen "wms239020 * a_tf100 = b_tf100 "wms239020 ** A_TF103 = "wms239020 ** SITYP = "wms239020 ** SUBIT = "wms239020 * action = 'O' "wms239020 * obj = 'I' "wms239020 * exceptions "wms239020 * interface_data_incomplete = 1 "wms239020 * for_incons_data_scan_error = 2 "wms239020 * ecmct_delete_error = 3 "wms239020 * ecmca_delete_error = 4 "wms239020 * tf620_delete_error = 5 "wms239020 * tf630_delete_error = 6 "wms239020 * brkdn_ecmct_error = 7 "wms239020 * brkdn_ecmca_error = 8 "wms239020 * brkdn_tf620_error = 9 "wms239020 * brkdn_tf630_error = 10 "wms239020 * db_commit_work_error = 11 "wms239020 * item_used = 12 "wms239020 * item_group_used = 13 "wms239020 * subitem_used = 14 "wms239020 * item_use_change_invalid = 15 "wms239020 * default_subitem_initial = 16 "wms239020 * no_data_conversion = 17 "wms239020 * others = 18. "wms239020



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