Hi Experts,
We have upgraded to 7.1.
In solman 7.0 we created a Z Report to change correction status to ACTIVATE automatically using CRM_ORDER_MAINTAIN FM, before the upgrade we worked only in GUI where we used to change the status automatically from the Z report.
Now in 7.1 , we are using WEB UI. Correction status is not changing in UI as earlier in GUI.
Our guess is on (CL_AL_CRM_CM_UTILITY:method IS_CRM_ORDER_CHANGE_ALLOWED)is SAP code which seems to preventing from updation of the order in background because it is a “Web UI” transaction.
<In Z report after CRM_ORDER_MAINTAIN , BAPI_BUSPROCESSND_SAVE is used in the Z report which is calling CL_AL_CRM_CM_UTILITY:method IS_CRM_ORDER_CHANGE_ALLOWED>
Please shed some light to overcome this issue
Thanks
Shaik