cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to read Table AB in Payroll run to idetify special situations

thomas_grzinger
Explorer
0 Kudos
752

Hello, I have the following challenge. As part of the payroll run, I have to evaluate the internal table AB with the absences. I have to check whether there are absences with a special evaluation rule. If this is the case, I have to check whether they start on the first of the month. Unfortunately, I can't find a procedure call that I can use to do this. Even if I have a calculation rule that evaluates this problem, I don't know how to call this calculation rule in the payroll schema. The PIT and Actio functions don't work here. Does anyone have a tip? The rule itself would then look like this:

thomas_grzinger_0-1732895662146.png

 


But how to call the rule form the  parent schema?????

thomas_grzinger_1-1732895794994.png

What is the overall major need?
In Case there are absenes that leed to a defined valuation rule like this

thomas_grzinger_0-1732896624530.png


and this happens on the first of the month, then i have to kick out a bonus payment.

So i have to search for a  possibility to identify this situation.

 



Thomas

Accepted Solutions (0)

Answers (2)

Answers (2)

Suhail_Mohammed
Discoverer
0 Kudos

You can include a special rule for your absence type in table V_T554C. In this way, when an absence is getting processed through function PAB, you can define special processing for it.

It worked for me.

Hope this helps!!

RR15071966
Newcomer
0 Kudos

Hi Thomas,

Do you have the answer to the question? I have the same challenge and would appreciate it if you could share the solution, if you have any. Thanks in advance

 

Best Regards

Rose

thomas_grzinger
Explorer
0 Kudos
Hy, unfortunately no one could answert this question.