cancel
Showing results for 
Search instead for 
Did you mean: 

Leave Request Time Accounts Casual Leave

Former Member
0 Kudos

Hi Experts,

We are on ECC 6.0 EP 7.0.

Here problem is in case of Leave Request Application when user is clicking on link SHOW TIME ACCOUNTS

He is able to see the casual leave Entitlement as 13.65 where as in R/3 in infotype 2006 the entitle ment is 7 days only.

for other leave types like earned leaves and sick leave all data is coming correctly.

I also checked for the infotype 2013 Quota Corrections but here also i could not find any entry.

Please help.

Regards,

Umesh Chaudhari.

Accepted Solutions (0)

Answers (3)

Answers (3)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

Please check using se37 you can see it there in backend.

Former Member
0 Kudos

Hi Siddharth Rajora,

following are the attributes available in the function module HR_GET_QUOTA_DATA.

IMPORTING

PERNR LIKE PERNR-PERNR

QTYPE TYPE CHAR1 DEFAULT '1'

MOD TYPE CHAR1 DEFAULT 'D'

DEDU_DATUM LIKE P2006-BEGDA OPTIONAL

ENTI_DATUM LIKE P2006-BEGDA OPTIONAL

BEGDA LIKE P2006-BEGDA DEFAULT '18000101'

ENDDA LIKE P2006-ENDDA DEFAULT '99991231'

DEDUBEG LIKE P2006-DESTA OPTIONAL

DEDUEND LIKE P2006-DEEND OPTIONAL

LANGU LIKE SY-LANGU DEFAULT SY-LANGU

EXPORTING

RETCD LIKE SY-SUBRC

CHANGED_DATE TYPE D

TABLES

ABWKTART_SEL TYPE PTGQD_T_KT_SEL OPTIONAL

ANWKTART_SEL TYPE PTGQD_T_KT_SEL OPTIONAL

ABWKO TYPE PTGQD_T_KANSP OPTIONAL

ANWKO TYPE PTGQD_T_KANSP OPTIONAL

I2006 STRUCTURE P2006 OPTIONAL

I2007 STRUCTURE P2007 OPTIONAL

I0001 STRUCTURE P0001 OPTIONAL

I0003 STRUCTURE P0003 OPTIONAL

I0007 STRUCTURE P0007 OPTIONAL

CUM_VALUES TYPE PTGQD_T_CU_VAL_ADD OPTIONAL

IQTTRANS TYPE PTGQD_T_QTTRANS OPTIONAL

Please tell me any thing else needs to be done.

Regards,

Umesh Chaudhari.

Former Member
0 Kudos

Hi All,

any hints please...................we are facing this problem in Production system.

Regards,

Umesh Chaudhari

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

Please check the module

HR_GET_QUOTA_DATA attributes is it set to D ?

Also you can correct quota using rptkok00 and run new deduction to get rid of any inconsistency whatsoever

Former Member
0 Kudos

Hi Siddharth Rajora,

First of all thanks for your immediate reply.

please tell me where should i check this function module.

is this function module mentioned some where in SPRO node ?

Please guide.

Thanks and regards,

Umesh Chaudhari.

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

Please check the configuration in V_T556A_WEB

for the quotas

check Function Module HR_GET_QUOTA_DATA attributes is it set to D to read data from it2006, there are many options available please read documentation of this

Former Member
0 Kudos

Hi Siddharth Rajora

Here in the Table V_T556A_WEB we have already mapped our rule group with the absense type and the check boxes

Display Untransffered Quota and Total Abs QuotaType are checked.

Regards,

Umesh Chaudhari.