Hello,
I am trying to create putaway transfer order based on inbound delivery. If there exists more line items(ex: 100 items or more), it starts displaying locking errors from second item. I presume that it tries to process from 2nd item even though lock still exists on first item.
14506, 9123452, 3891645, 54509 are materials, DHARMAG is the user name and 1900056735 is the inbound delivery
I concatenated material to the message to know which line it is.
00000000000000014506 Delivery Document 1900056735 currently being processed by DHARMAG
00000000000009123452 Delivery Document 1900056735 currently being processed by DHARMAG
00000000000003891645 Delivery Document 1900056735 currently being processed by DHARMAG
00000000000000054509 Delivery Document 1900056735 currently being processed by DHARMAG
FM documentation says,
If the function module is called up several times in a program, a COMMIT WORK should be placed between the calls and the blocks set up should be removed.
.
I placed the commit work between the calls but I don't know how to remove blocks set up between the calls.
Can someone please help.
Thanks,
Dharma