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

Using HR_infotype_operations , locking problem

Former Member
0 Likes
582

hi, i am using HR_infotype_operations func module,

basically a dynamic action triggers a subroutine in a report progrm and there I am using this functiom module, but it is not able to insert values in one of my custom infotype giving error in the return parameter as 'pernr could not be locked'

can u please help me ?

5 REPLIES 5
Read only

Former Member
0 Likes
546

Hello,

Please check the table T588 where you can see the functionality of dynamic actions.

Here they have some certain 'P' Plausiblity checks which may cause you this particular error.

Thanks,

Krishnakumar

Read only

Former Member
0 Likes
546

sorry krishnakumar, right now, I am triggering it only from a badi , for development purpose, after i complete this development , dynamic action configuration will be done. any diff becoz of triggering ?

Read only

0 Likes
546

Hello,

In the program please check any lock objects are being triggered. Normally this message reaises when a lock module fails.

lock modules start with Enquee_xyz(object name).

Thanks,

krishna

Read only

Former Member
0 Likes
546

i am not getting you krishna, i have tried the

DEQUEUE_ALL

BAPI_EMPLOYEE_ENQUEUE

ENQUEUE_EPPRELE

func modules , but not able to get rid of this error.

Read only

0 Likes
546

Hello,

Please check the program by debugging the same.

In the debugging mode -> go to -> break points-> at statement here you give the keyword(MESSAGE) or Call function . this will stop the program at all message statements or call function.

You can now find what has triggered this.

Thanks,

Krishna

Message was edited by: Krishnakumar