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

RPREISD1 SAP ABAP Report - Overview of Trips with Detail Selection







RPREISD1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Trip data can be displayed according to the following selection criteria: trip status departure arrival destination The corresponding trips are listed for the selection criteria chosen...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 RPREISD1 into the relevant SAP transactions such as SE38 or SE80


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 RPREISD1. "Basic submit
SUBMIT RPREISD1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPREISD1 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: ZIELORT = Trip Destination
Selection Text: STATUS_R = Request Status
Selection Text: STATUS_A = Accounting Status
Selection Text: HEIMKEHR = Date of Return (DDMMYYYY)
Selection Text: ABREISE = Date of Departure (DDMMYYYY)
Title: Overview of Trips with Detail Selection
Text Symbol: EX0 = Additional Info
Text Symbol: EX1 = Location
Text Symbol: EX2 = Descript. :
Text Symbol: EX3 = Bus.partn.:
Text Symbol: EX4 = Reason :
Text Symbol: EX5 = Date :
Text Symbol: EX6 = Breakfasts:
Text Symbol: EX7 = Number :
Text Symbol: EX8 = Country :
Text Symbol: EX9 = Region :
Text Symbol: EY0 = Trip ty. E:
Text Symbol: EY1 = Personnel number not available
Text Symbol: TE0 = Cluster TE not found for key:
Text Symbol: TE1 = Invalid version for cluster TE with key:
Text Symbol: TE2 = Version of cluster TE on PCL1:
Text Symbol: TE3 = Version of current release:
Text Symbol: TE4 = Trip was created in an external system
Text Symbol: ABG = Selected receipt:
Text Symbol: B20 = Recpt
Text Symbol: BL0 = Receipt no:
Text Symbol: BL1 = Receipt date:
Text Symbol: BL3 = Code :
Text Symbol: BL4 = Ex.text:
Text Symbol: BL5 = Amount :
Text Symbol: BL6 = Curr. :
Text Symbol: BL7 = Ex.rate:
Text Symbol: BL8 = Factor :
Text Symbol: BL9 = VATind.:
Text Symbol: DB1 = Receipt
Text Symbol: DB2 = from
Text Symbol: DP1 = Personnel No.:
Text Symbol: DP2 = Name:





Text Symbol: DR1 = Trip No.
Text Symbol: DR2 = Status
Text Symbol: DR3 = Departure
Text Symbol: DR4 = Return
Text Symbol: DR5 = Destination
Text Symbol: DR6 = Selection
Text Symbol: DR7 = from
Text Symbol: DR8 = to


INCLUDES used within this REPORT RPREISD1

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:

TRIPS_LIST_PERIO_HEAD CALL FUNCTION 'TRIPS_LIST_PERIO_HEAD' EXPORTING employeenumber = pernr-pernr old_versions = ' ' IMPORTING no_trips = no_trips TABLES perio = t_perio head = t_head EXCEPTIONS table_perio_read_error = 1 table_head_read_error = 2 tables_inconsistent = 3 OTHERS = 99.



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