IView Personalizations

Hello,
I made some Personalization changes to the Dev. Portal which worked fine , I then transported them to the QA Portal ,the changes are not visible there. I looked at the below thread:
http://forums.sdn.sap.com/thread.jspa?threadID=836417
So where can we change the User Language for Portal.
Also, when I manually tried to made the same Personalization Changes in QA Portal with Content Admin. , the changes are not getting reflected.
Any help would be highly Appreciated.

Hi
Please look at these links for handling transport packages with personalization:
[Exporting Personalization Data|http://help.sap.com/saphelp_nw70/helpdata/EN/e6/2cd4121a87405a90c91c09ec74cc8c/frameset.htm] and
[Creation of an EPA Archive for the Portal Export|http://help.sap.com/saphelp_nw70/helpdata/EN/cb/8a6b8d9048964db7c2e0721f4c42d5/frameset.htm] and [Iview Personalization Transport|http://forums.sdn.sap.com/thread.jspa?threadID=1617429]
Hope this helps!!
Best Regards
Vijay K

Similar Messages

  • Webdynpro for ABAP iView personalization not sticking?

    We are currently on EP7 and are having a very odd issue with ABAP Webdynpro iView personalization.
    For our Java Webdynpro iViews, we have used iView personalization quite a lot to change field labels, add text, change button text, etcc. all via portal content administration (ctrl+rightclick to make changes from iView preview). These changes would show as custom iView parameters settings on the Java Webdynpro iViews. Then we could put these iViews into our own portal packages and move them to other portals (QA, Production, etc).
    However, this is not working quite right with our ABAP Webdynpro iViews. We personalized an iView on our DEV portal. The personalization changes showed just fine for all users (ie. changes to input field labels). However, no new parameter settings show for the iView for the personalization. Also, after packaging, exporting and then importing the iView into the other portals (like moving from DEV to QA), the personalization is gone. We had to manually recreate this on the QA system. However, we do NOT want to do this on the production portal of course nor do we want this to be the method/solution going forward.
    So has anyone seen this? Is this some issue/difference between the ABAP and Java webdynpro iView templates?

    If it is WebDynPro ABAP iview, if you do the personalization, then your personalization is persisted in ABAP stack. You need to transport it in ABAP i.e R/3 development system to R/3 Quality system. Transporting only iview is not enough.
    Note : If you do the personalization for the ABAP iview, it will not be saved in the portal, it will be stored in the ABAP stack.
    Thanks
    Manoj K

  • IView Personalization (Web Dynpro Java) for Anonymous User

    Hello All,
    Is it possible for anonymous user to see iView personalization (Web Dynpro Java) when personalized by an administrator?  What I did was create new role and iView making available to anonymous user.  This work fine meaning I can view iView using URL http://<servername>:<port>/irj/portal/anonymous .  But the personalization I made to iView using administrator mode launching iView in preview mode and then using personalization dialog by choosing Ctrl and secondary mouse button to personalize is not showing.  Iu2019m currently on EP7 SP15 and using iView type Web Dynpro Java for the development component sap.com/tcsecumewdenduser application name LogonHelpApp.  
    Any help is very much appreciated.
    Many Thanks,
    Gary

    Hello Michael,
    Yes, the Web Dynpro  for Java Personalization is working perfect for non-anonymous users.  The issue is when I view same iView using anonymous URL http://<servername>:<port>/irj/portal/anonymous the personalization is not showing just defaults back to the original Web Dynpro Java application settings.  The iView that I created and personalized is the new Logon Help Dynpro Java application (LogonHelpApp).  Is there some permissions that restricts anonymous user to view personalization?
    Koti Reddy Iu2019m using the Web Dynpro for Java Administrator Personalization.  Here is the documentation [http://help.sap.com/saphelp_nw70/helpdata/en/42/ed3ce7f8593eebe10000000a1553f7/frameset.htm |http://help.sap.com/saphelp_nw70/helpdata/en/42/ed3ce7f8593eebe10000000a1553f7/frameset.htm ]
    Thank You for your help,
    Gary

  • Reading iview personalization language in Web Dynpro java

    HI
    How can i read Iview personalization language in webdynpro java netweaver 7 enviroement?
    WDWebContextAdapter.getWebContextAdapter().getRequestParameter("sap-locale") is deprecated it seems.
    regards
    PG

    Hi Pranav,
    In that case why dont you try to use the PCD API to access iView properties
    Check this link:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/314ae7a5-0c01-0010-c198-9c7c5e8cee46
    /people/daniel.wroblewski/blog/2006/08/15/pcd-ii-creating-portal-objects
    You would require following jars for accessing PCD data:
    com.sap.portal.usermanagementapi.jar,
    com.sap.portal.pcd.glserviceapi.jar,
    com.sap.portal.ivs.api_iview_api.jar
    This thread contains the links for accessig the PCD content properties. Please check this as well:
    iView Properties
    I hope this solves the issue.
    Thanks and Regards,
    Pravesh

  • Iview Personalization Error

    Hi Expert,
    We are having trouble in accessing iview personalization, normally when doing ctrl + right klik, the personalization screen would came up. Recently we had an issue with ume (we can not create new users) and we fixed it with applying sap note and upgrade the EA-HR component . However the personalization wont work now, it just showing a loading animation with endless looping. Can somebody help? Thanks in Advance.
    Best Regards

    Hi all, thanks for the reply so far. I've solved this problem with updating the EA-HR to the latest version along with other component.
    Best Regards

  • IView personalization example needed!

    Hi guys,
    I need an example of iview personalization. I know about the personalization of the pages and i can add iviews to it at the runtime.
    I tried using iview personalization for a SAP Webdynpro Iview and SAP Transaction iview as well, however the only option coming at the time of personalization is to change the logon language, how can i add more options to it.
    Or if someone can provide an example of iview personalization that would be really great. I do not want to edit portalapp.xml file right now. There must be some other options available.
    regards
    Justin

    Hi Justin,
    first: every WebDynpro iView has excactly one property that can be read by the WebDynpro application. All the parameters you want to send to your WD must be stored in this property. It's the property "Application Parameters". Your WD may need some values in here to change it's behaviour. The possible values depend on your specific WD application and may vary. Check the documentation of your WebDynpro application.
    Second: What exactly is your business case? What do you want the user to personalize?
    Third: As a complex work-around you may use PCD API from within your WD to change the properties of the WebDynpro iView. But I think you shouldn't do so.
    Fourth: It is NOT possible to make the standard properties of a WebDynpro iView personalizable by configuration. You'll need to change the portalapp.xml of the wrapped around portal application.
    HTH,
    Carsten
    P.S.: If you could post what your specific requirements are, maybe the community may have some more ideas.

  • BSP in EP6: How to provide/handle iView Personalization

    Hi,
    I have a custom BSP integrated into our EP6 portal and was wondering if there is a way to handle or allow the iView personalization dialog? Can a BSP personalized in the portal and if yes how?
    Thanks for any insight!
    Wolfgang

    check the check box "<b>Supports Portal Integration</b>" in the BSP application properties.
    in the BSP iview definition make sure
    <b>Show 'Personalize' Option</b> is set to yes.
    Regards
    Raja

  • Portal Runtime Error in WD iViews during iView personalization

    Hi,
    I am using SAP's MDM iViews with some custom webdynpro application iViews in my netweaver portal 7.0.  When I click on the personalize 'apply' button of any iView, the whole page gets refreshed. The standard SAP MDM iViews gets rendered without any problems.  But the custom webdynpro iViews throw portal runtime error as shown below:
    Portal Runtime Error
    An exception occurred while processing your request
    Exception id: 02:25_17/12/08_0106_18297950
    Can anybody throw some light on this?
    Regards,
    Yuvaraj SG

    Hi Yuvaraj,
    Assign the user super admin role and see if the page opens fine or not.
    If the page opens fine, remove the super admin role and check the permissions for the custom web dynpro applications.....
    and see if enduser check box is marked or not.
    And at the same time check the permissions of the content provided by SAP folder and your custom folder where you have similar roles or not.
    For this navigate to System Administration - Permissions - Portal Content
    For detailed analysis check nwa as suggested by Bala.
    Hope this helps.
    Cheers-
    Pramod

  • MSS iView Personalization

    Friends,
    We are not able to do Implicit Personalization for MSS iViews/Pages .When we open the iView in preview mode and set the property of a field to invisble mode then  click apply and OK the filed gets hidded.But when we open or refresh that iView the field appears again in that iview.So please help in resolving this issue.We are using EP7.0 SP09 with MSS BP1.0 and Self service components 600 SP09.
    Regards,
    Arun

    Arun,
    Although this is a portal related question,I suggest you to check whether the user which is used for personalisation has end user and super admin or not .
    Please post the questions in relevant forums
    Thanks
    Bala Duvvuri

  • IView personalization is not opening

    Hi,
    I have an iview which is created from PDK component and it has the following parameters in portalapp.xml:
            <property name="location" value="00084943"/>
            <property name="user" value="ep"/>
            <property name="status" value="valid"/>
            <property name="view" value="Basic">
              <property name="personalization" value="no-dialog"/>
              <property name="type" value="select[Basic,Basic_HR]"/>
            </property>
            <property name="start_pg" value="chart">
              <property name="personalization" value="no-dialog"/>
              <property name="type" value="select[chart,directory]"/>
            </property>
            <property name="rid" value="sap_role"/>
            <property name="domain" value="SAP_Test"/>
    In the iview prperties show tray is set to yes. But the iview tray is not visible when i open the corresponding workset which has only one page which has only one iview, this one.
    Please help me in this issue.
    Thanks and regards,
    Ramesh.

    Hi.
    I hope you have added the iview to a page, where in the page too you have set the show tray as "true".
    If these steps are done.
    You need to assign this role to your id in User Management :
    role name: Every User Core Role
    pcd path: pcd:portal_content/every_user/general/eu_core_role
    After this assignement, refresh your portal, you can see the "Personalize" in the Tray icon drop down.
    hope this will help you.
    Regards
    Kiran

  • Iview Personalization not reflecting

    Hello All,
    We are on SRM 7.0 and SRM 7.0 Portal,.
    We have a requirement to hide a TAB in POWL.
    I am using administrative access to hide the tab by going to the iview of the POWL , preview--> RIGHT CLICK +Contrl and then modifying the properties of the UI elements to make it invisible.
    This is reflecting fine for me, but when a end user logs in , they do not see the changes.
    Also while saving it asked me whether to create a transport Request for transport personalization , once I selected yes and it created the Transport Request (ABAP) and once I said no and the transport request was not created. In both the cases the changes were not reflecting to end user.
    Can you please explain why this is so? All replies will be highly appreciated.
    Thanks and Regards
    Pradeep Bhojak

    Nah!! still it is not working.
    I tried everyting
    1> dited the ivew and changed the settings in Preview
    2> Changed the iview settings /personalization from within role.
    3> Added super, content, system admin role and everyone group as "owner" and end user.
    Any more clues, Thinking of contacting SAP now.
    Pradeep

  • How can you add iview personalization to web dynpro iviews like URL iviews?

    In the URL iview editor you can define URL paramaters which are available for personalization by the user from the iview's "Personalize" option. 
    Can this also be done using web dynpro for java iviews? 
    Thanks for your help.
    Jeff

    Hi Jeff,
    You do have a personalization that can be defined from the user, for java webdympro iview. But is not the same as you have for URL iviews.
    Have a look on the links bellow:
    http://help.sap.com/saphelp_nw70/helpdata/en/42/ed3ce7f8593eebe10000000a1553f7/content.htm
    http://www.octavia.de/fileadmin/octavia_files/content_bilder/Hauptnavigation/SAP_NetWeaver/WebDynpro/Tutorial_1.pdf
    Please remember to evaluate the replays, this incentive the SDN to keep growing,
    regards,
    Fabio

  • Iview Personalization Transport

    Hi,
    I have personalized 'Time Accounts' and Leave requests Iviews to restrict "Deductible From & Deductible to" columns following the SAP Note 1243273. These changes are working fine in development system  but when i transport these changes to test system, the changes are not reflecting, the columns are not getting hidden.
    My requirement is  these columns should be hidden for all the end users.
    Could any one guide me in getting this, am i missing something in the transport, is there any other way of performing the personalization transport for these changes?
    Your answer are much appreciated.
    Thanks,
    Sandhya

    Hi Pramod,
    Not sure if am following the correct procedure to hide these. I navigated to the Working Time and Time Accounts pages under the role--> Clicked on Preview -> Ctrl+Right Click on the required UI elements--hide the columns by selecting invisible option and aplly the changes. These changes are visible in dev system.
    I have created a standard transport package and added the role to the transport and moved to test system, but the changes are not visible.
    COuld you please suggest if the procedure to hide these and transporting is diffrent from what i have done.
    Thanks & regards,
    Sandhya

  • IView Personalize Screen Drop Down Width

    Hello,
    Any idea on how to control the width of the select/drop down list box when usiing the SAP provided personalization screen in an iView?  When an end user goes to personalize the iView, the select box is too small to see the values. 
    My portalapp.xml property looks like this:
    <property name="searchType" value="Team Peers">
        <property name="personalization" value="dialog"/>
        <property name="type" value="select[Direct Reports,Team Peers]"/>
        <property name="description" value="PERSONALIZE_SCREEN_SEARCH" />
    </property>               
    The only way I have seen to control the width is to create a string property and then by setting the value you can set the width of the second column.  My problem is that I don't want the user to have a string input field, they need to select from a drop down.
    I am trying to avoid writing my own personalization screen, because this is a very simple iView.
    Any ideas?
    Thanks in advance,
    Sean

    Hi Sean Coverstone,
    I am not sure whether I understood your question clearly.
    My Assumption is that you want to control the dropdown list box size in your personalization dialog box.
    Create a class called MyPersonalization under com/test/personalization/.
    Create your own GUI part here.Use layouts for controlling the width and height.
    Enter something like this in your portalapp.xml.
    <component-profile> 
       <property name="PersonalizationClass" value="com.test.personalization.MyPersonalization"/>
    </component-profile>
    Now you can set dropdown list box widh like this..
    ivuList.setWidth("200");
    Hope it helps.
    Regards,
    Karthick K Eswaran

  • Transporting Iview personalization

    Hi,
    I have done some personalization of an Iview in Content administration (Dev Client)...By right clicking  and making one field read only. Once I save I get message that
    Administrator personalization FITV_FPM_EXPENSES 00 saved successfully.
    In Dev other users who tested they see this field as read only.
    Now how to transport this personalization to the Quality and subsequently to the production system?
    I am using the System administartion > Export and add the iview  and Export...download the file in EPA format and Import in the QEC client. But this is not giving me the result.
    Please advice.
    Thank You!

    A bit of additional information-- The iView that i have done Implicit personalization on is not a Webdypro Ivie ...it is a normal iView.
    So is it possible to transport the implicit personalization using normal iView.  The document below mentions that it will not.
    So any suggestion  how can i transport?
    https://wiki.sdn.sap.com/wiki/pages/viewpage.action?spaceKey=profile&title=ESSPersonalInformationUIenhancementwithoutmodification&decorator=printable

Maybe you are looking for

  • To Import Chapter ID

    Hi Experts,                   What is the procedure or template nameto import Chapter Id through DTW . Thanks and Regards      Piyush

  • Too many anchor point when brushes expand in CS6

    I have recently upgraded to CS6 from CS2. I do a lot of digital inking in Illustrator as part of my job. In CS2 I would create a simple tapered brush using 4 anchor points. When I would draw a brush stroke say with two anchor points, and then expand

  • CS5 11.02 patch failed.

    Hello, My copy of Fireworks shows it is build 11.01.7. So, I downloaded the windows patch as indicated at the head of this forum.  Oddly, despite the download for Windows saying it is around 16mb in size, the actual download size is the same as that

  • Concurrent access to a static variable

    I think that I need a static lock to protect a static variable. However, the code below seems to be running fine on a 24-CPU machine. public class test { public static void main(String[] args)   new Thread(new myclass()).start();   new Thread(new myc

  • 30 minute video tutorial on iPhone 3G

    I started to watch this the other day from Apple's web site but now can't find it. The instructor is Apple's Bob Borchers. Anyone know where I can find it?