Application Development 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: 

Security in PC00_M32_CALC

Former Member
0 Kudos

Hi

In PC00_M32_CALC tx, how can do to restrict for pay roll area the calculation process?

2 REPLIES 2

former_member74904
Contributor
0 Kudos

I think the easiest way to do this, is to create a custom transaction including a variant with the payroll area specified. as there is not really an authorization object where you can restrict access to a certain payroll area. (only the payroll control record object comes to mind, but is useless in your case)

if the restriction on payroll area consists of only one value, the custom transaction is a good idea. because if not, you will have to make a different transaction for every payroll area you want to allow to be executed.

0 Kudos

Thanks a lot!