on 2005 Jul 27 10:00 PM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Baggett,
I want to try this, but am unable to download the .par on the site..could you please email the zip?
sapmails@gmail.com
Thanks.
Note: Have you looked google's new personalized Home page?
You can access it here: http://www.google.com/ig.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
73 | |
30 | |
8 | |
8 | |
7 | |
6 | |
6 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.