Fonction SAP BAPI_DELETE_ATTENDANCE - Cancel attendance

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
ATTENDANCE_BOOKDATE BAPIATDAT-BUDAT D 8 X Booking date
ATTENDANCE_COUNT BAPIATDAT-MANZL P 2 X Number of attendees booked
ATTENDANCE_PRIORITY BAPIATDAT-PRIOX C 2 X Booking Priority
ATTENDEEID BAPIATNAME-PARID C 45 Attendee Key (Personnel Number etc.)...
ATTENDEETYPE BAPIATNAME-PATYP C 2 Participant Type
CANCELLATION_REASON BAPIHELP-CAATR N 4 X Reason for Cancellation of Attendance
EVENTID BAPIEVDAT-EVEID N 8 Business event key
EVENTTYPEID BAPIETDAT-ETYID N 8 Key of business event type
PLVAR BAPIATDAT-PLVAR C 2 Plan version
SEQUENCE_NUMBER BAPIATDAT-SEQNR N 3 X Sequence number

Paramètre Reférence Type Long. Description
RETURN BAPIRETURN u 452 Structure for Return Parameters (Code, Text)

Functionality
You use this method to cancel attendance bookings for business events.

Further information
For further information, refer to the online Help or "Application Help"under 'Cancel attendance'.

Description
In the event of an error, this structure contains the followinginformation, for example:

  • Message type (field TYPE), dictionary data type: CHAR (field length 1)

  • Message code (field CODE), dictionary data type: CHAR (field length 5)

  • Message text (field MESSAGE), dictionary data type: CHAR (field length
  • 220)
    If there are no errors, the message type is set at 'S', and the
    structure is otherwise empty.

    Description
    This field contains the booking date of the canceled booking.

    Description
    This field contains the number of attendees booked for the event date.

    Description
    This field contains the booking priority. For further information,refer to the relevant data element definition:
    booking priority.

    Description
    This field contains the object ID of an attendee. In the case ofattendees of type P (employees), this is the personnel number.

    Value range
    Dictionary data type: NUMC (field length 8)

    Description
    This field contains the attendee type of the attendee to be booked. Forfurther information on the meaning of attendee types, refer to therelevant data element documentation:
    attendee type.

    Description
    This field contains the object ID of the business event.

    Description
    This field contains the ID number of the business event type for whichattendance is to be booked.

    Description
    For information on the meaning of plan versions, refer to the relevantdata element documentation:
    plan version.

    Value range
    Dictionary data type: CHAR (field length 2)

    Description
    This field contains the sequential number used to distinguish bookingsthat have the same key, for example, to differentiate bookings from thesame organizational unit for different days.