Hello Expert,
I am facing problem in using CRM_ORDER_MAINTAIN for creating service confirmation items. Scenario is as follows:
-For every service confirmation ( Material confirmation as well) item creation CRM_ORDER_MAINTAIN need to be called separately.
- External system calls this BAPI to create service confirmations in a sequence for every item once the control is back from SAP. Everything is
synchronous from external system.
- Now first service confirmation item is created successfully all the time.
- in Second service conf item creation i always get the error " Updating could not be completed". if i wait for sometime and try calling this BAPI again
i dont get this error.
Looks like BAPI return back the control even though there is some background processing going on but when i call the BAPI again for second item
it expects the background processing to be complete for first item.
I cant debug the system because i never get this issue in debugging because of time lag. Message is also very generic so cant investigate further.
Any help will be highly appriciated.
thanks
Vivek