The SAP Component supports the BAPI transaction model for outbound communication
with SAP. A destination endpoint with a URL containing the transacted option set to
true will, if necessary, initiate a stateful session on the
outbound connection of the endpoint and register a Camel Synchronization object with
the exchange. This synchronization object will call the BAPI service method
BAPI_TRANSACTION_COMMIT and end the stateful session when the
processing of the message exchange is complete. If the processing of the message
exchange fails, the synchronization object will call the BAPI server method
BAPI_TRANSACTION_ROLLBACK and end the stateful session.