SAP Reports / Programs | Waste Management | SAP Utilities | Waste Management(IS-U-WA) SAP IS

MV45AF0F_FCODE_ROBJ SAP ABAP INCLUDE - Generated automatically. Fills import parameters of test module.







MV45AF0F_FCODE_ROBJ 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 MV45AF0F_FCODE_ROBJ 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 MV45AF0F_FCODE_ROBJ. "Basic submit
SUBMIT MV45AF0F_FCODE_ROBJ AND RETURN. "Return to original report after report execution complete
SUBMIT MV45AF0F_FCODE_ROBJ 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 MV45AF0F_FCODE_ROBJ

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:

IWOL_WV_READ_LIST CALL FUNCTION 'IWOL_WV_READ_LIST' EXPORTING i_sdaufnr = da_vbeln i_sdposnr = xvbap-posnr TABLES t_ser02 = t_ser02 t_riwol = t_riwol EXCEPTIONS objk_exists = 1 no_object_list = 2 status_not_allowed = 3 equi_foreign_key = 4 equi_system_failure = 5 customer_exit_error = 6 OTHERS = 7.

IWOL_WV_ADD_OBJECTS CALL FUNCTION 'IWOL_WV_ADD_OBJECTS' EXPORTING i_sdaufnr = da_vbeln i_sdposnr = xvbap-posnr to_type = 'SD' TABLES t_riwol1 = t_riwol1 t_ser02 = t_ser02 t_riwol = t_riwol EXCEPTIONS no_object_list = 1 entry_exists = 2 invalid_material = 3 invalid_serialnr = 4 invalid_equipment = 5 invalid_location = 6 invalid_assembly = 7 status_not_allowed = 8 equi_foreign_key = 9 equi_system_failure = 10 customer_exit_error = 11 OTHERS = 12.

ISU_O_ROUTEOBJ_FROM_SV CALL FUNCTION 'ISU_O_ROUTEOBJ_FROM_SV' EXPORTING x_sdaufnr = da_vbeln x_wempf = wempf x_kunde = xvbak-kunnr x_objl_provided = 'X' x_stichtag = xvbak-guebg x_wmode = wmode x_xvbak = wa_xvbak TABLES t_objlist = t_viser t_xvbap = lt_vbap t_riwol = t_riwol t_ser02 = t_ser02 EXCEPTIONS existing = 1 foreign_lock = 2 general_fault = 3 no_objlist = 4 OTHERS = 5.



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