RPUTSVD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RPUTSVD0 into the relevant SAP transactions such as SE38 or SE80
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: P_USBOX = D .
Selection Text: TSOBJ = Evaluation Data Contained In
Title: Contents of HR TemSe Objects (G)
Text Symbol: T05 = ....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8....+....9....+...10....+...11..115
Text Symbol: T04 = ....+....1..
Text Symbol: T03 = ....+....1....+....2....+....3....+....4....+....5
Text Symbol: T02 = ....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8....+....9....+....0
Text Symbol: T01 = ....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
Text Symbol: L03 = Created on
Text Symbol: L02 = Created By
Text Symbol: L01 = TemSe Object
Text Symbol: K04 = Date, time
Text Symbol: K03 = Created by
Text Symbol: K02 = Object type
Text Symbol: K01 = TemSe object
Text Symbol: FR1 = Program selections
Text Symbol: B05 = Purpose
Text Symbol: B04 = Purpose
Text Symbol: B03 = Number of Pension Scheme
Text Symbol: B02 = PPO No.
Text Symbol: B01 = PPO No.
Text Symbol: ADM = Notif. Type
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 = 'RPUTSVD0' IMPORTING TSOBJ = TSOBJ EXCEPTIONS "VUUP40K003161 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 = EMPFG versn = space "YCTN1148020 importing "YCTN1148020 versn = g_ts_versn. " TemSe-Version "YCTN1148020
RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' EXCEPTIONS FB_CALL_HANDLE = 01 FB_ERROR = 02 FB_RSTS_OTHER = 03.
RSTS_READ CALL FUNCTION 'RSTS_READ' TABLES DATATAB = CDUTD1 EXCEPTIONS FB_CALL_HANDLE = 01 FB_ERROR = 02 FB_RSTS_NOCONV = 03 FB_RSTS_OTHER = 04.
RSTS_READ CALL FUNCTION 'RSTS_READ' TABLES DATATAB = CDKTD1 EXCEPTIONS FB_CALL_HANDLE = 01 FB_ERROR = 02 FB_RSTS_NOCONV = 03 FB_RSTS_OTHER = 04.
RSTS_READ CALL FUNCTION 'RSTS_READ' " TABLES " DATATAB = psv03_temse " EXCEPTIONS " FB_CALL_HANDLE = 01 " FB_ERROR = 02 " FB_RSTS_NOCONV = 03 " FB_RSTS_OTHER = 04. "
RSTS_READ CALL FUNCTION 'RSTS_READ' TABLES DATATAB = CSVBD2 EXCEPTIONS FB_CALL_HANDLE = 01 FB_ERROR = 02 FB_RSTS_NOCONV = 03 FB_RSTS_OTHER = 04.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'PSV03' CHANGING ct_fieldcat = lt_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = repid is_layout = ls_layo it_fieldcat = lt_fcat it_events = lt_evts is_print = ls_prnt TABLES t_outtab = CSVBD2 EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_line.
RSTS_READ CALL FUNCTION 'RSTS_READ' TABLES DATATAB = CZVDD1 EXCEPTIONS FB_CALL_HANDLE = 01 FB_ERROR = 02 FB_RSTS_NOCONV = 03 FB_RSTS_OTHER = 04.
RSTS_READ CALL FUNCTION 'RSTS_READ' TABLES DATATAB = SKGOD1 EXCEPTIONS FB_CALL_HANDLE = 01 FB_ERROR = 02 FB_RSTS_NOCONV = 03 FB_RSTS_OTHER = 04.
RSTS_READ CALL FUNCTION 'RSTS_READ' TABLES DATATAB = CGEWD1 EXCEPTIONS FB_CALL_HANDLE = 01 FB_ERROR = 02 FB_RSTS_NOCONV = 03 FB_RSTS_OTHER = 04.
RSTS_READ CALL FUNCTION 'RSTS_READ' TABLES DATATAB = CSVDD1 EXCEPTIONS FB_CALL_HANDLE = 01 FB_ERROR = 02 FB_RSTS_NOCONV = 03 FB_RSTS_OTHER = 04.
RSTS_READ CALL FUNCTION 'RSTS_READ' TABLES DATATAB = CSVED1 EXCEPTIONS FB_CALL_HANDLE = 01 FB_ERROR = 02 FB_RSTS_NOCONV = 03 FB_RSTS_OTHER = 04.
RSTS_READ CALL FUNCTION 'RSTS_READ' TABLES DATATAB = cehgd0 EXCEPTIONS FB_CALL_HANDLE = 01 FB_ERROR = 02 FB_RSTS_NOCONV = 03 FB_RSTS_OTHER = 04.
RSTS_READ call function 'RSTS_READ' tables datatab = sveod1 exceptions fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = 'HRDEVERS01' changing ct_fieldcat = lt_fcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.
call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = repid is_layout = ls_layo it_fieldcat = lt_fcat it_events = lt_evts is_print = ls_prnt tables t_outtab = sveod1 exceptions program_error = 1 others = 2.
RSTS_READ CALL FUNCTION 'RSTS_READ' TABLES datatab = psv03_temse EXCEPTIONS fb_call_handle = 01 fb_error = 02 fb_rsts_noconv = 03 fb_rsts_other = 04.
RSTS_READ CALL FUNCTION 'RSTS_READ' TABLES datatab = csvbv1 EXCEPTIONS fb_call_handle = 01 fb_error = 02 fb_rsts_noconv = 03 fb_rsts_other = 04.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'PSV03' CHANGING ct_fieldcat = lt_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = repid is_layout = ls_layo it_fieldcat = lt_fcat it_events = lt_evts is_print = ls_prnt TABLES t_outtab = csvbv1 EXCEPTIONS program_error = 1 OTHERS = 2.
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 RPUTSVD0 or its description.