Menu

SAP Function Module IF_FITP_ROOM_AVAIL

Zimmerverfügbarkeit

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 IF_FITP_ROOM_AVAIL (Zimmerverfügbarkeit) is a standard Function Module in SAP ERP and is part of the function group FITP_TRPL_WPI within the package WPI_TRIP_PLANNING_HR.

Technical Information

Function Module IF_FITP_ROOM_AVAIL
Short Text Zimmerverfügbarkeit
Function Group FITP_TRPL_WPI
Package WPI_TRIP_PLANNING_HR
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_CHAIN TYPE HOTEL_PROVIDER Hotelkette
I_CHECKIN_DATE TYPE HOTEL_DATE_ARR Anreisedatum Hotel
I_CHECKOUT_DATE TYPE HOTEL_DATE_DEP Abreisedatum Hotel
I_LOCATION TYPE IATA_LOCATION IATA-Lokation
I_PROPERTY TYPE HOTEL_PROPERTY Hotelcode (Schlüssel eines Anbieters)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
HOTEL_INFO_OUT LIKE FTPS_HOTEL_INFO Daten zu einem Hotel

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_CODE_BEDTYPE LIKE CODE_TABLE_WPI Bed Type Codes
T_CODE_PROVIDER LIKE TA21P Provider Codes
T_CODE_ROOMTYPE LIKE CODE_TABLE_WPI Room type Codes
T_ROOMS_ADD_INFO_OUT LIKE FTPS_ROOM_AVAIL_INFO_OUT Hotelverfügbarkeit: Zusätzliche Informationen zum Zimmer
T_ROOM_OUT LIKE FTPS_ROOM_AVAIL_OUT Hotelverfügbarkeit: Zimmer

Exceptions

This function module does not define any Exceptions.