Menu

SAP Function Module FITP_RAIL_START_EVA

Get schedules through START

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_START_EVA (Get schedules through START) 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_START_EVA
Short Text Get schedules through START
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
S_EVA_IN LIKE FTPS_API_RAIL_EVA_IN Struct. containing input params for avail
S_VPC_HEADER_IN LIKE FTPS_API_RAIL_VPC_HEADER Input VPC Header (Identification params)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ERROR_CODE LIKE FTPS_API-ERROR_CODE API error Code
ERROR_TYPE LIKE FTPS_API-ERROR_TYPE API Error Type
S_EVA_OUT LIKE FTPS_API_RAIL_EVA_OUT List of output params from avail answer
S_VPC_HEADER_OUT LIKE FTPS_API_RAIL_VPC_HEADER Output VPC Header (Identification params)

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_ARR_OFFSET_OUT LIKE FTPS_API_RAIL_EVA_OFFSET List of arival offset for avail answer
T_RAIL_CONNECTION_IN LIKE FTPS_API_RAIL_CONNECT_IN List of pagin connections
T_RAIL_TRAIN_ATTRIBUTES_OUT LIKE FTPS_API_RAIL_TRAIN_ATTRBT Not used
T_RAIL_TRAIN_OUT LIKE FTPS_API_RAIL_EVA_TRAIN List of train connections
T_RAIL_TRAIN_STAT_OUT LIKE FTPS_API_RAIL_STATION_OUT List of attributes associated to train connect.
T_RAIL_VIA_IN LIKE FTPS_API_RAIL_VIA_STAT_IN List of VIA points for avail req

Exceptions

This function module does not define any Exceptions.