SAP Reports / Programs

RPUD3MD0 SAP ABAP Report - Start Reports of SI Reporting in Distributed Reporting







RPUD3MD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Cross-client and cross-system processing of SI messages...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 RPUD3MD0 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

PC00_M01_UD3MD0 - Distributed Reporting for DEUEV


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 RPUD3MD0. "Basic submit
SUBMIT RPUD3MD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUD3MD0 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: VARIANT = Variant
Selection Text: RFCDEST = RFC - Connections
Selection Text: REPORT = Report Name
Selection Text: P_REP_TI = Waiting Time for Next Check
Selection Text: PREP_CNT = No. of Repetitions
Selection Text: ONLINE = Online Processing
Selection Text: MODES = No. of Sessions
Selection Text: MASTERS = RFC Connection
Selection Text: DELAY = Delay Time
Selection Text: BATCH = Background Processing
Title: Start Reports of SI Reporting in Distributed Reporting
Text Symbol: S14 = Main delay
Text Symbol: S13 = Background
Text Symbol: S12 = Online
Text Symbol: S10 = No. of Sessions
Text Symbol: S07 = No. of Repetitions
Text Symbol: S06 = Waiting Time for Next Check
Text Symbol: S05 = With variant
Text Symbol: S04 = ReportName
Text Symbol: E04 = RFC Destination Not Available:
Text Symbol: E03 = RFC Destination Does Not Exist:
Text Symbol: E02 = Select a Valid Variant
Text Symbol: E01 = Date/Time Could Not Be Saved
Text Symbol: 004 = Process Opts.
Text Symbol: 002 = Systems to Be Processed
Text Symbol: 001 = Report To Be Executed


INCLUDES used within this REPORT RPUD3MD0

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:

RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = param-report tables selection_table = seltab exceptions not_found = 1 no_report = 2 others = 3.

GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' "a exporting "a mode = 'CURRENT' "a no_dialog = 'X' "a importing "a out_parameters = print_params "a exceptions "a others = 0. "a

RS_VARIANT_EXISTS call function 'RS_VARIANT_EXISTS' exporting report = report variant = variant importing r_c = rc exceptions not_authorized = 1 no_report = 2 report_not_existent = 3 report_not_supplied = 4 others = 5.

RS_VARIANT_CONTENTS call function 'RS_VARIANT_CONTENTS' "YCTN1500964 exporting " report = report " variant = variant " tables " valutab = gt_var_values[] " exceptions " variant_non_existent = 1 " variant_obsolete = 2 " others = 3. "

RFC_PING call function 'RFC_PING' destination rfcdest-low exceptions system_failure = 1 communication_failure = 1 others = 1.



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