cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent: Shift weekly off

Former Member
0 Kudos

hi all

I am working on HR-ABAP . I need to implement a check on weekly off assignment. The scenario is like this: The workers are assigned to different shifts corresponding to which they are assigned a weekly off day. Now when the shift of a worker changes then his weekly off also changes. The check to be implemented is this that if the weekly off according to the new shift is falling within 3 day period of his weekly off according to the last shift then then the new weekly off is to be cancelled.

eg. if the worker had a weekly off on monday according to the last shift and then his shift changed and if the new weekly off falls on tuesday or wednesday or thursday then it has to be cancelled.

Please let me know how to implement this check . Do i need to check some user exit for this.

Points assured

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can restrict this, while configuring the Period WS. Configure the PWS as per the need, eventhough they are in rotating shift. Then create the WSR as per the PWS.

Good Luck.

Om

Answers (1)

Answers (1)

Former Member
0 Kudos

Do you need the change to be reflected in the master data or only the result is important? If it's not that important, it could have bee done via Time evaluation (if you use it) .

Else with Abap, it seems standard. As previously said, check PSP and I guess you will have to generate a new IT2003 to replace the original shift?