Exits for Inbound Distribution
Use
Inbound distribution enables methods to be included for processing incoming send orders according to their recipients and document classes.
Prerequisites
You have to have created the exit class that is to be used to process the message. The class must have implemented the CREATE_INSTANCE and PROCESS_INBOUND methods of interface IF_INBOUND_EXIT_BCS. For more information, see Inbound Processing in the documentation on Business Communication Services. If there are several suitable exits, processing occurs according to call sequence.
You must be using the SMTP plug-in.
Activities
-
Call transaction SO50.
-
Make the following entries for the messages that are to be processed:
-
Communication method by which the messages are sent
-
Recipients to whom the messages are addressed (can be specified generically with * as a placeholder if all document types are requested)
-
Document class of messages
-
Class that is to process the incoming messages
-
Call sequence of the classes
The specified number determines the sequence in which exits are called if several suitable exits are found for one send order. Subsequent exits are then only called if the exit executed previously did not execute the delivery (that is, it returned the return code GC_CONTINUE).
-
-
Save.