FTPS_API_AIR_GENERAL_DATA SAP (Decription of High level data for AIR/IMR records) Structure details

Dictionary Type: Structure
Description: Decription of High level data for AIR/IMR records




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




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

FTPS_API_AIR_GENERAL_DATA 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 "Decription of High level data for AIR/IMR records" 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_AIR_GENERAL_DATA TYPE FTPS_API_AIR_GENERAL_DATA.

The FTPS_API_AIR_GENERAL_DATA table consists of various fields, each holding specific information or linking keys about Decription of High level data for AIR/IMR records data available in SAP. These include AIR_VERSION (Version of record transmitted), AIR_OPTION (Option of transmission), RECORD_TYPE (), TRAINING_INDICATOR (Training Indicator (X = YES)).. 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_AIR_GENERAL_DATA 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_TABLEIndex used for reference in internal table API_1A_INDEX_TABLEINT25
AIR_VERSION Version of record transmitted0
AIR_OPTION Option of transmission0
RECORD_TYPE 0
TRAINING_INDICATOR Training Indicator (X = YES)0
TRANMISSION_NUMBER Unique transmission identification number0
AIR_NETWORK_ID2 Digit code identifying the Amadeus Network Id API_1A_NETWORK_IDNUMC2
AIR_LNIATA8 Digit code identifying a terminal address in Amadeus API_1A_LNIATANUMC8
RETRANSMISSION_INDICATOR 0
DAY_OF_MONTH Day of month record was created0
SEQUENCE_NUMBER Unique AIR identification number0
ACTION_TYPE 0
VOID_DATE Date when VOID (DDMMM)0
VOID_AGENT_SINETravel Agency sine in code in Amadeus API_1A_AGENT_SINECHAR4
TKT_NETWORK_ID2 Digit code identifying the Amadeus Network Id API_1A_NETWORK_IDNUMC2
TKT_LNIATA8 Digit code identifying a terminal address in Amadeus API_1A_LNIATANUMC8
BO_NETWORK_ID2 Digit code identifying the Amadeus Network Id API_1A_NETWORK_IDNUMC2
BO_LNIATA8 Digit code identifying a terminal address in Amadeus API_1A_LNIATANUMC8
CITY_IDENTIFIER5 character code identifying a City Code API_1A_CITY_CODECHAR5
AMADEUS_AIRLINE_CODEAirline Code definition API_1A_AIRLINE_CODECHAR5
RECORD_LOCATORRECORD LOCATOR on 10 Characters API_1A_RECORD_LOCATORCHAR10
NUMBER_OF_PSGR_IN_PNR Number of passengers in PNR0
NUMBER_OF_PSGR_IN_AIR Number of passengers in AIR0
NON_HOMOGENEOUS_INDICATOR Non Homogeneous condition indicator0
BOOKING_OFFICECode identifying an office id in Amadeus API_1A_OFFICE_IDCHAR12
BOOKING_IATA_NUMBERIATA Number of office id. API_1A_OFFICE_IATA_NUMBERNUMC8
TICKETING_OFFICECode identifying an office id in Amadeus API_1A_OFFICE_IDCHAR12
TICKETING_IATA_NUMBERIATA Number of office id. API_1A_OFFICE_IATA_NUMBERNUMC8
TKT_OFFICE_SUBDIVISION Office subdivision identifier for TKT0
TKT_COUPON_IDENTIFIER coupon identifier for TKT0
STP1_OFFICECode identifying an office id in Amadeus API_1A_OFFICE_IDCHAR12
STP1_IATA_NUMBERIATA Number of office id. API_1A_OFFICE_IATA_NUMBERNUMC8
STP1_OFFICE_SUBDIVISION Office subdivision identifier for Satellite TKT 10
STP1_COUPON_IDENTIFIER Office subdivision identifier for Satellite TKT 10
STP2_OFFICECode identifying an office id in Amadeus API_1A_OFFICE_IDCHAR12
STP2_IATA_NUMBERIATA Number of office id. API_1A_OFFICE_IATA_NUMBERNUMC8
STP2_OFFICE_SUBDIVISION Office subdivision identifier for Satellite TKT 20
STP2_COUPON_IDENTIFIER Office subdivision identifier for Satellite TKT 20
STP3_OFFICECode identifying an office id in Amadeus API_1A_OFFICE_IDCHAR12
STP3_IATA_NUMBERIATA Number of office id. API_1A_OFFICE_IATA_NUMBERNUMC8
STP3_OFFICE_SUBDIVISION Office subdivision identifier for Satellite TKT 30
STP3_COUPON_IDENTIFIER Office subdivision identifier for Satellite TKT 30
STP4_OFFICECode identifying an office id in Amadeus API_1A_OFFICE_IDCHAR12
STP4_IATA_NUMBERIATA Number of office id. API_1A_OFFICE_IATA_NUMBERNUMC8
STP4_OFFICE_SUBDIVISION Office subdivision identifier for Satellite TKT 40
STP4_COUPON_IDENTIFIER Office subdivision identifier for Satellite TKT 40
AGENCY_CLIENT_ACCOUNT_NUMBER 0
ORDER_NUMBER 0
AMADEUS_ENTRY Entry generating the AIR/IMR0
PNR_CREATION_DATE 0
PNR_CREATION_TIME 0
PNR_CHANGE_DATE 0
PNR_CHANGE_TIME 0
AIR_CREATION_DATE 0
AIR_CREATION_TIM 0
FARE_PROCESSING_MODE Type of Fare indexing (alone/one per psgr/ multi per psgr )0

Key field Non-key field



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

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

How to access SAP table FTPS_API_AIR_GENERAL_DATA

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