BAPISTRDAT SAP (BAPI Structure for FlightTrip Business Object - Trip Data) Structure details

Dictionary Type: Structure
Description: BAPI Structure for FlightTrip Business Object - Trip Data




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




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

BAPISTRDAT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "BAPI Structure for FlightTrip Business Object - Trip Data" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_BAPISTRDAT TYPE BAPISTRDAT.

The BAPISTRDAT table consists of various fields, each holding specific information or linking keys about BAPI Structure for FlightTrip Business Object - Trip Data data available in SAP. These include TRIPNUMBER (Flight trip number), CUSTOMERID (Customer Number), FLCONN1 (Flight Connection Number of the Flight to Destination), FLDATE1 (Date of Flight to Destination).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP BAPISTRDAT structure 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
AGENCYNUMTravel Agency Number S_AGNCYNUMNUMC8STRAVELAGS_BUSPANUMAGENCYNUMSTRAVELAG_NAME_SIMPLE
TRIPNUMBERFlight trip number S_TRNUMNUMC8SFLTRIPS_TRNUM
CUSTOMERIDCustomer Number S_CUSTOMERNUMC8SCUSTOMS_BUSPANUMCSM
FLCONN1Flight Connection Number of the Flight to Destination S_FLCONN1NUMC4SFLCONNS_FLCONN
FLDATE1Date of Flight to Destination S_FLDATE1DATS8Assigned to domainS_DATE
FLCONN2Return Flight Connection S_FLCONN2NUMC4SFLCONNS_FLCONN
FLDATE2Return Flight Date S_FLDATE2DATS8Assigned to domainS_DATE
CLASSFlight Class S_CLASSCHAR1S_CLASS
NUMADULTNumber of Passengers: Adults S_NUMADULTINT25S_NUMPASS
NUMCHILDNumber of Passengers: Children S_NUMCHILDINT25S_NUMPASS
NUMINFANTNumber of Passengers: Small Children S_NUMINFNTINT25S_NUMPASS
ORDERDATEBooking Date S_BDATEDATS8S_BDATE
STATUSTrip status S_TRSTATCHAR1S_TRPSTAT

Key field Non-key field



How do I retrieve data from SAP structure BAPISTRDAT using ABAP code?

As BAPISTRDAT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BAPISTRDAT as there is no data to select.

How to access SAP table BAPISTRDAT

Within an ECC or HANA version of SAP you can also view further information about BAPISTRDAT 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!