Table list used by SAP ABAP Function Module SAPBC_GLOBAL_FLIGHT_LIST (Erzeugen einer Liste von Flügen ausgehend von Städten)
SAP ABAP Function Module
SAPBC_GLOBAL_FLIGHT_LIST (Erzeugen einer Liste von Flügen ausgehend von Städten) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | SAIRPORT | Airports | ||
| 2 | SCARR | Airline | ||
| 3 | SCARR | Airline | SOURCE VALUE(IV_CARRID) LIKE SCARR-CARRID DEFAULT SPACE |
|
| 4 | SCITAIRP | City-Airport assignment | ||
| 5 | SFLIGHT | Flight | ||
| 6 | SFL_INFO | Flight details | SOURCE TA_FLIGHTLIST STRUCTURE SFL_INFO |
|
| 7 | SGEOCITY | Geographical position of a city | SOURCE VALUE(IV_CITYTO) LIKE SGEOCITY-CITY DEFAULT SPACE |
|
| 8 | SGEOCITY | Geographical position of a city | SOURCE VALUE(IV_COUNTRYFROM) LIKE SGEOCITY-COUNTRY DEFAULT SPACE |
|
| 9 | SGEOCITY | Geographical position of a city | SOURCE VALUE(IV_COUNTRYTO) LIKE SGEOCITY-COUNTRY DEFAULT SPACE |
|
| 10 | SGEOCITY | Geographical position of a city | SOURCE VALUE(IV_CITYFROM) LIKE SGEOCITY-CITY DEFAULT SPACE |
|
| 11 | SGEOCITY | Geographical position of a city | ||
| 12 | SPFLI | Flight schedule |