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
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.
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 ?
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.
No SAP DATABASE tables are accessed within this REPORT code!
BAPI_USR01DOHR_GETEMPLOYEE CALL FUNCTION 'BAPI_USR01DOHR_GETEMPLOYEE' EXPORTING id = sy-uname IMPORTING * RETURN = employeenumber = pers_nr.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPR_TEST_FAST_BOOKING - Program RPR_TEST_FAST_BOOKING RPR_TEST_FAST_BOOKING - Program RPR_TEST_FAST_BOOKING RPR_T777D - Activate/Deactivate Travel InfoTypes using Table T777D RPR_T777D - Activate/Deactivate Travel InfoTypes using Table T777D RPR_T706Z_MVFLDS - Moves or Copies Field Entries in Field table for T706Z1 RPR_T706Z_MVFLDS - Moves or Copies Field Entries in Field table for T706Z1