RESERVATION_BOOKING SEATS
 
 
 
#
00
WHAT IS THE COMMAND TO BOOK A SEAT ON A DIRECT FLIGHT ON A FLIGHT DISPLAY?
 
 
     
# ABACUS: Still Working On
 
 
     
# AMADEUS:
First of all, we have to enter the Transaction Code (SS), then the number of seats to book, then the class code and then the flight display number.
 
#
TRANSACTION CODE: SS
 
#
NUMBER OF SEATS: 1
 
#
CLASS: C
 
#
LINE NUMBER: 2
# COMMAND: SS1C2
 
 
     
# GALILEO: Still Working On
 
 
     
# SABRE: Still Working On
 
 
 
 
 
#
00
WHAT IS THE COMMAND TO BOOK A SEAT ON A TRANSFER CONNECTION FLIGHT ON A FLIGHT DISPLAY?
 
 
     
# ABACUS: Still Working On
 
 
     
# AMADEUS:
First of all, we have to enter the Transaction Code (SS), then the number of seats to book, then the first flight class code, after that second flight class code and then the flight display number.
 
#
TRANSACTION CODE: SS
 
#
NUMBER OF SEATS: 1
 
#
1ST LEG CLASS: Y
 
#
2ND LEG CLASS: C
 
#
LINE NUMBER: 2
# COMMAND: SS1YC2
 
 
     
# GALILEO: Still Working On
 
 
     
# SABRE: Still Working On