RPUTSVJ0 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 RPUTSVJ0 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_M22_UTSV - Download HR TemSe object
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 = TemSe object
Title: Download HR TemSe object
Text Symbol: E01 = Error When Determining Target File
Text Symbol: E02 = Error When Importing TemSe Object
Text Symbol: E03 = Error When Copying the File to the PC
Text Symbol: FR1 = Selection of object to download
Text Symbol: M01 = The Data Carrier Was Not Copied. No Target File Was Specified.
Text Symbol: M02 = The data carrier was copied successfully to target file
Text Symbol: M03 = Created target file:
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 = 'RPUTSVJ0' importing tsobj = tsobj exceptions "VUUP40K003161 no_entries_found = 1 "! helpview_not_installed = 2 "! no_value_request_for_molga = 3 "! no_selectfield = 4 "N806912 others = 5. "N806912
RP_TS_OPEN call function 'RP_TS_OPEN' exporting tsobj = tsobj empfg = empfg.
RSTS_READ call function 'RSTS_READ' exporting showlg = 'X' tables datatab = datatab 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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.