2008 Nov 19 12:24 PM
Hello experts,
I've written a FM within I'm using fm CRM_ORDER_MAINTAIN, CRM_ORDER_SAVE and
BAPI_TRANSACTION_COMMIT in order to change the status of a sales order.
That works fine.
But the sales order is locked until I close the fm or recall it new.
What must I do that I can do changes to the sales order after calling the fm ?
I thought this is handled by the BAPI_TRANSACTION_COMMIT ?
Thanks for response,
Gerd
2008 Nov 19 12:27 PM
Use FM: DEQUEUE_EVVBAKE to unlock the sales order.
Thanks,
Suraj
2008 Nov 19 12:30 PM
2008 Nov 19 12:31 PM
Hi,
Try to close the Fm before calling the SO Transaction for change.
Regards,
Nandha.
2008 Nov 19 12:39 PM
Hi,
- how can I close the fm ? close ..... ?
- my crm-system does not know the fm 'DEQUEUE_EVVBAKE' - is there another one ?
Thanks Gerd
2008 Nov 20 9:27 AM
2009 Feb 19 2:45 PM