hi kittu,
try with method forward.of class CL_BCS (Business Communication Service).
You have to create a request using CL_SEND_REQUEST_BCS=>CREATE_FROM_MSG_ID. This can't be called directly. So either create a new class derived from that or check if it's possible with method CREATE_LINK.
Just an idea that may help you.
Regards,
Clemens
Add a comment