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: 

Wage Type restriction

Former Member
0 Kudos

Dear Expert!

We have some exclusive requirement from HR which he want to restrict by the wage types instead of infotype, for eg:

Additional Payment ( Infotype = 15 )

9220 = Ticket ..............................User can Maintain

9230 = Housing Allowence ........only Payrol Admin

9280 = Other Payments..............User can display not maintain

9285 = Ramadan Bonus.............Only Payroll Admin

Please specify how can we restrict by wages types.

Regards

Anwer Waseem

SAP NetWeaver Basis

2 REPLIES 2

Former Member
0 Kudos

Dear,

Use the P_ORGIN authorization object field named SUBTY for restricting the Wage type (Subtype) for the info type - 15

Example

Authorization level D, R, M, W, S.... AUTHC

Infotype 15 INFTY

Personnel Area PERSA

Employee Group 1, 2, 7, 9 PERSG

Employee Subgroup * PERSK

Subtype 9220 SUBTY

Organizational Key * VDSK1

Regards,

Shrinivasan. KV

Former Member
0 Kudos

Dear Expert!

We solved already by the helpf of authorization trace and restricted by the subtype.

However, we are assigning points to the participant.

Regards