‎2007 Jun 18 6:49 PM
Hello Folkz
Have a small problem with FM "HR_INFOTYPE_OPERATION".
I am trying to delete and create the same record using the above mentioned FM for infotype 2001. But when i run with nocommit = 'X' (i.e. basically in test mode), it gives a successful update. But when i pass the parameter nocommit = space (i.e. live run) it gives a error while updating.
Even though the data being passed in both the cases are same. Why is this discrepancy in the same FM for test run and live run.
Any inputs are highly appreciated!!
Regards
~Ranganath
‎2007 Jun 18 7:23 PM
‎2007 Jun 18 7:23 PM
‎2007 Jun 18 7:25 PM
Hi
Not enough quota matained for absence type. Just check
Assign points if useful,
raj
‎2007 Jun 18 7:32 PM
Hello Folkz
I got the solution for this. This was the problem with the usage of FM "HR_PSBUFFER_INITIALIZE" with "HR_INFOTYPE_OPERATION". Just tried to use the former FM to improve the performance, but this wrecks havoc when we are trying to update records which are related to eachother.
Thanks for all your replies ...
~Ranganath