SAP Reports / Programs

RPUTSVD4 SAP ABAP Report - Display DEUEV Reporting Files







RPUTSVD4 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Display of DEUEV reporting files from TemSe...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 RPUTSVD4 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_M01_DEUVSHOW - Display DEUEV Data Medium


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 RPUTSVD4. "Basic submit
SUBMIT RPUTSVD4 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUTSVD4 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 = Evaluation Data Contained In
Title: Display DEUEV Reporting Files
Text Symbol: S80 = / Address
Text Symbol: S81 = / Addnl
Text Symbol: S90 = / Tot. Rec.
Text Symbol: T01 = ....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
Text Symbol: T02 = ....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8....+....9....+....0
Text Symbol: T03 = ....+....1....+....2....+....3....+....4....+....5
Text Symbol: T04 = ....+....1..
Text Symbol: T10 = AI
Text Symbol: T11 = Period
Text Symbol: T12 = CoCd
Text Symbol: T13 = PsAr
Text Symbol: T14 = PSA
Text Symbol: T15 = Fund
Text Symbol: T16 = Gender
Text Symbol: T17 = LT
Text Symbol: T18 = CS
Text Symbol: T19 = SpTxt
Text Symbol: T20 = Amount
Text Symbol: U01 = Info on TemSe Object
Text Symbol: U02 = Content of TemSe Object
Text Symbol: ADM = Notif. Type
Text Symbol: B01 = Data medium-pre.run
Text Symbol: B30 = Registn
Text Symbol: B31 = Correction to Registrn
Text Symbol: B32 = Canceled Registration
Text Symbol: B39 = Confirmation of ins. numbers
Text Symbol: B40 = Deregistn
Text Symbol: B41 = Corrctn to Dereg
Text Symbol: B42 = Canceled Dereg
Text Symbol: B60 = Annual Report
Text Symbol: B61 = Corrctn Annual Notif
Text Symbol: B62 = Canc.AnnualReport
Text Symbol: B69 = Documentation
Text Symbol: B99 = Data Carr. Postproc.
Text Symbol: BIS = -
Text Symbol: FR1 = Program selections





Text Symbol: K01 = TemSe object
Text Symbol: K02 = ObjectTyp
Text Symbol: K03 = Created by
Text Symbol: K04 = Date, time
Text Symbol: S60 = / Section
Text Symbol: S70 = / Differ.


INCLUDES used within this REPORT RPUTSVD4

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_rputsvd4 importing tsobj = tsobj exceptions no_entries_found = 1 helpview_not_installed = 2 no_value_request_for_molga = 3 others = 0.

RP_TS_OPEN call function 'RP_TS_OPEN' exporting tsobj = tsobj empfg = empfg versn = space. "YCTN1442504

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 = cd3td1 exceptions fb_call_handle = 01 fb_error = 02 fb_rsts_noconv = 03 fb_rsts_other = 04.

HR_APPEND_ALV call function 'HR_APPEND_ALV' exporting tables_and_infos = gt_append_alv exceptions call_error = 1 others = 2.



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