Show TOC

Function documentationDetermination of Dispatch Control

 

Determines the dispatch control for each correspondence recipient and saves it in the appropriate correspondence container.

The dispatch control controls the creation of correspondence.

Prerequisites

The system transfers the dispatch control to the print workbench when it outputs correspondence.

The application has not specified a dispatch control in the correspondence request template when requesting the correspondence.

Features

The dispatch control is processed during the creation of a correspondence request for each recipient, and is made available by the application at the call of the method DETERMINE_RECEIVERS of the interface assigned to the BAdI FKKCORR_EVENTS_CREATE.

If the implementation of the application inherited from the class CL_FKK_CORR_EVENT_CREATE_PATT, the correspondence tool determines the implementation in the inherited method DETERMINE_RECEIVERS.

If the application has chosen the BTE event concept, and defined the event BTE 44012040 for determining dispatch control, then the BTE is processed. The application can specify the dispatch control using this event.

For a description of the interface for the BTE event concept, see sample function module SAMPLE_INTERFACE_44012040.