SBC405_S_SFLIGHT is an SAP Structure so does not store data like a database table does but can be used to process "Fields from Flight Schedule Table SFLIGHT (Selected)" 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_SBC405_S_SFLIGHT TYPE SBC405_S_SFLIGHT .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
MANDT | S_MANDT | CLNT | 3 |
* | Client | |
CARRID | S_CARR_ID | CHAR | 3 |
* | Airline Code | |
CONNID | S_CONN_ID | NUMC | 4 |
* | Flight Connection Number | |
FLDATE | S_DATE | DATS | 8 |
* | Flight date | |
PRICE | S_PRICE | CURR | 15(2) | Airfare | ||
CURRENCY | S_CURRCODE | CUKY | 5 |
* | Local currency of airline | |
SEATSMAX | S_SEATSMAX | INT4 | 10 | Maximum capacity in economy class | ||
SEATSOCC | S_SEATSOCC | INT4 | 10 | Occupied seats in economy class |
Key field | |
Non-key field |
SBC405_S_SFLIGHT - Fields from Flight Schedule Table SFLIGHT (Selected) SBC400_CONNECTN - Generated Table for View SBC400_CARRIER - Structure Type with Fields for Carriers SBC400_BOOKING - Generated Table for View SBC400FOCC2 - Percentage Occupancy of Flights SBC400FOCC - Percentage Occupancy of Flights