Menu

SAP Function Module TP_1A_OLD_2_NEW_AVAILIN

Convert old structure to new one for the new API

Unsere Literaturempfehlung

ABAP Workbench - 100 Tipps & Tricks

Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.

Bei amazon.de ansehen →

The Function Module TP_1A_OLD_2_NEW_AVAILIN (Convert old structure to new one for the new API) is a standard Function Module in SAP ERP and is part of the function group FITP_AMADEUS_GENERAL within the package PTRI_ADDON.

Technical Information

Function Module TP_1A_OLD_2_NEW_AVAILIN
Short Text Convert old structure to new one for the new API
Function Group FITP_AMADEUS_GENERAL
Package PTRI_ADDON
Module Type Normal Module

Importing Parameters

This function module does not define any IMPORTING parameters.

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
P_S_FLIGHT_AVAIL_IN LIKE FTPS_API_FLIGHT2_AVAIL_IN Flight Availability Input 2

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
P_T_FLT2_TPI_CONNECTION_DTL_IN LIKE FTPS_API_FLIGHT2_CONNECTIONDTL info related to connection city and time between flights
P_T_FLT2_TPI_PREF_AIRLINE_IN LIKE FTPS_API_FLIGHT2_PREF_AIRLINE Preferences for airline, flightnum, op.suffix, class of serv
P_T_FLT2_TPI_SEQ_NUMBER_IN LIKE FTPS_API_FLIGHT2_SEQ_NUMBER List of seq. code for the availability information
P_T_FLT2_TRAVEL_PROD_INFO_IN LIKE FTPS_API_FLIGHT2_TRV_PRD_INFO List of flight options for an input request.
T_FLIGHT_AVAIL_IN LIKE FTPS_API_FLIGHT_AVAIL_IN Flight availability input

Exceptions

This function module does not define any Exceptions.