‎2009 Feb 17 7:21 AM
Hi:
I need to keep a record in read only status for certain time being manually.
For an instance, I am doing some changes in the particular record but due to some problem at this moment I could not complete and planned to complete it tomm, so till tomm except me no one can change in it.
i.e any procedure or provision we have by which a manual lock settings can be done for specific time for that record.
Regards
Shashi
‎2009 Feb 17 7:24 AM
Hi Shashi,
Try out these links,
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eed9446011d189700000e8322d00/frameset.htm
Much Regards,
Amuktha.
‎2009 Feb 17 7:28 AM
Hi:
we know the locking mechanism but here the problem is - till tomm how a particular record can be locked .
Regards
Shashi
‎2009 Feb 17 7:32 AM
Hi,
Check with the following link.
http://help.sap.com/saphelp_nw70/helpdata/EN/44/588168ce8c08fae10000000a422035/content.htm
Thanks,
Neelima.
‎2009 Feb 17 7:42 AM
Hi,
Check this link...
[LOCK|http://help.sap.com/SAPHELP_NWPI71/helpdata/EN/cf/21eea5446011d189700000e8322d00/content.htm]
Regards
Kiran
‎2009 Feb 17 7:59 AM
Hi:
Sorry to say that, everyone is putting links which contain only locking mechanism but i did not find the answer how I can lock a record till tomm or until i unlock it.
Regards
Shashi
‎2009 Feb 17 8:08 AM
Hi,
Firstly create a lock object,
then write a program to call fm enqueue_<lock_object_name>
once the work is done
then write a program which calls dequeue_<lock_object_name>
hope this helps.
Regards,
Siddarth
‎2009 Feb 17 8:01 AM