SAP Reports / Programs | Financial Accounting | Travel Management | Travel Expenses(FI-TV-COS) SAP FI

RPROVIEW SAP ABAP Report - Overview of Trips







RPROVIEW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Overview of trips The report RPROVIEW produces a list with the contents of the two transparent tables PTRV_PERIO (Period framework data ) and PTRV_HEAD (Trip framework data)...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 RPROVIEW 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

PRTS - Overview of Trips


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 RPROVIEW. "Basic submit
SUBMIT RPROVIEW AND RETURN. "Return to original report after report execution complete
SUBMIT RPROVIEW 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: SELPERNR = Personnel Number
Selection Text: LISTE = Overview of Trips
Selection Text: AKTUELL = Current Versions
Title: Overview of Trips
Text Symbol: 26F = RETRN
Text Symbol: 25F = ARRVL
Text Symbol: 24G = TLOCK
Text Symbol: 24F = DEPAR
Text Symbol: 23G = UEBDT
Text Symbol: 23F = ENDRG
Text Symbol: 22G = UEBRF
Text Symbol: 22F = UZKVG
Text Symbol: 21G = UEBLG
Text Symbol: 21F = GRBER
Text Symbol: 20G = ABREC
Text Symbol: 20F = GRGIO
Text Symbol: 19G = ANTRG
Text Symbol: 19F = AGRZ1
Text Symbol: 18G = PRINT
Text Symbol: 18F = UHRR1
Text Symbol: 17G = PUHRB
Text Symbol: 17F = DATR1
Text Symbol: 16G = PDATB
Text Symbol: 27F = HDPRN
Text Symbol: 28F = HDAPP
Text Symbol: 29F = HDACC
Text Symbol: 30F = HDPAY
Text Symbol: 31F = HDFIA
Text Symbol: 32F = HDDME
Text Symbol: 33F = DATES
Text Symbol: 34F = TIMES
Text Symbol: 35F = UNAME
Text Symbol: 36F = REPID
Text Symbol: A05 = Trip Number:
Text Symbol: A18 = Destinat:
Text Symbol: T01 = Overview of Trips
Text Symbol: U00 = Personnel No.
Text Symbol: U01 = Pers.No.





Text Symbol: U02 = TripNo
Text Symbol: U03 = Period
Text Symbol: U04 = Version
Text Symbol: U05 = HeadVs.
Text Symbol: Y01 = Data Selection
Text Symbol: 001 = Program obsolete.
Text Symbol: 002 = Use transaction PRTE
Text Symbol: 00F = PTRV_HEAD: General Trip Data (Not Period-Limited)
Text Symbol: 00G = PTRV_PERIO: Period Gen. Trip Data
Text Symbol: 01F = MOLGA
Text Symbol: 01G = HDVRS
Text Symbol: 02F = MOREI
Text Symbol: 02G = ABRJ1
Text Symbol: 030 = PersNo.
Text Symbol: 031 = TripNo
Text Symbol: 032 = Perio
Text Symbol: 037 = P.Vs
Text Symbol: 038 = H.Vs
Text Symbol: 039 = Trip Destination
Text Symbol: 03F = SCHEM
Text Symbol: 03G = ABRP1
Text Symbol: 040 = Ctry
Text Symbol: 041 = Region
Text Symbol: 04F = KZREA
Text Symbol: 04G = PERM1
Text Symbol: 05F = BEREI
Text Symbol: 05G = ABKR1
Text Symbol: 06F = KZTKT
Text Symbol: 06G = BEGP1
Text Symbol: 07F = ZORT1
Text Symbol: 07G = ENDP1
Text Symbol: 08F = ZLAND
Text Symbol: 08G = ABRJ2
Text Symbol: 09F = HRGIO
Text Symbol: 09G = ABRP2
Text Symbol: 10F = CUSTOMER
Text Symbol: 10G = PERM2
Text Symbol: 11F = DATV1
Text Symbol: 11G = ABKR2





Text Symbol: 12F = UHRV1
Text Symbol: 12G = ABKR2
Text Symbol: 13F = DATB1
Text Symbol: 13G = ENDP2
Text Symbol: 14F = UHRB1
Text Symbol: 14G = PDATV
Text Symbol: 15F = DATH1
Text Symbol: 15G = PUHRV
Text Symbol: 16F = UHRH1


INCLUDES used within this REPORT RPROVIEW

INCLUDE RPRDEFTT.
INCLUDE RPRACCTT.


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:

No SAP FUNCTION MODULES are executed within this report code!



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