Skip to Content
0
Jun 24, 2016 at 09:52 AM

HR_INFOTYPE_OPERATION

101 Views

HI

I am using FM HR_INFOTYPE_OPERATION to INSERT a record to infotype pa2002.

Before i use it i perform Enque to lock the pernr i am about to update, when i dont get and E or A mesage from the FM HR_INFOTYPE_OPERATION, i do COMMIT WORK AND WAIT.


Before the commit command the user is still Lock but after the commit it is unlock, does the commint UNLOCK ?

if yes how can i prevent it from happenning cause i want the pernr to still be locked after the commit cause i m updating texts to the record that i was inserting.


Thank Ami