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

Record lock

Former Member
0 Likes
1,007

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

7 REPLIES 7
Read only

Former Member
0 Likes
963
Read only

0 Likes
963

Hi:

we know the locking mechanism but here the problem is - till tomm how a particular record can be locked .

Regards

Shashi

Read only

Former Member
0 Likes
963
Read only

Former Member
0 Likes
963

Hi,

Check this link...

[LOCK|http://help.sap.com/SAPHELP_NWPI71/helpdata/EN/cf/21eea5446011d189700000e8322d00/content.htm]

Regards

Kiran

Read only

0 Likes
963

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

Read only

0 Likes
963

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

Read only

Former Member
0 Likes
963

I got the answer.