cancel
Showing results for 
Search instead for 
Did you mean: 

Educational Details in ESS

Former Member
0 Kudos

Hi all,

I have enhanced the educational infotype in Personal info page of ESS.

Now in the detail page I am getting the screen like below :

Here the certificate, branch of study etc are showing as the number and not the text. How can I change it to the texts..??

Regards,

Namsheed.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

There should be conversion class like CL_HRPA_UI_CONVERT_0022_XX which would be getting invoked,  you have to extend this class or enhcnce the FILL_HELP_VALUES method and add F4 help to ur dropdowns etc. Have a look at this method and degug it, you will understand it.

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

but are these standard fields? what is the datatype of these? Can you check ?

Former Member
0 Kudos

You have to handle the F4 help from the conversion class, there you have a method for F4 help.

You have to implement ur logic there.

Former Member
0 Kudos

Can u elaborate little more. I have added the infotype using the below link. Where I need to use what logic.

Also customer wants to see the educational detail as display only. Not editable.

Thanks,

Namsheed