MILO0F00_IFLO_UPDATE 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 MILO0F00_IFLO_UPDATE 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_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING object = y_object_iloa nr_range_nr = y_nrrangenr_0 IMPORTING number = iflo-iloan.
ADDR_NUMBER_GET CALL FUNCTION 'ADDR_NUMBER_GET' EXPORTING address_handle = ad_handle address_reference = ad_ref IMPORTING address_number = iflo-adrnr EXCEPTIONS OTHERS = 1.
OBJECT_NUMBER_GET_IF CALL FUNCTION 'OBJECT_NUMBER_GET_IF' IMPORTING objnr = iflo-objnr.
STATUS_OBJECT_SWITCH_NUMBER CALL FUNCTION 'STATUS_OBJECT_SWITCH_NUMBER' EXPORTING objnr_new = iflo-objnr objnr_old = x_objnr_temp.
STATUS_CDOCS_ACTIVATE CALL FUNCTION 'STATUS_CDOCS_ACTIVATE' "P45K063384 EXPORTING objnr = iflo-objnr "P45K063384 EXCEPTIONS object_not_found = 1 "P45K063384 cdocs_already_active = 2 "P45K063384 OTHERS = 3. "P45K063384
FUNC_LOCATION_UPDATE CALL FUNCTION 'FUNC_LOCATION_UPDATE'"nicht: IN UPDATE TASK EXPORTING iflo_old = iflo_old iflo_new = iflo inhb_delete = ind_inhb_delete inhb_counter = inhb-inhbc riupd_old = *riupd riupd_new = riupd update_asynchron = x_update_asynchron with_change_docu = t370f-chdoc.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.