CHECK_CHANGE_AUTHORITY

Definition

Method that checks the authorization for changing an appointment.

Use

Appointments do not have their own authorizations. Authorizations are only defined on the appointment calendar level. Consequently, every user of this class is responsible for the security of their own appointments.

This method enables the authorization for changing an appointment for a specific user to be checked. The method checks whether a substitute authorization to change appointments has been assigned to the specified user in the calendar settings of the appointment organizer.

Structure

Import Parameters

USER

User for whom the change authorization for the appointment is to be checked.

Return Parameters

RESULT

Result of the check: 0 = Authorization exists, 4 = No authorization.

Exceptions

USER_UNKNOWN

The specified user is not recognized by the SAP System.