Pattern of SAP BAPI Function Module BAPI_BOOK_ATTENDANCE
CALL FUNCTION 'BAPI_BOOK_ATTENDANCE' "Book attendance
EXPORTING
plvar = " bapiatdat-plvar Plan version
attendeeid = " bapiatname-parid Attendee Key (Personnel Number etc.)...
attendeetype = " bapiatname-patyp Participant Type
eventid = " bapievdat-eveid Business event key
* attendance_priority = " bapiatdat-priox Booking Priority
* attendance_count = " bapiatdat-manzl Number of attendees booked
eventtypeid = " bapietdat-etyid Key of business event type
IMPORTING
return = " bapireturn Structure for Return Parameters (Code, Text)
. " BAPI_BOOK_ATTENDANCE


