RPUTMS9S is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to download or display a TemSe (Temporary Sequential) file...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RPUTMS9S 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_M12_DMFA_MG - Manage DMFA Temse Files
PC00_M12_BOWM_MG - FINPROF - Manage TemSe file
HR99S00_TEMSE_VIEWER - Temse Viewer
PC00_M12_DMN_MG - DIMONA - Manage TemSe file
PC00_M12_BOWA_MG - BELCOTAX - Manage TemSe file
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: R_XNOIN = Do not Declare Empty Fields
Selection Text: R_XMLTG = Display Tags in Log
Selection Text: R_XML = Create Final File and Download
Selection Text: R_WTEMSE = Write to XML TemSe
Selection Text: R_VERS = Version Number
Selection Text: R_UP = Upload File and Store in TemSe
Selection Text: R_TXB2A = B2A Description
Selection Text: R_TEST = Declaration is a Test
Selection Text: R_TEMSE = TemSe Object
Selection Text: R_SSFAPP = SSF application
Selection Text: R_SIGNAT = Signature file
Selection Text: R_SENDER = Sender Number
Selection Text: R_RTTC = Long File
Selection Text: R_PATH = Directory
Selection Text: R_LOCAL = Write to Local File
Selection Text: R_GO = Create GO-file
Selection Text: R_FLUSH = Store File every Nr. Employees
Selection Text: R_FILE = File Name for Download/Upload
Selection Text: R_DOWN = Download TemSe File
Selection Text: R_DISP_E = Display Employee Records
Selection Text: R_DISP = Display TemSe Content
Selection Text: R_CTSOFT = Pre-Control Software Version
Selection Text: R_APPL = Form Type
Selection Text: R_ACB2A = Activate B2A
Selection Text: FLAT = Display Log in Flat Format
Title: Generic TemSe Viewer (DAQ based)
Text Symbol: T70 = Miscellaneous
Text Symbol: T60 = Other
Text Symbol: T50 = XML Control
Text Symbol: T40 = File Name Control
Text Symbol: T30 = Log Control
Text Symbol: T20 = Operations
Text Symbol: T10 = TemSe File
INCLUDE RPUTMS9S_DATA.
INCLUDE RPUTMS9S_SCREEN.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.