FTPS_API_FARE_FLGTNUMDTAIL SAP (Pertaining information to the flight number.) Structure details

Dictionary Type: Structure
Description: Pertaining information to the flight number.




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




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

FTPS_API_FARE_FLGTNUMDTAIL 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 "Pertaining information to the flight number." 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_FTPS_API_FARE_FLGTNUMDTAIL TYPE FTPS_API_FARE_FLGTNUMDTAIL.

The FTPS_API_FARE_FLGTNUMDTAIL table consists of various fields, each holding specific information or linking keys about Pertaining information to the flight number. data available in SAP. These include INDEX_XREF (Index of table for XRef with S_FARE_SUGGSEGMENT_OUT), DEP_AIRPORTCODE (Airport code definition), DEP_TERMINAL (Short String definition), DEP_DATE (Applicable if the stop is a change of gauge.).. 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 FTPS_API_FARE_FLGTNUMDTAIL 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
INDEX_TABLE internal counter0
INDEX_XREF Index of table for XRef with S_FARE_SUGGSEGMENT_OUT0
DEP_AIRPORTCODEAirport code definition API_1A_AIRPORT_CODECHAR5
DEP_TERMINALShort String definition API_1A_SHORTSTRINGCHAR5
DEP_DATE Applicable if the stop is a change of gauge.0
DEP_TIME Departure date and time for the flight segment.0
ARR_AIRPORTCODEAirport code definition API_1A_AIRPORT_CODECHAR5
ARR_TERMINALShort String definition API_1A_SHORTSTRINGCHAR5
ARR_DATE Applicable if the stop is a change of gauge.0
ARR_TIME Arrival date and time for the flight segment.0
AIRCRAFT_TYPE 0
ENROUTE_STOPS Numbers of stops for the segment0

Key field Non-key field



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

As FTPS_API_FARE_FLGTNUMDTAIL 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 FTPS_API_FARE_FLGTNUMDTAIL as there is no data to select.

How to access SAP table FTPS_API_FARE_FLGTNUMDTAIL

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