Replying and Forwarding
Use
You can use the following methods of the class CL_BCS to provide the Reply and Forward functions for an object that has been received.
FORWARD
You can use this method to create a send request that serves as a forward for an existing send request. This makes it possible to forward a received object and then follow the correspondence history in the object outbox.
Return parameters
RESULT Send request that serves as a forward (reference to an instance of the class CL_BCS)
REPLY
You can use this method to create a send request that serves as a reply to an existing send request. This makes it possible to reply to a received object and then follow the correspondence history in the object outbox.
Return parameters
RESULT Send request that serves as a reply (reference to an instance of the class CL_BCS)
SET_REPLY_TO
You use this method to set the application recipient if this is not to be the sender.
Import parameters
I_REPLY_TO Reply recipient (reference to an instance of the interface IF_RECIPIENT_BCS)