Hi,
I am trying to get hold of the sales order number that is created via a CRM transaction launcher call to ECC transaction VA01.
By default, the sales order is added to the Activity clipboard, but I would like to get hold of this number so I can additionally save it against the IRec header.
I have put a number of break-points in the handler class and I was surprised to see that the IF_CRM_IC_ACTION_HANDLER~PROCESS_RETURN is called before the ECC transaction is even launched, and so is not responsible for adding the sales order to the activity clipboard (since there isn't a sales order when gets called). Instead, the return from ECC is processed outside of the handler class and I can't find a way of hooking into it.
Has anyone had any luck intercepting this incoming data? We are using CRM 7.0 ehp3.
Many thanks,
Andrew