Menu

SAP Function Module BAPI_ATTENDEE_BOOK_LIST

Read Attendee Bookings

The Function Module BAPI_ATTENDEE_BOOK_LIST (Read Attendee Bookings) is a standard Function Module in SAP ERP and is part of the function group RHVI within the package PP09.

Technical Information

Function Module BAPI_ATTENDEE_BOOK_LIST
Short Text Read Attendee Bookings
Function Group RHVI
Package PP09
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 Start date of selection period
END_DATE LIKE BAPIDATE-ENDDA End date of selection period
OBJID LIKE BAPIATNAME-PARID Attendee key (personnel number, etc.)
OTYPE LIKE BAPIATNAME-PATYP Attendee type
PLVAR LIKE BAPIATDAT-PLVAR Plan version

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ATTENDEE_NAME LIKE BAPIATNAME Attendee name
RETURN LIKE BAPIRETURN Structure for Return Parameters (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 BAPIATDAT List of bookings

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
NO_ACTIVE_PLVAR There is no active plan version
NO_EVENTS There are no attendances booked
NO_ROOT You did not specify a valid attendee
UNKNOWN_EXCEPTION Other error