RPUTSVD6 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The reports
If you would like to execute this report or see the full code listing simply enter RPUTSVD6 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_RPUTSVD6 - ZMV: Display Notification 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.
Selection Text: TSOBJ = Evaluation Data Contained In
Title: Display Contents of Files with Paying Office Notifications
Text Symbol: FR1 = Program Selections
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 = 'RPUTSVD6' importing tsobj = tsobj exceptions no_entries_found = 1 helpview_not_installed = 2 no_value_request_for_molga = 3 others = 0.
RP_TS_OPEN call function 'RP_TS_OPEN' exporting tsobj = tsobj empfg = 'RPUTSVDE'.
RSTS_READ call function 'RSTS_READ' tables datatab = gt_mds exceptions fb_call_handle = 01 fb_error = 02 fb_rsts_noconv = 03 fb_rsts_other = 04.
RSTS_CLOSE call function 'RSTS_CLOSE' exceptions fb_call_handle = 01 fb_error = 02 fb_rsts_other = 03.
HR_PAL_LOG_DISPLAY call function 'HR_PAL_LOG_DISPLAY' exporting i_s_display_profile = g_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.
RPUTSVD6 - Display Contents of Files with Paying Office Notifications RPUTSVD6 - Display Contents of Files with Paying Office Notifications RPUTSVD5 - DEUEV: Creation of EDI Files on PC RPUTSVD5 - DEUEV: Creation of EDI Files on PC RPUTSVD4 - Display DEUEV Reporting Files RPUTSVD4 - Display DEUEV Reporting Files