Hi all,
My objectives:
- I create provider order in SAP CRM with more than 1 line item (ex: 2 line items), then
- I want to send the order to external system (provisioning) at once asynchronously,
- External system update provisioning status to SAP CRM per line item.
My custom class adapted from class: CL_CRM_ISX_MD_CCONTR_ACTIVATE, but ODI execute the method per line item.
I need to send the order at once to external system.
Please advice how to do?
Thank you