Create Flight Booking as Reservation
Use
Alternatively to a flight booking (see function:
Create Flight Booking), a reservation can be made (that is, a flight booking with the status Reserved).A reservation is made for a particular flight. In addition, the price of the ticket is calculated, which is based on the standard list price of the flight and contains surcharges for the flight class and any reductions depending on the age of the passenger.
Integration
Compare the functions
Confirm Flight Booking and Create Flight Booking.
This function is implemented by the method FlightBooking.CreateFromData (function module BAPI_FLBOOKING_CREATEFROMDATA). Read the documentation about this method, which you can access with the
BAPI Explorer. Note in particular the information about the ReserveOnly parameter.