cancel
Showing results for 
Search instead for 
Did you mean: 

how to change employee information in the MSS Talent Profile application

Former Member
0 Kudos

we are using the MSS iview talent profile. On the overview page of this iview, on the left side, there is employee informattion displayed (org assignment, successor for... ). we have a requirement to modify the way the position is calculated.

how can we do that? is there a badi that allows for modification of the org assignment fields?

Thanks,

Tiberiu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

>

> we are using the MSS iview talent profile. On the overview page of this iview, on the left side, there is employee informattion displayed (org assignment, successor for... ). we have a requirement to modify the way the position is calculated.

> how can we do that? is there a badi that allows for modification of the org assignment fields?

>

> Thanks,

> Tiberiu

hi tiberiu, there is a way yes...

Step1: create you custom field

in spro navigate to talent management -> basic settigns -> adjusting the user interface -> configurations for data retreival -> extend field selection - > add fields to selection field catagory ->

here you will see SAP_POSITION - the last column reports to the badi. The badis for each field are also in the same spro sub-menu.

create a zsap_position column by copying the standard one. You than replace the "Position" badi with your own BADI.

step2: add the field to the view:

in spro navigate to talent management -> basic settigns -> adjusting the user interface -> configurations for data retreival -> create configuration with field groups.

here copy a view and make a Z view. in your z view you can remove the SAP_POSITION column and add your Z column.

than in same spro sub-menu, experiment with your new view by telling it where in the various user interfaces it should be used. Place the name of your view as the parameter value in

assign configuration to user interface

solution solved!

Answers (0)