SAP Reports / Programs

RERODOWN SAP ABAP Report - Download services for external route planning







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 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 RERODOWN 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

EROD - Transfer Master Data to Route Plan.


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 RERODOWN. "Basic submit
SUBMIT RERODOWN AND RETURN. "Return to original report after report execution complete
SUBMIT RERODOWN 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: 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)


INCLUDES used within this REPORT RERODOWN

INCLUDE EMSG.
INCLUDE MEAMAC00.
INCLUDE MEWASTE01.
INCLUDE IEAWASTE.
INCLUDE IEWAMACROS.
INCLUDE IEWAMSG.
INCLUDE ORDERFORMSF01.


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:

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.



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