Asynchronous Inbound Integration Processing
Inbound Integration Processing 31
The same processing class contains the enterprise service user exit preprocessing,
enterprise service user exit postprocessing, and user exit object processing
methods.
Output The following table shows the possible user exit object processing outcomes.
Object Processing
Summary The objects are passed to the system, and standard system processing is applied.
The integration framework treats a single message from the inbound queue as a
single system transaction. All objects that a message creates must be successfully
processed before the database commit transaction can occur. An error in any one
of the multiple object structures causes the entire transaction to fail.
Condition Output
No user exit processing. The unchanged object.
The user exit class stops the record. None; processing ends and the
message in error remains in the
queue.
The user exit class completes
successfully.
The updated object.