REWA_DEL_ORDER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Delete waste disposal order Using this report, you can irreversibly delete waste disposal orders...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter REWA_DEL_ORDER into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EWAORDDEL - Delete Waste Disposal Order
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.
Selection Text: WLEVEL = D Winter Maintenance Level
Selection Text: SWERK = D Maintenance Plant
Selection Text: STYPE = D Service Type
Selection Text: STORT = D Location
Selection Text: SOME = Delete individual orders
Selection Text: SLOC = D Container Location
Selection Text: SDVER = D Service Contract
Selection Text: SDKUNDE = D Business Partner
Selection Text: ROUTE = D Route
Selection Text: REGP = D Elem. Political Reg. Structure
Selection Text: POSNR = D Item (SD)
Selection Text: PERIOD = Period
Selection Text: ORDERPOS = D Sequence Number
Selection Text: ORDER = D Waste Disposal Order
Selection Text: LOEV = Only Set Deletion Flag
Selection Text: LAND = D Country Key
Selection Text: KUNDE = D Business Partner
Selection Text: CODE = D Postal Code
Selection Text: AREA = D Service Area
Selection Text: ALL = Delete all orders
Title: Delete waste disposal orders
Text Symbol: S27 = Customer Fields
Text Symbol: S26 = Regional Structure
Text Symbol: S25 = Contract Data
Text Symbol: S24 = Order Data
Text Symbol: S02 = Scheduling
INCLUDE: EMSG,
INCLUDE EEWA_ORDER_SELECTION_SCREEN.
INCLUDE EEWA_ORDER_POSNR_SELSCREEN.
INCLUDE EEWA_ORDER_BUILD_RANGES.
No SAP DATABASE tables are accessed within this REPORT code!
ISU_WAORDER_CHECK_SELSCREEN CALL FUNCTION 'ISU_WAORDER_CHECK_SELSCREEN' EXPORTING land = land x_wmode = co_delete x_active_tab = tabbl-activetab(20) CHANGING xy_selopt = select_options EXCEPTIONS not_found = 1 internal_error = 2 not_authorized = 3 user_canceled = 4 not_customized = 5 foreign_lock = 6 invalid_key = 7 number_error = 8 system_error = 9 input_error = 10 OTHERS = 11.
ISU_WAORDER_SELSCREEN_EXECUTE CALL FUNCTION 'ISU_WAORDER_SELSCREEN_EXECUTE' EXPORTING x_wmode = co_delete x_some = some x_all = all x_active_tab = tabbl-activetab(20) x_loev = loev CHANGING xy_selopt = select_options EXCEPTIONS not_found = 1 internal_error = 2 not_authorized = 3 user_canceled = 4 not_customized = 5 foreign_lock = 6 invalid_key = 7 number_error = 8 system_error = 9 input_error = 10 OTHERS = 11.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REWA_DEL_ORDER - Delete waste disposal orders REWA_DEL_ORDER - Delete waste disposal orders REWA_ALLOCATE_VALIDITY - Program REWA_ALLOCATE_VALIDITY REWA_ALLOCATE_VALIDITY - Program REWA_ALLOCATE_VALIDITY REWA_AAT_CHECK - Consistency Check for Waste Disposal-Specific Billing Settings REWA_AAT_CHECK - Consistency Check for Waste Disposal-Specific Billing Settings