SXIDEMO_SFLIGHT1 is an SAP View so does not store data like a database table does but can be used to process "Generated Table for View" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this View. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_SXIDEMO_SFLIGHT1 TYPE SXIDEMO_SFLIGHT1 .
Below is the documentation avaialable and full details of the fields which make up this View.
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 | Data Element | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
CLIENT | S_MANDT | CLNT | 3 | T000 | Client | |
CARRID | S_CARR_ID | CHAR | 3 | Airline Code | ||
CARRNAME | S_CARRNAME | CHAR | 20 | Airline name | ||
CONNID | S_CONN_ID | NUMC | 4 | Flight Connection Number | ||
FLDATE | S_DATE | DATS | 8 | Flight date | ||
AIRPFROM | S_FROMAIRP | CHAR | 3 | SAIRPORT | Departure airport | |
CITYFROM | S_FROM_CIT | CHAR | 20 | SGEOCITY | Departure city | |
COUNTRYFR | LAND1 | CHAR | 3 | SGEOCITY | Country Key | |
AIRPTO | S_TOAIRP | CHAR | 3 | SAIRPORT | Destination airport | |
CITYTO | S_TO_CITY | CHAR | 20 | SGEOCITY | Arrival city | |
COUNTRYTO | LAND1 | CHAR | 3 | SGEOCITY | Country Key | |
DEPTIME | S_DEP_TIME | TIMS | 6 | Departure time | ||
ARRTIME | S_ARR_TIME | TIMS | 6 | Arrival time | ||
PERIOD | S_PERIOD | INT1 | 3 | Arrival n day(s) later | ||
PLANETYPE | S_PLANETYE | CHAR | 10 | SAPLANE | Aircraft Type |
Key field | |
Non-key field |