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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M01_DEUVSHOW - Display DEUEV Data Medium
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 = 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
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_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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.