Menu

SAP Function Module FITP_RAIL_SELL_SEAT

JRes rail sell seat request

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module FITP_RAIL_SELL_SEAT (JRes rail sell seat request) is a standard Function Module in SAP ERP and is part of the function group FITP_API_START_DB within the package PTRI_ADDON.

Technical Information

Function Module FITP_RAIL_SELL_SEAT
Short Text JRes rail sell seat request
Function Group FITP_API_START_DB
Package PTRI_ADDON
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CONTEXT_HANDLER LIKE FTPS_API-CTXTID Context Handler
SELL_FARE_IN LIKE FTPS_JRES_RAIL_SELL_FARE_IN_2 Rail fare booking input parameters

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BOOKING_OUT LIKE FTPS_JRES_RAIL_BOOKING_2 Rail booking parameters
ERROR_CODE LIKE FTPS_API-ERROR_CODE Rückgabefehlercode der API-Schnittstelle
ERROR_TEXT LIKE FTPS_API-ERROR_TEXT Text returned to decribe error
ERROR_TYPE LIKE FTPS_API-ERROR_TYPE Typ des API-Rückgabefehlercodes

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
T_RAIL_CONNECTIONS_IN LIKE FTPS_JRES_RAIL_CONNECTIONS_2 Rail connection parameters
T_RAIL_CONNECTIONS_OUT LIKE FTPS_JRES_RAIL_CONNECTIONS_2 Rail connection parameters
T_RAIL_DISCOUNTS_IN LIKE FTPS_JRES_RAIL_DISCOUNTS_2 Rail booking discount parameters
T_RAIL_OPTIONS_IN LIKE FTPS_JRES_RAIL_OPTIONS_2 Options table for general use
T_RAIL_PRICE_IN LIKE FTPS_JRES_RAIL_PRICES_2 Rail booking prices
T_RAIL_PRICE_OUT LIKE FTPS_JRES_RAIL_PRICES_2 Rail booking prices
T_RAIL_PROVIDER_INFO_OUT LIKE FTPS_JRES_RAIL_PROVIDER_INFO_2 Rail provider specific information
T_RAIL_SEAT_PREFERENCES_IN LIKE FTPS_JRES_RAIL_OPTIONS_2 Options table for general use
T_RAIL_SEGMENTS_IN LIKE FTPS_JRES_RAIL_SEGMENTS_2 Rail connection segment (train) information
T_RAIL_SEGMENTS_OUT LIKE FTPS_JRES_RAIL_SEGMENTS_2 Rail connection segment (train) information
T_RAIL_TAX_INFO_OUT LIKE FTPS_JRES_RAIL_TAX_INFO_2 Rail booking tax information
T_RAIL_TRAVELLERS_IN LIKE FTPS_JRES_RAIL_TRAVELLERS_2 Rail traveller information
T_RAIL_TRAVELLERS_OUT LIKE FTPS_JRES_RAIL_TRAVELLERS_2 Rail traveller information

Exceptions

This function module does not define any Exceptions.