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

RPR_TEST_FAST_BOOKING SAP ABAP Report - Program RPR_TEST_FAST_BOOKING







RPR_TEST_FAST_BOOKING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Test the Fast Booking functionality of the Travel Management part for DUET ( = Integration of SAP applications into MS Outlook )...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 RPR_TEST_FAST_BOOKING 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 RPR_TEST_FAST_BOOKING. "Basic submit
SUBMIT RPR_TEST_FAST_BOOKING AND RETURN. "Return to original report after report execution complete
SUBMIT RPR_TEST_FAST_BOOKING VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program RPR_TEST_FAST_BOOKING
Text Symbol: 001 = Departure and Arrival Dates and Times
Text Symbol: 002 = Select Travel Services
Text Symbol: 003 = Departure and Arrival Locations ( Free Text or IATA, Country-Key, Region-Key )
Text Symbol: 004 = Hotel Location ( near Destination Airport or near Address )
Text Symbol: 005 = Hotel Destination Address ( only valid if DESTAIR not checked )
Text Symbol: 006 = Outbound flight: Times correspond to flight departure or arrival ( ' ' = dep ) ?
Text Symbol: 007 = Inbound flight: Times correspond to flight departure or arrival ( ' ' = dep ) ?
Text Symbol: 008 = Plan General Data
Text Symbol: 012 = Run program with Service Reservation and Booking ?


INCLUDES used within this REPORT RPR_TEST_FAST_BOOKING

INCLUDE RPR_TEST_FAST_BOOKING_TOP . " GLOBAL DATA
INCLUDE RPR_TEST_FAST_BOOKING_F01.
INCLUDE RPR_TEST_FAST_BOOKING_F02.
INCLUDE RPR_TEST_FAST_BOOKING_F03.
INCLUDE RPR_TEST_FAST_BOOKING_F04.
INCLUDE RPR_TEST_FAST_BOOKING_F10.
INCLUDE RPR_TEST_FAST_BOOKING_F11.
INCLUDE RPR_TEST_FAST_BOOKING_F12.


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:

BAPI_USR01DOHR_GETEMPLOYEE CALL FUNCTION 'BAPI_USR01DOHR_GETEMPLOYEE' EXPORTING id = sy-uname IMPORTING * RETURN = employeenumber = pers_nr.



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