Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!
PAY: How to determine in the Payroll Formula if a specific element is getting processed?
1. There is 1 element entry (ELE1) against the Employee. This element calls the formula FF1.
2. FF1 passes indirect result to 3 elements (ELE2, ELE3 and ELE4). These elements are indirect results only.
3. ELE2, ELE3 and ELE4 all calls the same formula FF2
4. In FF2, we need to write a logic saying
if ELE2 is getting processed, do X;
if ELE3 is getting processed, do Y;
if ELE4 is getting processed, do Z;
How can we determine if ELE2 or ELE3 or ELE4 is getting processed. From input values of ELE2, 3 and 4 we can not detremine.
Appreciate your help.