Function Module Exit for Appointment Management

Use

Function module for implementing additional program logic in appointment management.

Structure

Exit function modules must have the interface described in the following:

Import Parameters

Parameter

Description

APPOINTMENT_IN

Current processed appointment with its attributes.

EVENT

Situation-dependent parameter, for example, 'CREATE' when an appointment is being created.

Export Parameters

Parameter

Description

APPOINTMENT_OUT

Returned appointment, possibly with changed attributes.

ERROR_MESSAGE

This parameter is used for transferring errors.

An error output can be displayed using the message command. The behavior of the appointment calendar can also be influenced by certain control commands, for example, suppression of the usual creation dialog if the appointment is to be created by the application within the exit function module. These are transferred using the parameter ERROR_MESSAGE-MSG_VAR1.

Table Parameters

Parameter

Description

TEXT

Table for additional data exchange.

The entries in this table are interpreted differently, depending on the event to be processed.

Exceptions

None.