cancel
Showing results for 
Search instead for 
Did you mean: 

Rounding the values in Time Evaluation (RPTIME00 )

Former Member
0 Kudos

Hi gurus,

The program is configured to add one day leave to IT2006 if the personnel's overtime of 6 hours is created.

But after running the program, it will create a record in IT 2006 with the quota of 0.99960 day.

Is there a way I can round/convert up this value to 1.0 days instead of 0.99960.

Also is this done in the config/abap/user exit?

Points will be rewarded if answers are useful.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hai..

It depends on the base entitelement constant/balance that u have maintained..

I think u can copy QUOTA function to a custom one and add ur rounding rule in that......

Former Member
0 Kudos

hi thanks for your reply..

unfortunately the functional consultants here do not use the function "QUOTA" ..

"P2012" was used instead.

I'm trying debug the standard program to see how it generates the absence quota.