RERODOWN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Output of services for external route planning Using this report, you can transfer the
If you would like to execute this report or see the full code listing simply enter RERODOWN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EROD - Transfer Master Data to Route Plan.
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: WEEK = Weekly services
Selection Text: ROUTE = Route
Selection Text: PERIOD = Planning periods
Selection Text: PARA_SET = Print parameters defined
Selection Text: MONTH = Monthly services
Selection Text: LAND = Country
Selection Text: DAY = Daily services
Selection Text: CODE = Postal Code
Selection Text: AREA = Service area
Title: Download services for external route planning
Text Symbol: S12 = Service area
Text Symbol: S11 = Installat.
Text Symbol: S10 = Form type
Text Symbol: S09 = Additional data
Text Symbol: S08 = Object list
Text Symbol: S07 = Application Form
Text Symbol: S06 = Print and archiving parameters
Text Symbol: S03 = Contract
Text Symbol: S02 = Scheduling
Text Symbol: S01 = Selection criteria
Text Symbol: 002 = Download complete (see log)
Text Symbol: 001 = Prepare route planning
Text Symbol: 000 = Output canceled (see log)
INCLUDE EMSG.
INCLUDE MEAMAC00.
INCLUDE MEWASTE01.
INCLUDE IEAWASTE.
INCLUDE IEWAMACROS.
INCLUDE IEWAMSG.
INCLUDE ORDERFORMSF01.
No SAP DATABASE tables are accessed within this REPORT code!
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'SEL' * P_PROGRAM = ' ' TABLES p_exclude = t EXCEPTIONS OTHERS = 1.
ISU_CHECK_RODOWN_OPTIONS CALL FUNCTION 'ISU_CHECK_RODOWN_OPTIONS' EXPORTING x_week = week x_mnth = month x_day = day x_land = land IMPORTING y_servfreq = t_servfreq TABLES x_route = tab_route x_postcode = tab_code x_product_area = tab_area x_period = tab_period EXCEPTIONS not_found = 1.
EFG_PRINT CALL FUNCTION 'EFG_PRINT' EXPORTING x_printparams = printpar x_dialog = ' ' TABLES xt_ranges = tab_servfreq xt_ranges1 = tab_route xt_ranges2 = tab_week xt_ranges3 = tab_month xt_ranges4 = tab_day xt_ranges5 = tab_period xt_ranges6 = tab_code xt_ranges7 = tab_area EXCEPTIONS not_qualified = 1 formclass_not_found = 2 form_not_found = 3 formclass_invalid = 4 print_failed = 5 form_invalid = 6 cancelled = 8 OTHERS = 10.
EFG_GET_PRINT_PARAMETERS CALL FUNCTION 'EFG_GET_PRINT_PARAMETERS' EXPORTING x_printparams = printpar * x_archive_bor_object = co_objtype_printdoc * x_archive_arc_object = co_bill_doc_typ * X_ARCHIVE_OBJECT_ID = * X_NO_DELAYED_PRINT = 'X' x_no_formkey = ' ' x_no_archive = 'X' * x_check_archive = ' ' * X_FORCE_SAPSCRIPT = ' ' x_no_preview = co_true * X_NO_STARTDATE = 'X' IMPORTING y_printparams = printpar * y_archive_index = print_obj-archive_index * y_archive_params = print_obj-archive_params y_recipient = l_recipient * Y_CORR_PARAMS = EXCEPTIONS cancelled = 1 input_error = 2 failed = 3 OTHERS = 4.
ISU_INV_PF_STATUS_HANDLE CALL FUNCTION 'ISU_INV_PF_STATUS_HANDLE' EXPORTING x_handle = g_handle x_okcode = sy-ucomm * TABLES * t_opbel = t_opbel * T_PORTION = * T_ABRVORG = * T_SPARTE = EXCEPTIONS iu_error = 1 system_error = 2 not_qualified = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RERODOWN - Download services for external route planning RERODOWN - Download services for external route planning RERFX - Program for object type ERFX : eRFx RERFX - Program for object type ERFX : eRFx REREMITADV_SOLEPRVF01 - REREMITADVSOLEPRVF01 REREMITADV_SOLEPRV - Processing Module for Notice of Bank Transfer