RPUTMSE0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report displays the TemSe files generated by the corresponding programs in the HR-Spain module...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 RPUTMSE0 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_M04_UTMS - Display TemSe files
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 = Name of TemSe file
Title: TemSe files display and download
Text Symbol: T09 = No. of earnings of economic act. in cash
Text Symbol: T08 = Direct debit of work performance in kind
Text Symbol: T07 = Work performance perceptions in kind
Text Symbol: T06 = No. work performance percep. in kind
Text Symbol: T05 = Work performance withholdings in cash
Text Symbol: T04 = Work performance perceptions in cash
Text Symbol: T03 = No. work performance percep. in cash
Text Symbol: T02 = Data format
Text Symbol: T01 = Which format?
Text Symbol: S01 = TemSe
Text Symbol: R28 = DSO record type
Text Symbol: R27 = Record type FCT
Text Symbol: R26 = Record type DBA
Text Symbol: R25 = DAM record type
Text Symbol: R24 = EXC record type
Text Symbol: R23 = CNA record type
Text Symbol: R22 = ETF record type
Text Symbol: R21 = TYF record type
Text Symbol: R20 = EDT record type
Text Symbol: R19 = TCT record type
Text Symbol: R18 = EDL record type
Text Symbol: R17 = DAT record type
Text Symbol: R16 = FAB record type
Text Symbol: T32 = Payments total
Text Symbol: T31 = Previous total
Text Symbol: T30 = Total
Text Symbol: T29 = Direct debit of image rights
Text Symbol: T28 = Image rights return payments done
Text Symbol: T27 = Perception no. image right
Text Symbol: T26 = Direct debit of forestry exploitations in kind
Text Symbol: T25 = Perceptions of forestry exploitations in kind
Text Symbol: T24 = No. perc. of forestry exploitations in kind
Text Symbol: T23 = Withholdings forestry exploitations in cash
Text Symbol: T22 = Perceptions of forestry exploitations in cash
Text Symbol: T21 = No. perc. of forestry exploitations in cash
Text Symbol: T20 = Direct debit of rewards in kind
INCLUDE RPUTMDE0.
INCLUDE RPUTMME0.
No SAP DATABASE tables are accessed within this REPORT code!
RP_TS_HELPVIEW call function 'RP_TS_HELPVIEW' exporting repid = 'RPUTMSE0' importing tsobj = tsobj exceptions "VUUP40K003161 no_entries_found = 1 "! helpview_not_installed = 2 "! no_value_request_for_molga = 3 "! no_selectfield = 4.
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 RPUTMSE0 or its description.