cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Z-Prog from payroll run!!

Former Member
0 Kudos

Is it possible to call a custom developed payslip report in simulation mode of payroll run??

In the normal scenario, the PE51 form can be called from the logtree report after simulation run.

thanks

gunjan

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

It might be actually easier than that. Check the table T596F under the symbolic name XEDTxx whereas "xx" is the MOLGA of your country.

I hope that helps.

Regards

Stefan

Former Member
0 Kudos

>

> Plz reward points and close the thread

>

> regards

>

> gunjan

Former Member
0 Kudos

Definitely possible, although very hard and tricky and I and don't think I'd like to try it myself...

First you have to be aware that the remuneration program is triggered at the of the calculation, and not at the moment someone's clicking the 'Form' button.

At the moment of displaying the form, it's contents are retrieved from internal tables and printed to the screen.

The part that creates the form is the procedure 'GET_FORM' in the calculation program. You would have to change it to produce a custom form, and store it in memory. There you have access to all calculation data, so it's definitely possible.

Then you would have to change the behavior of the 'Form' button.

This is the procedure 'DISPLAY_LOG'. This procedure sounds like it would be responsible for some other things, so i would be carefull.

Hope this helps.