Application Development and Automation 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: 
Read only

Unlocking Objects at migo

former_member426550
Participant
0 Likes
1,198

hi all,

my requirement is to post another transaction using BAPI_GOODSMVT_CREATE at migo.

let say after posting movement type 909..i have to post another transaction

using output control determination..

the problem is, material and batch name were currently lock by movement type 909..

is it possible to remove this lock object?

these are the lock objects at sm12.

E MCH1 11000000100000000000400000XXXXX 0 1

E MCH1 11000000100000000000470206XXXXX 0 1

i tried

CALL FUNCTION 'DEQUEUE_EMMCH1E'

'DEQUEUE_all'

i dont want to consider the wait options..

thanks for your responce..

5 REPLIES 5
Read only

Former Member
0 Likes
892

I think you must have opened another session (in MIGO for the movement type 909).

Regards,

Ravi

Read only

Former Member
0 Likes
892

check..the possiblity is that the transaction has been opened in a separate session or else someone else have opened the transaction due to which the locks are generated.

Read only

former_member426550
Participant
0 Likes
892

thanks for your quick responce...

but the problem is to remove my lock objects in order to transact another movemt

type..

thanks

Read only

former_member426550
Participant
0 Likes
892

hi all,

these are the errors i encountered,...

Batch 70206XXXXX of material 1000000000004 is already locked by user01

User user01 already processing Purchasing doc. item 4500000343 00010

thanks

Read only

0 Likes
892

Dear

did you solve it , i have same problem