MF210F30 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 MF210F30 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.
Title: Form Routines for Screen 1300: Fin. Statement Items (Master Data)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_TREE_GET_NODE call function 'RS_TREE_GET_NODE' exporting node_id = it_item-parent importing node_info = a_snodetext exceptions id_not_found = 1 others = 2.
RS_TREE_GET_NODE call function 'RS_TREE_GET_NODE' exporting node_id = a_snodetext-parent importing node_info = a_snodetext exceptions id_not_found = 1 others = 2.
CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' exporting input = i_item_comp importing output = l_item_comp.
MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE' exporting collect_and_send = space reset = con_x line_from = '000' line_to = '999' exceptions others = 1.
MESSAGES_STOP call function 'MESSAGES_STOP' exceptions a_message = 1 e_message = 2 i_message = 3 w_message = 4 others = 5.
MESSAGES_SHOW call function 'MESSAGES_SHOW' exporting object = v_title show_linno = space batch_list_type = space importing corrections_wanted = flg_corr exceptions inconsistent_range = 1 no_messages = 2 others = 3.
MESSAGE_STORE call function 'MESSAGE_STORE' exporting arbgb = v_arbgb * EXCEPTION_IF_NOT_ACTIVE = 'X' msgty = v_msgty msgv1 = v_msgv1 msgv2 = v_msgv2 msgv3 = v_msgv3 msgv4 = v_msgv4 txtnr = v_msgnr zeile = '001' importing act_severity = ld_act_severity max_severity = ld_max_severity exceptions message_type_not_valid = 1 not_active = 2 others = 3.
FC_ITCLG_IMPORT call function 'FC_ITCLG_IMPORT' exporting e_itclg = ld_itclg importing it_node = it_node[] exceptions not_found = 1.
DDUT_DOMVALUES_GET call function 'DDUT_DOMVALUES_GET' exporting name = i_domname langu = sy-langu * TEXTS_ONLY = ' ' tables dd07v_tab = lt_dd07v_tab exceptions illegal_input = 1 others = 2 .
FC_FIELD_PROPERTIES call function 'FC_FIELD_PROPERTIES' exporting e_langu = sy-langu importing it_fprop = ct_fprop.
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = i_tabname langu = sy-langu tables dfies_tab = ct_nametab exceptions not_found = 1 internal_error = 2 others = 3.
STC1_CREATE_HANDLE call function 'STC1_CREATE_HANDLE' exporting header = i_header tabname = i_tabname display_only = i_display_only * ENDLESS = * DISPLAY_TOGGLE = sort_forbidden = i_sort_forbidden * MODIFY_CHECK = * INSERT_CHECK = * COPY_CHECK = * DELETE_CHECK = * MODIFY_DISP_FIELD = * EXPORT_MODULE = * PASTE_MODULE = * CUT_MODULE = no_insert = i_no_insert no_delete = i_no_delete no_move = i_no_move no_undo = i_no_undo no_button = i_no_button * NO_PICK = 'X' * ADDITIONAL_BUTTON = * ADD_BUTTON_CALL = * ADD_BUTTON_HEADER = * MAXWIDTH = * UNIQUE_KEY = importing dynproreport = gd_program dynpronr = gd_dynsub tabhandle = gd_handle tables * NAMETAB = fielddif = it_fielddif exceptions no_more_tables = 1 too_many_fields = 2 nametab_not_valid = 3 handle_not_valid = 4 others = 5 .
STC1_PUT_DATA call function 'STC1_PUT_DATA' exporting handle = gd_handle tables table = it_data exceptions no_more_tables = 1 too_many_fields = 2 nametab_not_valid = 3 handle_not_valid = 4 others = 5.
FC_ITGRP_PROPERTIES call function 'FC_ITGRP_PROPERTIES' exporting e_itclg = i_itclg e_langu = i_langu * importing * it_message = changing ct_itgrp_prop = ct_itgrp_all.
FC_ITGRP_PROPERTIES call function 'FC_ITGRP_PROPERTIES' exporting e_itclg = i_itclg e_langu = i_langu * importing * it_message = changing ct_itgrp_prop = ct_itgrp_prop.
FC_SET_DECRYPT_SETID call function 'FC_SET_DECRYPT_SETID' exporting e_setid = i_setid importing * I_SETCLASS = i_shortname = c_setname * I_DIMEN = * I_ITCLG = * I_SITYP = .
FC_ITGRP_PROPERTIES call function 'FC_ITGRP_PROPERTIES' exporting e_itclg = i_itclg e_langu = i_langu * importing * it_message = changing ct_itgrp_prop = lt_itgrpbd.
VIEWCLUSTER_MAINTENANCE_CALL call function 'VIEWCLUSTER_MAINTENANCE_CALL' exporting viewcluster_name = 'VC_TF103' start_object = 'V_TF103A' maintenance_action = l_act tables dba_sellist_cluster = lt_cluster[] dpl_sellist_for_start_object = lt_vimsellist[] exceptions client_reference = 1 foreign_lock = 2 viewcluster_not_found = 3 viewcluster_is_inconsistent = 4 missing_generated_function = 5 no_upd_auth = 6 no_show_auth = 7 object_not_found = 8 no_tvdir_entry = 9 no_clientindep_auth = 10 invalid_action = 11 saving_correction_failed = 12 system_failure = 13 unknown_field_in_dba_sellist = 14 missing_corr_number = 15 others = 16.
call function 'STC1_SET_COMMAND' exporting command = i_ok_code importing picked_line = l_picked_line picked_handle = l_picked_handle exceptions invalid_cursorposition = 1 others = 2.
FC_GLOBAL_PARAMETERS_IMPORT call function 'FC_GLOBAL_PARAMETERS_IMPORT' importing i_dimen = c_dimen i_congr = c_congr "46C i_bunit = c_bunit "46C i_itclg = c_itclg i_rldnr = c_rldnr i_rvers = c_rvers i_ryear = c_ryear i_perid = c_perid.
FC_GLOBAL_PARAMETERS_EXPORT call function 'FC_GLOBAL_PARAMETERS_EXPORT' exporting e_dimen = i_dimen e_itclg = i_itclg e_rldnr = i_rldnr e_rvers = i_rvers e_ryear = i_ryear e_perid = i_perid e_congr = i_congr "46C e_bunit = i_bunit. "46C
FC_CONSISTENCY_CHECK_ACTIVE call function 'FC_CONSISTENCY_CHECK_ACTIVE' importing e_flg_active = l_flg_act exceptions others = 1.
FC_CONSISTENCY_CHECK1 call function 'FC_CONSISTENCY_CHECK1' exporting i_itclg = i_itclg changing cs_item_proc = ls_item_proc * CS_ITGRP_PROC = exceptions object_not_determined = 1 check_upd_conflict = 2 OBJECT_FOR_DELETION_USED = 3 "wms242733 lock_error = 4 required_brkdown_field_missing = 5 PROCESSING_ABORTED = 6 others = 7.
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 MF210F30 or its description.
MF210F30 - Form Routines for Screen 1300: Fin. Statement Items (Master Data) MF210F25 - Form Routines for Screen 1250: Fin. Statement Items (Request) MF210F21 - Form Routines for Screen 1210: Item List (Fast Entry) MF210F20 - Form Routines for Screen 1200: Item List MF210F10 - Form Routines for Screen 1100: Item Plan (Master Data) MF210F00 - Form Routines for Screen 1000: Item Plan (Request)