‎2009 Jun 09 10:24 AM
Does anybody know if it is possible to run a simulation payroll from a ABAP program and use the claculated data to create a custom report??
Normal payroll proces fill cluster data but how can this be done from ABAP?
Grtz Richard
‎2009 Jun 09 10:53 AM
Hi,
It is not possible to store the values that are resulted through the simulation payroll run.
One alternative could be we need to customize the rpcalcg0 and need to check, where ever the test run check box is being checked , there we need to get the data and store into our required tables.
In this way we can get the data , which will be used for further calculations.