SAP Reports / Programs

RPUTMSIT SAP ABAP Report - Not used anymore







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


ABAP code to call this SAP report using the submit 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.






SUBMIT RPUTMSIT. "Basic submit
SUBMIT RPUTMSIT AND RETURN. "Return to original report after report execution complete
SUBMIT RPUTMSIT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


(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 :


INCLUDES used within this REPORT RPUTMSIT

INCLUDE RPUTEMIC.
INCLUDE RPC770IT.
INCLUDE RPCXXXIF.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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 .



Contribute (Add Comments)

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 RPUTMSIT or its description.