cancel
Showing results for 
Search instead for 
Did you mean: 

authorisation for wage type for infotype pa0014

Former Member
0 Kudos

Hi Experts,

I am new in ABAP HR.

Can you pls tell me that how to check authorisation for wage types in infotype pa0014 for a user.

my requirement is Only show wage types for which the user has authorisation.

Thanks

Roli

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member209703
Active Contributor
0 Kudos

Hi.

Since the Wage Type field in IT0014 is also the subtype you can use the authority object P_ORGIN to restrict this field.

Contact your Basis Team on how to do that.

Regards

Former Member
0 Kudos

Thanks for the reply. But I want to check this inside my code.

my requirement is in ALV Only show details for wage types for which the user has authorisation

Edited by: rolisingh on Sep 26, 2011 2:19 PM

Former Member
0 Kudos

check this tread

and use this AUTHORITY-CHECK in your code to filter wage types before ALV.

take care

Çağatay

former_member209703
Active Contributor
0 Kudos

In this case, you'll need to create your own authority object for the field LGART and assign the corresponding user roles and profiles, so in your code you'll be able to use AUTHORITY-CHECK to check whether the user has the rigth to see that wage type or not.

Regards