cancel
Showing results for 
Search instead for 
Did you mean: 

Require PCR logic to identify whether an employee has transferred from Company code A to Company B

mastan_shaik1
Participant
0 Kudos

Dear Experts,

How does system identify whether the Emp is transferred from company code A to B while processing payroll?

Kindly provide the logic to nullify the wage type LRT value if Emp transferred from company code A to B in the current month payroll.

Highly appreciate for earliest reply.

--

Thanksℜgards,

Mastan Shaik

Accepted Solutions (1)

Accepted Solutions (1)

former_member193210
Active Contributor

In current Pay, create an Information WT and a Temporary Variable that will identify Current Company Code. Example: If company A, AMT=1 ADDWT 900A ADDWT&900A, and if company B, AMT=1 ADDWT 900B. Make sure that these Information WTs are in RT and will be read when processing LRT.

When processing LRT for WT 900A, check if Temporary Variable 900A exists. If it does not, then the employee has changed Company Code. When processing LRT for WT 900B, check if Temporary Variable 900B exists. If it does not, then the employee has changed Company Code.

Answers (0)