SFLTRIPBOK SAP (Individual Flight Bookings for a Flight Trip) Table details

Dictionary Type: Table
Description: Individual Flight Bookings for a Flight Trip




ABAP Code to SELECT data from SFLTRIPBOK
Related tables to SFLTRIPBOK
Access table SFLTRIPBOK




Table field list including key, data, relationships and ABAP select examples

SFLTRIPBOK is a standard SAP Table which is used to store Individual Flight Bookings for a Flight Trip data and is available within R/3 SAP systems depending on the version and release level.

The SFLTRIPBOK table consists of various fields, each holding specific information or linking keys about Individual Flight Bookings for a Flight Trip data available in SAP. These include AGENCYNUM (Travel Agency Number), TRIPNUM (Flight trip number), BOOKNUMBER (Sequence Number for Bookings for the Flight Trip), CARRID (Airline Code).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SFLTRIPBOK table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient S_MANDTCLNT3T000MANDT
AGENCYNUMTravel Agency Number S_AGNCYNUMNUMC8STRAVELAGS_BUSPANUMAGENCYNUMSTRAVELAG_NAME_SIMPLE
TRIPNUMFlight trip number S_TRNUMNUMC8SFLTRIPS_TRNUM
BOOKNUMBERSequence Number for Bookings for the Flight Trip S_BOOKNONUMC2S_NUM2
CARRIDAirline Code S_CARR_IDCHAR3SCARRS_CARR_IDCARS_CARRIER_ID
BOOKIDBooking number S_BOOK_IDNUMC8S_BOOK_IDBOK

Key field Non-key field



How do I retrieve data from SAP table SFLTRIPBOK using ABAP code

The following ABAP code Example will allow you to do a basic selection on SFLTRIPBOK to SELECT all data from the table
DATA: WA_SFLTRIPBOK TYPE SFLTRIPBOK.

SELECT SINGLE *
FROM SFLTRIPBOK
INTO CORRESPONDING FIELDS OF WA_SFLTRIPBOK
WHERE...

How to access SAP table SFLTRIPBOK

Within an ECC or HANA version of SAP you can also view further information about SFLTRIPBOK and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!