‎2006 Sep 16 9:41 AM
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 ?
‎2006 Sep 16 9:46 AM
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
‎2006 Sep 16 9:52 AM
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 ?
‎2006 Sep 16 9:55 AM
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
‎2006 Sep 16 10:00 AM
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.
‎2006 Sep 16 10:03 AM
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