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

REWAORDER_PLAN SAP ABAP Report - Plan waste disposal order







REWAORDER_PLAN 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 REWAORDER_PLAN into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

EWAPLAN - Planning


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


Text pool values


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: 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 = D Period
Selection Text: ORDERPOS = D Sequence Number
Selection Text: ORDER = D Waste Disposal Order
Selection Text: LAND = D Country Key
Selection Text: KUNDE = D Business Partner
Selection Text: CODE = D Postal code
Selection Text: AREA = D Service Area
Title: Plan waste disposal order
Text Symbol: S27 = Customer Fields
Text Symbol: S26 = Regional Structure
Text Symbol: S25 = Contract Data
Text Symbol: S24 = Order Data
Text Symbol: S02 = Scheduling


INCLUDES used within this REPORT REWAORDER_PLAN

INCLUDE: EMSG,
INCLUDE EEWA_ORDER_SELECTION_SCREEN.
INCLUDE EEWA_ORDER_POSNR_SELSCREEN.
INCLUDE EEWA_ORDER_BUILD_RANGES.


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_WAORDER_CHECK_SELSCREEN call function 'ISU_WAORDER_CHECK_SELSCREEN' exporting land = land x_wmode = co_create 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_RESPL_SELECT CALL FUNCTION 'ISU_RESPL_SELECT' EXPORTING x_no_dialog = ' ' x_display = ' ' x_active_tab = activetab changing xy_selopt = select_options * TABLES * x_route = tab_route * x_product_area = tab_area * x_service_type = tab_stype * x_wlevel = tab_wlevel * x_period = tab_period * x_kunnr = tab_kunnr * x_sloc = tab_sloc * x_sdvertrag = tab_sdvertrag * x_posnr = tab_posnr * x_code = tab_code * x_regio = tab_regio * x_swerk = tab_swerk * x_stort = tab_stort EXCEPTIONS not_found = 1 user_canceled = 2 OTHERS = 3.



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