2009 Feb 03 2:40 PM
Hello,
I'm working on an issue - a Z program updates a field in the sales order. However sometimes it fails due to the locking issues (users in VA02).
Could some one let me know how SAP identifies a document being in change mode? Is there any table from which this info can be retrieved?
This info will be useful for me to fix the issue..
Regards,
Krishna
2009 Feb 03 2:45 PM
this sap help would be useful to u.
http://help.sap.com/saphelp_erp2004/helpdata/en/37/a2e3ae344411d3acb00000e83539c3/frameset.htm
кu03B1ятu03B9к
2009 Feb 03 2:47 PM
2009 Feb 03 2:48 PM
Hi,
If you are trying to update a field in vbak, then call FM ENQUEUE_EVVBAKE to lock the table.
and DEQUEUE_EVVBAKE to unlock the tabler after updation.
if any other table try to find the lock object form se11. Then use the object in place of EVVBAKE.
Thanks,
Bindu.