cancel
Showing results for 
Search instead for 
Did you mean: 

Debug Payroll Schema, How to?

former_member194832
Participant
0 Kudos

Dear Experts,

I want to debug within any specific parts of my existing payroll schema, as I can trace out the values of within PCRs or tables.

Could you please tell me the process to set "Debug Points" on my "Payroll Schema"?

Thanks & Regards,

Razesh Dey

Accepted Solutions (1)

Accepted Solutions (1)

sikindar_a
Active Contributor
0 Kudos
former_member194832
Participant
0 Kudos

Dear Sikindar,

Thank you very much for your quick & resourceful response. Actually my problem was I could not set Debug Points within any specified location of  schema. Now it's done.

Regards,

Razesh Dey.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Please have a look at the Wiki shared by the Sikindar , it is very helpful

Other way to debug the issue is go to system and click on status and click on program i.e payroll program and select the particular inculde and keep a break point inside the inculde program and run the payroll.

e. g If you in indian payroll you want to know an Ee PF calc then go to SE38 HINCALCO and click on inculde pcepfin0.         " Provident fund contributions and gothrough the lines of code and understand the logic and you can keep break point at the req line and simulate the payroll.

The payroll simulation will come and stop at the particular function.

Hope this is will help.

Best Regards

Venkata Manikanth

former_member194832
Participant
0 Kudos

Dear Manikanth,

Thank you very much .

Regards,

Razesh Dey

Former Member
0 Kudos

Dear Razesh,

Use Break Function in your schema, where you would like to raise a break for debug.

Thanks n all the best.