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

enqueue

Former Member
0 Likes
659

what does hr_employee_ enqueue

4 REPLIES 4
Read only

Former Member
0 Likes
617

It locks the given Pernr for any modifications ..

need to unlock the pernr with HR_EMPLOYEE_DEQUEUE ..

Read only

Former Member
0 Likes
617

The FM lock any empoyee number the u passed,

If u need to unlock the same use hr_employee_ dequeue,

Reward points!! if it useful

Read only

Former Member
0 Likes
617

hi,

this is used for Lock Object.

it is followed by database. one server to another server compared.

Read only

Former Member
0 Likes
617

Hello,

It is used to lock PERNR number, it can be ur employee or partner etc. by doing this u can perform exclusive operations on PERNR. which could be changing the personal details of that PERNR. Other lock function modules are also available, for HR to lock different objects. For each ENQUEUE function module there is corresponding DEQUE function module.

Thanks,

Saurabh