FTPS_SEATMAP_LIST_OUT SAP (Seat Map: Description and Availability of Seats) Structure details

Dictionary Type: Structure
Description: Seat Map: Description and Availability of Seats




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




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

FTPS_SEATMAP_LIST_OUT 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 "Seat Map: Description and Availability of Seats" 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_SEATMAP_LIST_OUT TYPE FTPS_SEATMAP_LIST_OUT.

The FTPS_SEATMAP_LIST_OUT table consists of various fields, each holding specific information or linking keys about Seat Map: Description and Availability of Seats data available in SAP. These include SEAT_COLUMN (Seat Column), SMOKING_SEAT (Smoking Seat Indic. (N=No Smok., S=Smoker, Blank=No Info)), AVAILABLE_SEAT_INDICATOR (Seat Availability (Checkbox)), SEAT_LOCATION (Seat Location (W = Window, M = Middle, A = Aisle)).. 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_SEATMAP_LIST_OUT 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
SEAT_ROW Seat Row0
SEAT_COLUMN Seat Column0
SMOKING_SEAT Smoking Seat Indic. (N=No Smok., S=Smoker, Blank=No Info)0
AVAILABLE_SEAT_INDICATORSeat Availability (Checkbox) FLIGHT_SEAT_AVAILABILITYCHAR1CHAR1_X
SEAT_LOCATION Seat Location (W = Window, M = Middle, A = Aisle)0
SEAT_AREA Seat Area (W = Wing, E = Exit, WE = Wing&Exit)0
SEAT_SIDE Seat Section (R = Right, M = Middle, L = Left)0
FRONTSeat Indicator: Front Row FLIGHT_FRONTCHAR1CHAR1_X
GALLEYSeat Indicator: Galley FLIGHT_GALLEYCHAR1CHAR1_X
LAVATORYSeat Indicator: Lavatory FLIGHT_LAVATORYCHAR1CHAR1_X
CLOSETSeat Indicator: Closet FLIGHT_CLOSETCHAR1CHAR1_X
SCREENSeat Indicator: Video Screen FLIGHT_SCREENCHAR1CHAR1_X
DOORSeat Indicator: Door FLIGHT_DOORCHAR1CHAR1_X
UPPER_DECKSeat Indicator: Upper Deck FLIGHT_UPPER_DECKCHAR1CHAR1_X
BULKHEADSeat Indicator: Bulkhead (Leg Room) FLIGHT_BULKHEADCHAR1CHAR1_X
SPACESeat Indicator: Additional Space FLIGHT_SPACECHAR1CHAR1_X
HANDICAPSeat Indicator: Disabled Seat FLIGHT_HANDICAPCHAR1CHAR1_X
NOFILMSeat Indicator: Video Screen not Visible FLIGHT_FILMCHAR1CHAR1_X
INFANTSeat Indicator: Infant Seat FLIGHT_INFANTCHAR1CHAR1_X

Key field Non-key field



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

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

How to access SAP table FTPS_SEATMAP_LIST_OUT

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