FLIGHTB - Flight booking
Flight booking information is stored in SAP table FLIGHTB.
It is part of development package S_ITSP_TEST in software component BC-FES-ITS. This development package consists of objects that can be grouped under "".
It is part of development package S_ITSP_TEST in software component BC-FES-ITS. This development package consists of objects that can be grouped under "".
Fields for table FLIGHTB
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
|---|---|---|---|---|---|---|
| ID | Flight ID | X | FL_ID | CHAR | 10 | FLIGHTP |
| DAT | Departure date | X | FL_DATE | DATS | 16 | FLIGHTP |
| SEATNO | Seat number on airplane | X | FL_SEATNO | NUMC | 6 | |
| FIRSTNAME | First name | FL_FNAME | CHAR | 30 | ||
| LASTNAME | Last Name | FL_LNAME | CHAR | 30 | ||
| FL_SMOKER | Smokers | FL_SMOKER | CHAR | 2 | ||
| CLASSF | First class booking | FL_CLASSF | CHAR | 2 | ||
| CLASSB | Business class booking | FL_CLASSB | CHAR | 2 | ||
| CLASSE | Economy class booking | FL_CLASSE | CHAR | 2 | ||
| MEAL | Meals on plane | FL_MEAL | CHAR | 30 | ||
| SERVICE | Flight services | FL_SERVICE | CHAR | 40 | ||
| DISCOUT | Discount in price of flight | FL_DISCNT | CHAR | 8 |