Data Element list used by SAP ABAP Function Module FITP_GET_FLIGHT_DETAILS (Get full description of flights (LBGetFlightFacts))
SAP ABAP Function Module
FITP_GET_FLIGHT_DETAILS (Get full description of flights (LBGetFlightFacts)) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | API_ERROR_CODE | Return error code of API interface | SOURCE VALUE(ERROR_CODE) LIKE FTPS_API-ERROR_CODE |
|
| 2 | API_ERROR_TYPE | Type of API return error code | SOURCE VALUE(ERROR_TYPE) LIKE FTPS_API-ERROR_TYPE |
|
| 3 | FLIGHT_AIRLINE | Airline | SOURCE VALUE(AIRLINE_CODE) LIKE FTPT_FLIGHT-AIRLINE |
|
| 4 | FLIGHT_DATE_DEP | Flight departure date | SOURCE VALUE(FLIGHT_DATE) LIKE FTPT_FLIGHT-DATE_DEP |
|
| 5 | FLIGHT_NR | Flight Number | SOURCE VALUE(FLIGHT_NUMBER) LIKE FTPT_FLIGHT-FLIGHT_NR |
|
| 6 | FLIGHT_SLOC_ARR | Flight Arrival Location | SOURCE VALUE(LOC_ARR) LIKE FTPT_FLIGHT-LOC_ARR |
|
| 7 | FLIGHT_SLOC_DEP | Departure Location | SOURCE VALUE(LOC_DEP) LIKE FTPT_FLIGHT-LOC_DEP |
|