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!
Element skip rule is skipping the element during payroll process but the message is not displayed
We created a skip rule to skip the element 'E2' when another payroll element 'E1' is not processed.
The rule is working as expected when we run the payroll process, but the skip rule message is not displayed.
Below is the skip rule that we are using.
IF E1_ASG_GRE_RUN = 0 THEN /* E1 is not processed */
(
SKIP_FLAG = 'Y'
mesg = 'Skipping E2 Element because E1 is not processed'
RETURN mesg, SKIP_FLAG
)