‎2007 Feb 06 3:02 PM
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..
‎2007 Feb 06 3:08 PM
I think you must have opened another session (in MIGO for the movement type 909).
Regards,
Ravi
‎2007 Feb 06 3:12 PM
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.
‎2007 Feb 06 3:12 PM
thanks for your quick responce...
but the problem is to remove my lock objects in order to transact another movemt
type..
thanks
‎2007 Feb 06 3:16 PM
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
‎2021 Apr 06 12:44 AM