Menu

SAP Function Module CACNS_RP_GET_BOOKINGS

Lesen der Buchungen eines Teilnehmers

The Function Module CACNS_RP_GET_BOOKINGS (Lesen der Buchungen eines Teilnehmers) is a standard Function Module in SAP ERP and is part of the function group CACNS_ROOMPLANNING within the package CA_CNS_SERVICEPROVIDER.

Technical Information

Function Module CACNS_RP_GET_BOOKINGS
Short Text Lesen der Buchungen eines Teilnehmers
Function Group CACNS_ROOMPLANNING
Package CA_CNS_SERVICEPROVIDER
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BEGIN_DATE LIKE BAPIDATE-BEGDA Beginndatum des Auswahlzeitraums
END_DATE LIKE BAPIDATE-ENDDA Endedatum des Auswahlzeitraums
OBJID LIKE BAPIATNAME-PARID Teilnehmerschlüssel (Personalnummer,etc.)
OTYPE LIKE BAPIATNAME-PATYP 'US' Teilnehmertyp
PLVAR LIKE BAPIATDAT-PLVAR Planvariante

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ATTENDEE_NAME LIKE BAPIATNAME Teilnehmername
RETURN LIKE BAPIRETURN Struktur für Return-Parameter (Code, Text)

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
ATTENDEE_BOOK_LIST LIKE CACNS_BOOKINGS Liste der Buchungen

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
NO_ACTIVE_PLVAR Es ist keine aktive Planvariante vorhanden
NO_EVENTS Es sind keine gebuchten Teilnahmen vorhanden
NO_ROOT Es wurde kein gültiger Teilnehmer eingegeben
UNKNOWN_EXCEPTION Sonstiger Fehler