RPUTSVN1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report enables you to retrieve files that have been saved to the HR TemSe directory and are intended for dispatch to the bodies implementing employee insurance schemes [UWVs] or Statistics Netherlands [Centraal Bureau voor de Statistiek] abbreviated in Dutch to "CBS"...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 RPUTSVN1 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_M05_UTSVN1 - Display TemSe Objects
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 = TemSe Object
Title: Displaying HR TemSe Objects (Netherlands)
Text Symbol: FR1 = FurtherSelection
Text Symbol: K01 = TemSe Object
Text Symbol: K02 = Object Type
Text Symbol: K03 = Created By
Text Symbol: K04 = Date, Time
Text Symbol: K05 = Submitting Legal Person
Text Symbol: K06 = Report.Year
Text Symbol: K07 = Reporting Per.
Text Symbol: K08 = Start of Rept
Text Symbol: K09 = End of Report
Text Symbol: K10 = Medium Cd.
Text Symbol: K11 = Density Cd.
Text Symbol: K12 = Tape No.
Text Symbol: K13 = Add Standard Labels
Text Symbol: K14 = File Name
Text Symbol: K15 = Logical File Name
Text Symbol: T02 = ....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8....+....9....+....0
Text Symbol: T03 = ....+....1....+....2....+....3....+....4....+....5....+....6....+...
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RP_TS_HELPVIEW CALL FUNCTION 'RP_TS_HELPVIEW' EXPORTING repid = c_rputsvn1 IMPORTING tsobj = tsobj EXCEPTIONS no_entries_found = 1 helpview_not_installed = 2 no_value_request_for_molga = 3 others = 4.
RP_TS_OPEN CALL FUNCTION 'RP_TS_OPEN' EXPORTING tsobj = tsobj empfg = empfg IMPORTING objin = h_objin.
RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' EXCEPTIONS fb_call_handle = 01 fb_error = 02 fb_rsts_other = 03.
RSTS_READ CALL FUNCTION 'RSTS_READ' TABLES datatab = downtab_asc EXCEPTIONS fb_call_handle = 01 fb_error = 02 fb_rsts_noconv = 03 fb_rsts_other = 04.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.