cancel
Showing results for 
Search instead for 
Did you mean: 

Applications of ESS

Former Member
0 Kudos

Good Morning.

Can anyone help me with the following issue:

We have employee in several country(Country A and Country B).

For the Country is necessary use Travel and Expenses , but for the country B not.

In the copy of role of ESS in the portal I deleted the workset for Travel and Expenses for the role that I use for the country A.

The problem is that in the Area Page appear the Travel and Expenses. In the customizing (T.code PTARQ) I don't know how hide this area page for the country B and not for the country A.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

two options:

(1) you create two overview area group pages in the backend: ZAreaA and ZAreaB. ZAreaB does not contain the service link to Travel and Expenses

in roleA you configure the iView "Overview" to point to ZAreaA

in roleB you configure the iView "Overview" to point to ZAreaB

(2) use proxy class which is capable of hiding the link to travel management to users from country B.

you do not need to create separate roles or area pages in this case.

/people/amir.madani/blog/2007/01/05/create-dynamic-xss-homepages-with-static-services-using-a-simple-proxy-class

good luck!

Tiberiu

Former Member
0 Kudos

Hi Tiberiu.

I can not open the blog.

Can help me.

Regards

Former Member
0 Kudos

go to sdn.sap.com and search for blog

"Create Dynamic XSS Homepages with Static Services Using a Simple Proxy Class"

Former Member
0 Kudos

Hi Tiberiu.

But this hide services.

I need hide the Area Page Travel.

How can do this?

Regards

Former Member
0 Kudos

if you want to hide the entire Area Page, use option 1 then.

Former Member
0 Kudos

Hhi Tiberiu.

But is posible use proxy class for hide area page?

Regards

Former Member
0 Kudos

you can use proxy class to hide service links only (like the links to enter expenses). if you want to hide an entire area page, then proxy classes cannot be used.

T.

Former Member
0 Kudos

Juan,

You need to do an implicit enhancement in this Fm HRXSS_SER_GETMENUDATA to hide the area for a particular country

Thanks

Bala Duvvuri

Former Member
0 Kudos

Thank Bala Duvvuri.

I solved the issue with you suggestion.

How can give you points when the post has been closed.

Regards

Answers (1)

Answers (1)

stuart_campbell
Active Contributor
0 Kudos

To customize Area Page content you normally need to use Homepage Framework IMG

See IMG node on Homepage Framework - maybe this will help

Best wishes

Stuart