Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

FM holds sales order so that changing is not possible

gerd_hotz
Contributor
0 Kudos
103

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

6 REPLIES 6

Former Member
0 Kudos
77

Use FM: DEQUEUE_EVVBAKE to unlock the sales order.

Thanks,

Suraj

0 Kudos
77

hi

use lock routine FM DEQUEUE_EVVBAKE

shiva

Former Member
0 Kudos
77

Hi,

Try to close the Fm before calling the SO Transaction for change.

Regards,

Nandha.

gerd_hotz
Contributor
0 Kudos
77

Hi,

- how can I close the fm ? close ..... ?

- my crm-system does not know the fm 'DEQUEUE_EVVBAKE' - is there another one ?

Thanks Gerd

0 Kudos
77

still the same problem

gerd_hotz
Contributor
0 Kudos
77

still the problem