BW_FI_TV_FLIGHT SAP (Generated Table for View BW_FI_TV_FLIGHT) Table View details

Dictionary Type: Table View
Description: Generated Table for View BW_FI_TV_FLIGHT




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




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

BW_FI_TV_FLIGHT is a standard SAP Table View which is used to store Generated Table for View BW_FI_TV_FLIGHT data and is available within R/3 SAP systems depending on the version and release level.

The BW_FI_TV_FLIGHT table consists of various fields, each holding specific information or linking keys about Generated Table for View BW_FI_TV_FLIGHT data available in SAP. These include PERNR (Personnel Number), REINR (Trip Number), PLANNR (Travel Plan Number (Sequential Number)), VARIANTE (Plan variant number (sequential number)).. 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 BW_FI_TV_FLIGHT table view 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 MANDTCLNT3MANDT
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
REINRTrip Number REINRNUMC10REINR
PLANNRTravel Plan Number (Sequential Number) PLAN_NRNUMC2FTPD_PLAN_NR
VARIANTEPlan variant number (sequential number) VARIANT_NRNUMC2FTPD_VARIANT_NR
VARIANTVRSVersion of travel plan VARIANT_VERSIONNUMC2FTPD_VARIANT_VERSION
ITEMTravel Request Item Number (Sequential Number) ITEMPOS_NRNUMC3FTPT_ITEMFTPD_ITEM_ID
SERVICETravel service item number of flight FLIGHT_SERVICE_NRNUMC3FTPD_FLIGHT_ID
AIRLINEAirline FLIGHT_AIRLINECHAR3TA21PFTPD_PROVIDER_CODE
FLIGHT_NRFlight Number FLIGHT_NRCHAR6FTPD_FLIGHT_NR
FLIGHT_DATE_DEPFlight departure date FLIGHT_DATE_DEPDATS8FTPD_DATE
FLIGHT_TIME_DEPFlight departure time FLIGHT_TIME_DEPTIMS6FTPD_TIME
FLIGHT_LOC_DEPDeparture Location FLIGHT_SLOC_DEPCHAR3TA21LFTPD_IATA_LOCATION
FLIGHT_LOC_ARRFlight Arrival Location FLIGHT_SLOC_ARRCHAR3TA21LFTPD_IATA_LOCATION
RESTRICT_FARERestricted airfare FARE_RESTRICTCHAR1CHAR1_X
FLIGHT_CABINFlight Cabin Class FLIGHT_CABINCHAR1FTPD_FLIGHT_CABIN
FLIGHT_RBDFlight Booking Code (RBD) FLIGHT_RBDCHAR1FTPD_FLIGHT_RBD
FLIGHT_STATUSFlight Status FLIGHT_STATUSCHAR2FTPD_SERVICE_STATUS
OP_AIRLINEAirline FLIGHT_AIRLINECHAR3TA21PFTPD_PROVIDER_CODE

Key field Non-key field



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

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

SELECT SINGLE *
FROM BW_FI_TV_FLIGHT
INTO CORRESPONDING FIELDS OF WA_BW_FI_TV_FLIGHT
WHERE...

How to access SAP table BW_FI_TV_FLIGHT

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