MF61CF10 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 MF61CF10 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!
NUMBER_GET_INFO CALL FUNCTION 'NUMBER_GET_INFO' EXPORTING nr_range_nr = con_nrk_range_nr object = con_nrk_object IMPORTING interval = iv_info EXCEPTIONS interval_not_found = 1 object_not_found = 2.
NUMBER_CHECK CALL FUNCTION 'NUMBER_CHECK' EXPORTING nr_range_nr = con_nrk_range_nr number = vibebe-sberi object = con_nrk_object IMPORTING returncode = r_code EXCEPTIONS interval_not_found = 1 number_range_not_extern = 2 object_not_found = 3.
ASSET_GET_OBJECT CALL FUNCTION 'ASSET_GET_OBJECT' EXPORTING i_anln1 = int_anla-anln1 i_anln2 = int_anla-anln2 i_bukrs = int_anla-bukrs i_date = sy-datum TABLES objekte = i_objekte.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'N' titel = text-102 " Berich.bestand löschen
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = con_nrk_range_nr object = con_nrk_object IMPORTING number = vibebe-sberi returncode = loc_ret_code EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4.
CONVERSION_EXIT_SWENR_INPUT CALL FUNCTION 'CONVERSION_EXIT_SWENR_INPUT' EXPORTING input = inp IMPORTING output = outp.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING display = display_only fieldname = titel_feld tabname = titel_tab IMPORTING select_value = opt_bukrs TABLES fields = help_tab valuetab = werte_tab.
AM_ASSET_SUBNUMBER_F4 CALL FUNCTION 'AM_ASSET_SUBNUMBER_F4' EXPORTING i_dyname = l_repid i_dynumb = l_dynnr i_fn_buk = 'VIBEAM-BUKRS' i_fn_an1 = 'VIBEAM-ANLN1' i_fn_an2 = 'VIBEAM-ANLN2' IMPORTING e_anln2 = l_anln2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.