SAP Reports / Programs

RESOCLEANOBJ SAP ABAP Report - Program for Object Category CLEANOBJ: Waste Removal Order







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


Text pool values


Title: Program for Object Category CLEANOBJ: Waste Removal Order
Text Symbol: S00 = Cleaning Object
Text Symbol: N02 = Change
Text Symbol: N01 = Create
Text Symbol: N00 = Display


INCLUDES used within this REPORT RESOCLEANOBJ

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:

ISU_S_EEWA_ROB_DISPLAY CALL FUNCTION 'ISU_S_EEWA_ROB_DISPLAY' EXPORTING x_rob = rob x_no_change = 'X' x_no_other = 'X' x_call_ext = 'X' IMPORTING y_exit_type = exit_type EXCEPTIONS not_found = 1 internal_error = 2 not_authorized = 3 OTHERS = 4.

ISU_S_EEWA_ROB_CHANGE CALL FUNCTION 'ISU_S_EEWA_ROB_CHANGE' EXPORTING x_rob = rob x_no_other = 'X' x_call_ext = 'X' x_upd_online = 'X' IMPORTING y_db_update = upd y_exit_type = exit_type EXCEPTIONS not_found = 1 foreign_lock = 2 internal_error = 3 input_error = 4 not_authorized = 5 OTHERS = 6.

ISU_S_EEWA_ROB_CREATE CALL FUNCTION 'ISU_S_EEWA_ROB_CREATE' EXPORTING x_rob = rob x_robtyp = robtyp x_stichtag = validto x_upd_online = 'X' x_call_ext = 'X' IMPORTING y_db_update = upd y_exit_type = exit_type y_obj = new_rob EXCEPTIONS not_customized = 1 not_found = 2 existing = 3 foreign_lock = 4 key_invalid = 5 number_error = 6 system_error = 7 input_error = 8 not_authorized = 9 OTHERS = 10.

ISU_O_ROUTEOBJ_OPEN call function 'ISU_O_ROUTEOBJ_OPEN' exporting x_rob = rob x_wmode = co_wmode importing y_obj = iobj exceptions not_found = 1 existing = 2 foreign_lock = 3 invalid_key = 4 number_error = 5 system_error = 6 invalid = 7 general_fault = 8 internal_error = 9 others = 10.

ISU_S_EEWA_ROB_CREATE CALL FUNCTION 'ISU_S_EEWA_ROB_CREATE' EXPORTING x_rob = ls_auto-rob-rob x_no_dialog = 'X' x_upd_online = 'X' x_auto = ls_auto IMPORTING y_obj = new_rob EXCEPTIONS not_customized = 1 not_found = 2 existing = 3 foreign_lock = 4 key_invalid = 5 number_error = 6 system_error = 7 input_error = 8 not_authorized = 9 OTHERS = 10.



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