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_HRS_BOOK (HRS book) is a standard Function Module in SAP ERP and is part of the function group FITP_HRS within the package PTRP_ADDON.
Function Module | FITP_HRS_BOOK |
Short Text | HRS book |
Function Group | FITP_HRS |
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 |
---|---|---|---|---|
BOOKING_MODE | TYPE | CHAR1 | 'S' | Buchungsmodus: S-Standard, G-Garantiert |
CC_HOLDER_NAME | TYPE | P0001-ENAME | Name des Kreditkarteninhabers | |
CURRENCY | TYPE | HOTEL_CURRENCY | Währungsschlüssel | |
LANGUAGE | TYPE | SPRAS | Sprachenschlüssel | |
P0002 | TYPE | P0002 | Personal-Stammsatz Infotyp 0002 (Daten zur Person) | |
WA_TA23HRS | TYPE | TA23HRS | Zugriffsparameter HRS |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
WA_HOTEL | LIKE | FTPT_HOTEL | Reiseanforderungposition - Leistung Hotel | |
WA_HRS_SELECTION | TYPE | TRPL_HRS_HOTEL_AVAIL | Ausgewältes -> gebuchtes Hotel |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
T_GUEST_LIST | TYPE | FTPS_HRS_GUEST_LIST_TAB | Liste der Hotelgäste (der Buchung) | |
T_HOTEL_INFO | LIKE | FTPS_TEXT | Nachricht an Hotel | |
T_NOTIFICATION | TYPE | FTPS_HRS_NOTIFICATION_TAB | Benachrichtigungsart für Buchungsbestätigung |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
BOOKING_ERROR | Fehler bei Hotel/Zimmerbuchung |
HOTEL_NOT_AVAILABLE | Hotel ist nicht mehr verfügbar |
INVALID_CREDIT_CARD | Die mitgegebene Kreditkarte ist ungültig |
NEED_CREDIT_CARD | Benötige Kreditkartennummer |
NEED_GUARANTEED_BOOKING | Benötige garantierte Reservierung |
NEED_NOTIFICATION | Benötige Benachrichtigungsform |
RFC_ERROR | RFC-Fehler |
SERVER_NOT_AVAILABLE | Server derzeit nicht verfügbar |
SOAP_FAULT | SOAP/XML-Fehler |
TOTAL_PRICE_CHANGED | Gesamtpreis nach Buchung unterscheidet sich von Gesamtpreis der Verfügbarkeit |