cancel
Showing results for 
Search instead for 
Did you mean: 

How to set up sap personalization par...?

Former Member
0 Kudos
100

Hi, I downloaded the SAP personalization sample par from:

<b>https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/a-c/custom personalization dialogs</b> I'm just trying to figure out how to run it. Here are the steps that I've done:

1. Create new Portal Application Project from scratch

2. Then, I plugged source code of output.java and selectionScreen.java into my scr.api folder.

3. I changed the portalapp.xml file to:

<b><?xml version="1.0" encoding="utf-8"?>

<property name="startup" value="true"/>

<property name="SharingReference" value="htmlb"/>

<components>

<component name="default">

<component-config>

<property name="ClassName" value="output"/>

<property name="SecurityZone" value="com.sap.portal.pdk/low_safety"/>

</component-config>

<component-profile>

<property name="PersonalizationClass" value="selectionScreen"/>

<property name="selectedval" value=""/>

<property name="personalization" value="no-dialog"/>

</component-profile>

</component>

</components>

<services/>

</b>

4. Everything compiled and I exported par file to my portal EP 6.0

5. On Portal, I went to the 'Code Inspector', clicked on my project --> Then clicked on 'Start' and a window pops up displaying only "Here are your selections".

Am I doing something wrong, is there something extra I have to add? I'm a novice in all this so any details, helpful hints or code is greatly appreciated!

Thanks a great deal,

Baggett

View Entire Topic
Former Member
0 Kudos

Hi Baggett,

You have to create an iView pointing to <b>SelectionScreen</b> and then you have to put it on a page for personalization work. After you put the iView on the page, Click on icon on the top right corner of the iview tray and personalize your iview.

prakash