SAP Reports / Programs | Payroll | The Netherlands | Reporting(PY-NL-RP) SAP PY

RPUTSVN1 SAP ABAP Report - Displaying HR TemSe Objects (Netherlands)







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M05_UTSVN1 - Display TemSe Objects


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 RPUTSVN1. "Basic submit
SUBMIT RPUTSVN1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUTSVN1 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: 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....+...


INCLUDES used within this REPORT RPUTSVN1

No INCLUDES are used within this REPORT code!


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 = 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.



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