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

Error message in Pa30

Former Member
0 Likes
593

Hi,

In pa30 tcode, when i am intering the Employe Id it gives an error msg. "Person is already being processed by user xxx ". i want to show this error msg in my "y programe", my problem is that

how can i get that user id "xxx" which is used by user "xxx".

Thanks in advance,

Regards

Shri Narang

Hi,

In pa30 tcode, when i am intering the Employe Id it gives an error msg. "Person is already being processed by user xxx ". i want to show this error msg in my "y programe", my problem is that

how can i get that user id "xxx" which is used by user "xxx".

Thanks in advance,

Regards

Shri Narang

2 REPLIES 2
Read only

Former Member
0 Likes
479

hi,

pls check this

thanks

Read only

Former Member
0 Likes
479

For your Y Development you can use below FMs

HR_EMPLOYEE_ENQUEUE to lock the PERNR

HR_EMPLOYEE_DEQUEUE to unlock the PERNR

When you are opening any personal No in Changed (Not in Display Mode) Pass the PERNR to the FM HR_EMPLOYEE_ENQUEUE to lock the PERNR in NUMBER

Once you are done will all the processing Pass the PERNR to FM HR_EMPLOYEE_DEQUEUE to unlock the PERNR in NUMBER

Hope it will solve your problem..