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

Problem with Function Module

Former Member
0 Likes
580

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
535

Hi,

Can u please let me know what type of error u get.

3 REPLIES 3
Read only

Former Member
0 Likes
536

Hi,

Can u please let me know what type of error u get.

Read only

0 Likes
535

Hi

Not enough quota matained for absence type. Just check

Assign points if useful,

raj

Read only

0 Likes
535

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