SAP Reports / Programs

RESOWASTEPOS SAP ABAP Report - Program for Object Type WASTEODPOS: Waste Disposal Order







RESOWASTEPOS 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 RESOWASTEPOS 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 RESOWASTEPOS. "Basic submit
SUBMIT RESOWASTEPOS AND RETURN. "Return to original report after report execution complete
SUBMIT RESOWASTEPOS 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 Type WASTEODPOS: Waste Disposal Order
Text Symbol: N00 = Display
Text Symbol: N01 = Create
Text Symbol: N02 = Change
Text Symbol: N03 = Output
Text Symbol: S00 = Waste Disposal Order
Text Symbol: S01 = Confirmation
Text Symbol: S02 = Bulk Waste Order
Text Symbol: S03 = Container Delivery Order
Text Symbol: S04 = Service Frequency
Text Symbol: T01 = Create Waste Disposal Order
Text Symbol: T02 = Delete Waste Disposal Order
Text Symbol: T03 = Output Waste Disposal Order
Text Symbol: T04 = Create Bulk Waste Order
Text Symbol: T05 = Create Container Delivery Order


INCLUDES used within this REPORT RESOWASTEPOS

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_DB_ORDEROBJ_SINGLE CALL FUNCTION 'ISU_DB_ORDEROBJ_SINGLE' EXPORTING x_ordernr = ordernr x_laufnr = orderpos IMPORTING y_orderobj = iorder EXCEPTIONS not_found = 1 system_error = 2 not_qualified = 3 OTHERS = 4.

ISU_ASSIGN_RANGES CALL FUNCTION 'ISU_ASSIGN_RANGES' EXPORTING x_high = x_from x_low = x_to CHANGING xy_range_tab = xy_tab.

ISU_S_WASTEORDER_DISPLAY CALL FUNCTION 'ISU_S_WASTEORDER_DISPLAY' EXPORTING x_ordernr = ordernr x_ext_call = 'X' x_order_laufnr = orderlaufnr IMPORTING y_exit_type = exit_type EXCEPTIONS not_found = 1 internal_error = 2 not_authorized = 3 OTHERS = 4.

ISU_S_WASTEORDER_CHANGE CALL FUNCTION 'ISU_S_WASTEORDER_CHANGE' EXPORTING x_ordernr = ordernr x_ext_call = 'X' x_order_laufnr = orderlaufnr 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.

STATUS_BUFFER_REFRESH CALL FUNCTION 'STATUS_BUFFER_REFRESH' .

ISU_WA_ORDER_DEL_GLOBALS CALL FUNCTION 'ISU_WA_ORDER_DEL_GLOBALS'.

ISU_WA_ORDER_DISPO_DEL_GLOBALS CALL FUNCTION 'ISU_WA_ORDER_DISPO_DEL_GLOBALS'.

ISU_WA_ORDER_RESLT_DEL_GLOBALS CALL FUNCTION 'ISU_WA_ORDER_RESLT_DEL_GLOBALS'.

ISU_WA_ORDER_INT_DEL_GLOBALS CALL FUNCTION 'ISU_WA_ORDER_INT_DEL_GLOBALS'.

ISU_WA_ORDER_RESPL_DEL_GLOBALS CALL FUNCTION 'ISU_WA_ORDER_RESPL_DEL_GLOBALS'.



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