The Function Module FITP_SELECT_HOTEL (Auswahl eines Hotels/Hotelzimmers aus einer Verfügbarkeitsliste) is a standard Function Module in SAP ERP and is part of the function group FITP_HOTEL within the package PTRP_ADDON.
Function Module | FITP_SELECT_HOTEL |
Short Text | Auswahl eines Hotels/Hotelzimmers aus einer Verfügbarkeitsliste |
Function Group | FITP_HOTEL |
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ätigkeit | |
CATALOGUE_IND | TYPE | CHAR1 | Hotels aus dem Hotelkatalog anfordern (x - true) | |
MOREI | LIKE | T702N-MOREI | Ländergruppierung Reisekostenabrechnung | |
NEGO_IND | TYPE | CHAR1 | Ausgehandelte Tarife mit Hotelketten berücksichtigen (x-true) | |
PROFILE_NAME | LIKE | TA20P-PROFILE | Reiseprofil | |
PROVIDER | LIKE | TA20BA-RES_SYSTEM | Reservierungssystem | |
VARIANT | LIKE | FTPT_VARIANT-VARIANT | Reiseplanvariante |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CATALOGUE_ID | LIKE | TA21PH-HOTEL_ID | Hotelkatalogposition (unternehmensspezifisch) | |
ROOM_INDEX | TYPE | CHAR4 | Index in der Zimmerverfügbarkeit |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
WA_HOTEL | LIKE | FTPT_HOTEL | Ausgewähltes Hotelzimmer |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
T_HOTEL_ADD_INFO_OUT | LIKE | FTPS_ROOM_AVAIL_INFO_OUT | Hotelverfügbarkeit: Zusätzliche Informationen zum Zimmer | |
T_HOTEL_LIST | TYPE | TRPL_HOTEL_LISTTAB | Hotel-Verfügbarkeitsliste | |
T_PROFILE_CHAIN_ENTRIES | TYPE | PROFL_HOTEL_PROVIDERSTAB | Profileinträg Hotelketten | |
T_PROFILE_ENTRIES | TYPE | PROFL_HOTELTAB | Profileinträge Hotel | |
T_TEXT | LIKE | FTPS_TEXT | Infotext |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CONNECTION_ERROR | Verbindungsfehler |
ERROR_HOTEL_AVAILABILITY | Fehler bei der Hotelverfügbarkeits-Abfrage |
INVALID_BOOKING_SOURCE | Ungültige Buchungsidentifikation |
INVALID_LOCATION | Ungültige Lokation |
INVALID_RATE | Angeforderter Tarif ist ungültig |
INVALID_VARIANT | Ungültige Reiseplanvariante |
NO_DESTINATION | Keine RFC-Destination |
NO_HOTEL_AVAILABLE | Kein Hotel verfügbar |
NO_ROOM_CHOSEN | Kein Hotelzimmer ausgewählt |
OVERLAPPING_ERROR | Fehler: Reiseüberlappung |
PARAMETER_ERROR | Fehlerhafte Parameterübergabe |
RFC_ERROR | RFC-Fehler |