SAP Reports / Programs | Payroll | Payroll: General Parts | Reuse Services for Country Development(PY-XX-RS) SAP PY

RPUTMS9S SAP ABAP Report - Generic TemSe Viewer (DAQ based)







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


Transaction Code(s):

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


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 RPUTMS9S. "Basic submit
SUBMIT RPUTMS9S AND RETURN. "Return to original report after report execution complete
SUBMIT RPUTMS9S VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RPUTMS9S

INCLUDE RPUTMS9S_DATA.
INCLUDE RPUTMS9S_SCREEN.


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:

No SAP FUNCTION MODULES are executed within this report code!



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