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

REWA_ROUTE_DATES_CORRECT SAP ABAP Report - Program BG_ROUTE_DATES_CORRECT







REWA_ROUTE_DATES_CORRECT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report calculates a concrete date from the correction indicator CORR_OPT from tables EWA_ROUTE_CAL and EWA_CAL_DATES, and enters this in the field DATE_NEW...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_ROUTE_DATES_CORRECT 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 REWA_ROUTE_DATES_CORRECT. "Basic submit
SUBMIT REWA_ROUTE_DATES_CORRECT AND RETURN. "Return to original report after report execution complete
SUBMIT REWA_ROUTE_DATES_CORRECT 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: CALENDER = Waste Disposal Calendar
Selection Text: F_CALEND = Modify Waste Disposal Calendar
Selection Text: F_ROUTE = Modify Route
Selection Text: ROUTE = Route
Title: Program BG_ROUTE_DATES_CORRECT
Text Symbol: 001 = Date for Waste Disp. Calendar
Text Symbol: 002 = Was Modified
Text Symbol: 003 = Old Date:
Text Symbol: 004 = New Date:
Text Symbol: 005 = Route Data:


INCLUDES used within this REPORT REWA_ROUTE_DATES_CORRECT

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:

DAY_ATTRIBUTES_GET call function 'DAY_ATTRIBUTES_GET' exporting factory_calendar = wa_route-cal_id date_from = date date_to = date language = sy-langu tables day_attributes = t_day_attr exceptions factory_calendar_not_found = 1 holiday_calendar_not_found = 2 date_has_invalid_format = 3 date_inconsistency = 4 others = 5.

DAY_ATTRIBUTES_GET call function 'DAY_ATTRIBUTES_GET' exporting factory_calendar = wa_waste-cal_id date_from = date date_to = date language = sy-langu tables day_attributes = t_day_attr exceptions factory_calendar_not_found = 1 holiday_calendar_not_found = 2 date_has_invalid_format = 3 date_inconsistency = 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 REWA_ROUTE_DATES_CORRECT or its description.