cancel
Showing results for 
Search instead for 
Did you mean: 

Adding WDA iview to Compensation Information

Former Member
0 Kudos

HI All

I would like to add a Web Dynpro ABAP iview to the standard Compensation information page in ECM, MSS.

I would like to be able to retrieve the selected employee PERNR.

From from I have read i need to create a resource in SPRO.

Could someone pls show me how to create the resource and what should be included in the ROLES:// statement.

What else do I need to be able to retrieve the PERNR?

Thanks in advance

Anton Kruse

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Refer:

http://wiki.sdn.sap.com/wiki/display/profile/How-toaddacustomWebDynproiViewtotheMSSEmployeeProfile(ECC+6.0)

Same Wiki helped me earlier to resolve similar query

Former Member
0 Kudos

HI Saurabh

Your link only refer's to adding java iviews.

I need to be able to add an ABAP iview.

Thanks

Answers (1)

Answers (1)

anand_govardhan
Active Participant
0 Kudos

Hi,

You have to customize Homepage Framework. I'm assuming that you have idea about Homepage framework.

1.First create Iview for your WD ABAP application.

2.Copy the PCD location.

Now You have to customize Homepage Framework inorder to display your iview in compensation profile.

Create new Resource for your iview

URL of PCD Page: Give pcd location.

In ROLES:// statement. Give your pcd location of the iview.


e.g: If you Pcd location is pcd:portal_content/folder/...../iview

Then give ROLES://portal_content/folder/...../iview

Create new service and assign the resource to the service.

Now you can assign this service to subarea as per your requirement. And assign subarea to area page of compensation.

Let me know if you face any issue.

Regards,

Anand G

Former Member
0 Kudos

Anand I believe he does not refer to ESS overview page.

He needs an additional iview in Compensation Information page under general information section for employees in MSS.

anand_govardhan
Active Participant
0 Kudos

Sorry, guess I misinterpreted and gave these steps since he asked about creating resource in SPRO.

Regards,

Anand G