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
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: 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:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
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_ROUTE_DATES_CORRECT - Program BG_ROUTE_DATES_CORRECT REWA_ROUTE_DATES_CORRECT - Program BG_ROUTE_DATES_CORRECT REWA_ORDER_CREATE - Create Waste Disposal Orders REWA_ORDER_CREATE - Create Waste Disposal Orders REWA_MIGRATE_OA_SA - Program REWA_MIGRATE_OA_SA REWA_MIGRATE_OA_SA - Program REWA_MIGRATE_OA_SA