cancel
Showing results for 
Search instead for 
Did you mean: 

Payroll : Issue with the program RPCALCK0

Former Member
0 Kudos

Hi Gurus,

Problem: the program RPCALCK0 with the Third Party Schema 7500 is failing when an employee is rejected.  Our requirement is that this program should reject the incorrect employee's) but continue processing for all other employees in that run. Has anyone ever faced this issue, please suggest.

 

As per our Analysis:

-> When we run the 3PR for three employees (out of which one employee is getting error), we did not get the Temse files. But in the log we observed that the run was successful for 2 employees and unsuccessful for 1 employee.

 

In 3PR schema 7500, we have logic in such a way that if any one employee gets rejected, the program will not generate the Temse files.

 

We tried by changing the logic in such a way that even if there are any rejected employees, the program should create the temse files. But the change was not successful. Because the Function REMWR is used for creating the Temse files. This standard function REMWR internally checks whether there are any rejected employees, if any it will not create the temse files.

This is the standard SAP behavior , has anyone faced this issue earlier.

Thanks,

Vineeth

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The function REMWR writes the results of function REMIT to the respective tables in a TemSe file. This is only performed at the end of the evalaution schema processing.

This function should only be used in evaluation schema X500 (according to the respective country). Since it is not carried out for each personnel number but at the end of the selection procedure.

Check this and also are you getting some error in that. If yes then let us know, else try to debug the funtion with the help of abaper.

Edited by: praveen.hcm on May 10, 2011 6:12 PM