Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Using calculated simulation payroll result in report

Former Member
0 Likes
316

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

1 REPLY 1
Read only

Former Member
0 Likes
268

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.