The Function Module FITP_SELECT_CAR_LOCATION (Auswahl einer Mietwagenfiliale aus einer Verfügbarkeitsliste) is a standard Function Module in SAP ERP and is part of the function group FITP_CAR within the package PTRP_ADDON.
Function Module | FITP_SELECT_CAR_LOCATION |
Short Text | Auswahl einer Mietwagenfiliale aus einer Verfügbarkeitsliste |
Function Group | FITP_CAR |
Package | PTRP_ADDON |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ACTIVITY | LIKE | TA20R-ACTICITY | Reisetätigkeitsart | |
BEGLOC_EQ_ENDLOC | TYPE | CHAR1 | Vorschlagswert Dynpro: Übergabe - Rückgabe | |
PROFILE_NAME | LIKE | TA20P-PROFILE | Reiseprofil | |
PROVIDER | LIKE | FTPT_CAR-PROVIDER | Mietwagenanbieter | |
RES_SYSTEM | LIKE | TA21P-PROVIDER | Reservierungssystem | |
SKIP_FIRST_SCREEN | TYPE | CHAR1 | Überpringen des Selektionspopups | |
SW_PORTAL | TYPE | CHAR1 | Einstelliges Kennzeichen | |
VARIANT | LIKE | FTPT_VARIANT-VARIANT | Reiseplanvariante |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PICKUP_EQ_DROPOFF | TYPE | CHAR1 | Übergabeort ist Rückgabeort ? (X-true) |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CAR_AREA | LIKE | FTPT_CAR-CAR_AREA | Filialumgebung | |
CAR_LOCATION | LIKE | FTPT_CAR-LOC_BEG | Lokation | |
CAR_PROVIDER | LIKE | FTPT_CAR-PROVIDER | Mietwagengesellschaft | |
LOC_ADDRESS | LIKE | FTPT_CAR-ADDRESS | Adresse der Filiale | |
LOC_CODE | LIKE | FTPT_CAR-PICKUP_LOC | Code der Filiale (auf den Anbieter bezogen) | |
REASON | LIKE | FTPS_REASON_CODE | Begündungskürzel |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
T_CAR_LOCATION_LIST | TYPE | TRPL_CARLOC_LISTTAB | Liste der Filialen | |
T_PROFILE_ENTRIES | TYPE | PROFL_CARTAB | Reiseprofil Mietwagen | |
T_TEXT | LIKE | FTPS_TEXT | Begündungstext (Reiseprofil) |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CONNECTION_ERROR | Fehler beim Verbindungsaufbau |
ERROR_CARPROVIDER_LOCATION | Fehler: Abruf der Mietwagenanbieter-Filialen |
GENERAL_API_ERROR | Allgemeiner API-Fehler |
INVALID_SYSTEM | Ungültiges Reservierungssystem |
INVALID_VARIANT | Ungültige Reiseplanvariante |
NO_CAR_LOCATION | Keine Mietwagenfilialen vorhanden |
NO_DESTINATION | Keine RFC-Destination |
NO_LOCATION_CHOSEN | Keine Mietwagenfiliale ausgewählt |
RFC_ERROR | Fehler beim RFC |
UNEXPECTED_RESPONSE | Unerwartete Antwort des Reservierungssystems |