SAP Reports / Programs | Plant Maintenance | Technical Objects | Functional Locations(PM-EQM-FL) SAP PM

MILO0F00_IFLO_UPDATE SAP ABAP INCLUDE - PM: Returns the main class for an object







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


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


INCLUDES used within this REPORT MILO0F00_IFLO_UPDATE

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:

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.



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