RPUTSVD3 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report
If you would like to execute this report or see the full code listing simply enter RPUTSVD3 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M01_DEUVDOWNLOA - Save DEUEV File
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.
DCR: Download Data Medium to Diskette
Selection Text: P_DTNAM = File name
Selection Text: P_FORM = Form
Selection Text: P_NOLET = Suppress Form Printout
Selection Text: P_PRDIAL = Change Print Parameters
Selection Text: P_PRNTR = Output device
Selection Text: TSOBJ = TemSe object
Title: DCR: Download Data Medium to Diskette
Text Symbol: E00 = Report Is Obsolete. Use B2A Manager
Text Symbol: FRM = Form
Text Symbol: S01 = Select Data Medium
Text Symbol: S02 = Accompany.letter
Text Symbol: S03 = Output file
Text Symbol: S10 = OutputDevice
Text Symbol: S11 = Change Print Param
Text Symbol: S12 = DCR Cover letter
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RP_TS_HELPVIEW call function 'RP_TS_HELPVIEW' exporting repid = c_rputsvd3 importing tsobj = tsobj exceptions no_entries_found = 1 helpview_not_installed = 2 no_value_request_for_molga = 3 others = 0.
RSTS_READ call function 'RSTS_READ' tables datatab = cd3td1 exceptions fb_call_handle = 01 fb_error = 02 fb_rsts_noconv = 03 fb_rsts_other = 04.
WS_FILENAME_GET call function 'WS_FILENAME_GET' exporting def_filename = g_basename def_path = g_pathname mask = mask mode = 'S' importing filename = g_filename exceptions inv_winsys = 04 no_batch = 08 selection_cancel = 12 selection_error = 16.
FILE_GET_NAME call function 'FILE_GET_NAME' "a exporting "a logical_filename = l_name "a parameter_1 = init_fname "a importing "a file_name = g_filename "a exceptions "a file_not_found = 1 "a others = 2. "a
RP_TS_OPEN call function 'RP_TS_OPEN' exporting tsobj = tsobj empfg = empfg importing "e objin = l_objin. "e
RSTS_CLOSE call function 'RSTS_CLOSE' exceptions others = 01.
WS_DOWNLOAD * call function 'WS_DOWNLOAD' "b * exporting "b * filename = g_filename "Zielfile "b * filetype = 'VSS' "VSS: mit Längenangabe "b * mode = space "überschreiben "b * codepage = 'IBM' "b * tables "b * data_tab = d3tout "b * exceptions "b * file_open_error = 01 "b * file_write_error = 02 "b * invalid_filesize = 03 "b * invalid_table_width = 04 "b * invalid_type = 05 "b * no_batch = 06 "b * unknown_error = 07. "b
GUI_VSS_DOWNLOAD call function 'GUI_VSS_DOWNLOAD' "b exporting "b codepage = c_codepage850 "b filename = filename "b tables "b data_tab = d3tout "b exceptions "b file_write_error = 1 "b no_batch = 2 "b gui_refuse_filetransfer = 3 "b no_authority = 4 "b unknown_error = 5 "b dp_error_create = 6 "b dp_error_send = 7 "b dp_error_write = 8 "b unknown_dp_error = 9 "b access_denied = 10 "b dp_out_of_memory = 11 "b disk_full = 12 "b dp_timeout = 13 "b dataprovider_exception = 14 "b control_flush_error = 15 "b others = 16. "b
WS_DOWNLOAD * call function 'WS_DOWNLOAD' "b * exporting "b * bin_filesize = 1 "Quellfilelänge "b * filename = g_filename "Zielfile "b * filetype = 'BIN' "Binär, also ohne CR/LF "b * mode = 'A' "anhängen "b * codepage = 'IBM' "b * tables "b * data_tab = cd3td1 "b * exceptions "b * file_open_error = 01 "b * file_write_error = 02 "b * invalid_filesize = 03 "b * invalid_table_width = 04 "b * invalid_type = 05 "b * no_batch = 06 "b * unknown_error = 07. "b
GUI_DOWNLOAD call function 'GUI_DOWNLOAD' "b exporting "b bin_filesize = 1 "Quellfilelänge "b filename = filename "Zielfile "b filetype = 'BIN' "Binär, also ohne CR/LF "b append = 'X' "anhängen "b tables "b data_tab = hxtab "b exceptions "b others = 1. "b
GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting report = l_repid no_dialog = 'X' importing out_parameters = pri_params out_archive_parameters = arc_params exceptions others = 0.
HR_GET_REPORTING_COMPANY_DATA call function 'HR_GET_REPORTING_COMPANY_DATA' "f exporting "f p_molga = '01' "f p_appl = c_appl_deut "f p_werks_sum = gs_absemp-werks "f p_btrtl_sum = gs_absemp-btrtl "f p_date = pn_endda "f p_anart = '/A' "f importing "f infodata = infodata "f exceptions "f rep_comp_not_found = 1 "f address_not_found = 2 "f sender_not_found = 3 "f clerk_not_found = 4 "f version_mismatch = 5 "f others = 6. "f
START_FORM call function 'START_FORM' exporting archive_index = toa_dara form = $formname language = sy-langu startpage = $page_no.
WRITE_FORM call function 'WRITE_FORM' exporting element = $element function = $function type = $type window = $window.
END_FORM call function 'END_FORM'.
OPEN_FORM call function 'OPEN_FORM' exporting application = 'TX' archive_index = toa_dara archive_params = archive_params device = 'PRINTER' dialog = g_druckdialog form = p_form language = 'D' options = print_itcpo importing result = print_itcpp exceptions canceled = 1 others = 2.
CLOSE_FORM call function 'CLOSE_FORM' importing result = print_itcpp.
HR_PAL_GENRL_MSG_ADD call function 'HR_PAL_GENRL_MSG_ADD' exporting i_msgid = sy-msgid i_msgty = sy-msgty i_msgno = sy-msgno i_msgv1 = sy-msgv1 i_msgv2 = sy-msgv2 i_msgv3 = sy-msgv3 i_msgv4 = sy-msgv4 exceptions program_error = 1 others = 2.
call function 'HR_PAL_LOG_DISPLAY' exporting i_s_display_profile = l_s_display_profile * I_S_FLAT_PROFILE = exceptions program_error = 1 no_logs = 2 others = 3 .
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 RPUTSVD3 or its description.
RPUTSVD3 - DCR: Download Data Medium to Diskette RPUTSVD3 - DCR: Download Data Medium to Diskette RPUTSVD2 - Display of Contribution Statements for Reporting RPUTSVD2 - Display of Contribution Statements for Reporting RPUTSVD0 - Contents of HR TemSe Objects (G) RPUTSVD0 - Contents of HR TemSe Objects (G)