cancel
Showing results for 
Search instead for 
Did you mean: 

ESS Services Overview iView

Former Member
0 Kudos

Hi All,

I have a situation in which I have to give 1 more service(My learning) to few employees. so basically few employee should have this extra service in their Overview page in ESS role and other should have all the services except this one.

Any Input will be appreciated and awarded points if the answer is satisfactory.

Cheers

Joe

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Joe,

Jump over to the ESS forum and search for "Proxy Class". This might be what you are looking for, providing there is a way to programatically determine which users should see the learning option.

Otherwise, it would probably require a second ESS portal role with a different ESS Homepage configuration that contained the additional service linked to it.....

Answers (1)

Answers (1)

javed_shaikh
Active Contributor
0 Kudos

ALl you have to do is to createe a proxy class,

create a group of the seperate employees or add some identifier to them in the infotype on the basis of which you can indentify them and validate them.

Create a new Service & resource in the SPRO for including this new application.

Now write a validation in the proxy class for these employees for this service to be visible when

employee = validated and invisible if employee = not validated.

how to create a proxy class is you have to goto SE24 and create a proxy class, take help of the abaper

once class is ready refer it in your Service in SPRO, whne you create a service in SPRo there is an option to enter the name of the proxy class, enter the same name

now whenever this service is loaded it will read the validation in the proxy class and will be enable disable or visible invisible according to the code.

Cheers!!

SJ.