cancel
Showing results for 
Search instead for 
Did you mean: 

IT0001 Screen modification depending on Employee subgroup

Former Member
0 Kudos

Hi everyone.

My task is to make available data input, by users, in IT0001 in "Cost center" field only when "Employee subgroup" is XX, during exact "Personnel Actions" (PA40).

in abap it looks: SCREEN-INPUT = 1. MODIFY SCREEN.

Is there any issue when I can do adjustments, and it will not be necessary to modify standart SAP programms?

regards.

Anton.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks a lot, problem is solved now.

Former Member
0 Kudos

Anton,

Use user exit PBAS0001 or BADI HRPAD00INFTY & default the cost center during creation if infotype for that emp grp or subgrp as per ur requirement.

Reward if useful.

Regards,

Darshan

suresh_datti
Active Contributor
0 Kudos

You can try to do this with a combination of maintaining the feature P0001 in PE03 & the Variable Key option in V_T588M for MP000100.

~Suresh