RPUTSVD8 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Display of TemSe files with SI contribution statements that have been created by one of the following reports:
If you would like to execute this report or see the full code listing simply enter RPUTSVD8 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_RPUTSVD8 - Display Files Contrib. 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.
Selection Text: TSOBJ = Evaluation Data Contained In
Title: Display Notification Files for Sending Contribution Statements
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 = 'RPUTSVD8' 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' versn = space. "QFLN1585445
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.
RPUTSVD8 - Display Notification Files for Sending Contribution Statements RPUTSVD8 - Display Notification Files for Sending Contribution Statements RPUTSVD7 - Display Files for Transmission to Pension Schemes RPUTSVD7 - Display Files for Transmission to Pension Schemes RPUTSVD6 - Display Contents of Files with Paying Office Notifications RPUTSVD6 - Display Contents of Files with Paying Office Notifications