RPUTMSIT 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 RPUTMSIT 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.
(Obsolete)
Selection Text: TSOBJ = Temse object name
Title: Not used anymore
Text Symbol: H01 = /
Text Symbol: G03 = No record selected
Text Symbol: G02 = Record detail
Text Symbol: G01 = Reading TemSe:
Text Symbol: E05 = The program carries out a STOP
Text Symbol: E04 = Gener.error
Text Symbol: E03 = Error in function HR_DISPLAY_BASIC_LIST
Text Symbol: E02 = Error in function DOWNLOAD
Text Symbol: E01 = Error in temse
Text Symbol: 006 = Company code
Text Symbol: 005 = Selection year (YYYY)
Text Symbol: 004 = File name to load:
Text Symbol: 003 = Activates external file import
Text Symbol: 002 = Data for external file import in TemSe archive
Text Symbol: H02 = Object :
Text Symbol: R01 = HRI7 Interface
Text Symbol: I11 = Error in closing TemSe
Text Symbol: I10 = Error in writing TemSe
Text Symbol: I09 = Error in opening TemSe catalog
Text Symbol: I02 = Content
Text Symbol: I01 = Entries in all fields
Text Symbol: H07 = Program :
Text Symbol: H06 = No.of records :
Text Symbol: H05 = Time :
Text Symbol: H04 = Date :
Text Symbol: H03 = Created for :
INCLUDE RPUTEMIC.
INCLUDE RPC770IT.
INCLUDE RPCXXXIF.
No SAP DATABASE tables are accessed within this REPORT code!
RP_TS_HELPVIEW call function 'RP_TS_HELPVIEW' exporting repid = 'RPUTMSIT' importing tsobj = tsobj exceptions no_entries_found = 1 helpview_not_installed = 2 no_value_request_for_molga = 3.
HR_99S_UPLOAD call function 'HR_99S_UPLOAD' exporting p_initial_directory = '' p_filename = upfile * DEFAULT_EXTENSION = * P_FILETYPE_NO_SHOW = ' ' p_filetype = tipofile p_fsdialog = '' * IMPORTING * P_FILELENGTH = tables data_tab = tabella_nastro exceptions upload_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.