BOOKINGS - ABAP book: Flight bookings
ABAP book: Flight bookings information is stored in SAP table BOOKINGS.
It is part of development package SABB in software component BC-DWB-UTL. This development package consists of objects that can be grouped under "Example Objects for the ABAP Manual".
It is part of development package SABB in software component BC-DWB-UTL. This development package consists of objects that can be grouped under "Example Objects for the ABAP Manual".
Fields for table BOOKINGS
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
|---|---|---|---|---|---|---|
| MANDT | Client | X | S_MANDT | CLNT | 6 | T000 |
| CARRID | Airline Code | X | S_CARR_ID | CHAR | 6 | ACTFLI |
| CONNID | Flight Connection Number | X | S_CONN_ID | NUMC | 8 | ACTFLI |
| FLDATE | Flight date | X | S_DATE | DATS | 16 | ACTFLI |
| BOOKID | Booking number | X | S_BOOK_ID | NUMC | 16 | |
| CUSTOMID | Customer Number | S_CUSTOMER | NUMC | 16 | CUSTOMERS | |
| CUSTTYPE | Customer type | S_CUSTTYPE | CHAR | 2 | ||
| SMOKER | Smoker | S_SMOKER | CHAR | 2 | ||
| LUGGWEIGHT | Weight of Luggage | S_LUGWEIGH | QUAN | 5 | ||
| WUNIT | Weight Unit | S_WEIUNIT | UNIT | 6 | * | |
| INVOICE | Invoice flag | S_INVFLAG | CHAR | 2 | ||
| CLASS | Flight Class | S_CLASS | CHAR | 2 | ||
| FORCURAM | Booking price in foreign currency (dependent on location) | S_F_CUR_PR | CURR | 8 | ||
| FORCURKEY | Payment currency | S_CURR | CUKY | 10 | SCURX | |
| LOCCURAM | Price of booking in local currency of airline | S_L_CUR_PR | CURR | 8 | ||
| ORDER_DATE | Booking Date | S_BDATE | DATS | 16 |