Skip to Content
0
Jan 12, 2023 at 10:22 AM

Can CL_CRM_ISX_PROV_ORDER_API_PRXY be used to add a new item?

94 Views

Hi,

We have a requirement to add a child item in the provider contract via API.

Currently, we are using method CL_CRM_ISX_PROV_ORDER_API_PRXY=>CONTRACT_CHANGE for our processes. For adding the new child item, we are passing the process type ISTA and BTMF process NEW_CHANGEORDER and tables ORDERADM_I (including parent item number) and SCHEDLINE are passed in the process attributes of the API. It is creating a follow up order but the new item is not getting added.

Is it possible to achieve the requirement using this API or how to correctly pass the new item data to this API?

Thank you.