cancel
Showing results for 
Search instead for 
Did you mean: 

Comp-off quota creation against some working day on a holiday or weenend

venkateswarar
Explorer
0 Kudos

Hi All,

I have requirement to create a compensatory off quota against some working day on a holiday or weekend. The associate will enter the time in CATS on portal and suppose if he enters hours on Saturday (5/23), then we should create comp-off quota for 1 day which can be availed between 5/24 -6/23 (within one month of earned date).

For this I wrote a Dynamic action on IT2002. If I enter a record in 2002, its generating the quota in 2006. But if I enter the time in CATS and posted to R/3, then this dynamic action is not triggering.

Can you please suggest how I can achieve this?

Thanks & regards,

Venkat

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

Option 1:

For this you need to customize your time schema (eg TM04 ).

1. Store the dates in IT41

2. Create an attendance type for capturing time worked on weekend or holiday.This would help to easily control your logic and reporting. (I believe quota type is already created)

3. write the accrual logic based on the dates which have specified and business logic in TMO4 after the QUOTA-Generate absence quotas step.

Option 2: (least preferred)

1. Store the dates in IT41

2. Create an attendance type for capturing time worked on weekend or holiday.This would help to easily control your logic and reporting. (I believe quota type is already created)

3. Customize the Quota generation program

Thanks,

Amosha

venkateswarar
Explorer
0 Kudos

Hi Amosha,

But the problem is I am not using time eval, I am generating this through RPTQTA00.

Please help.

Thanks & regards,

Venkat

Former Member
0 Kudos

Did you try transferring data using fore ground or direct method?

-Amosha

venkateswarar
Explorer
0 Kudos

Hi,

I am transferring the CATS data through CAT6 in backgroud. Somehow dynamic action is not triggering.

Pls help / suggest if any other way.

Regards,

Venkat

Former Member
0 Kudos

Dynamic actions does get excuted in background/ recording modes. It has to be in fore ground or a custom program with forced updated.

thanks,

Amosha