Personalization option for Standard Webdynpro ABAP iView

Hello Experts,
We are stuck with an issue on personalizing a Webdynpro ABAP application.  Personalization option is available for Webdynpro Java iViews, when we preview the iView from the Administrator's login and do a Control + Right click.  This will provide a dialog box where we can personalize the iView.  We can do personalization on the existing fields (hiding the fields, changing the text etc).  But this is not happening with Webdynpro ABAP iView. 
Scenario:
We have a Standard Webdynpro ABAP iView which has 3 rows of links (Row1 - 5 links, Row2 - 2 links and Row3 - 2 links).  The client wants only one link in Row1, one link in Row2 and one in Row3.  I tried hiding the other links through Personalization.  It is not working as am able to see the changes only with the Admin ID.  When I assign this iView to a different user and tried viewing the iView its showing all the links. 
But the strange thing is that, if I hide the complete row (eg. Row2 both the links are hidden),  then am able to see the complete row being hidden with both the Admin ID and also the end user's ID.  So not sure where am I missing.
Please refer the link for the Personalization option available for Webdynpro ABAP iView.
[http://help.sap.com/saphelp_nw04s/helpdata/en/46/98ce61f37d19ace10000000a11466f/frameset.htm|http://help.sap.com/saphelp_nw04s/helpdata/en/46/98ce61f37d19ace10000000a11466f/frameset.htm]
Any help in this regard will be greatly appreciated.  Thanks in advance.
Cheers
Madhu

Hi Volker,
   Thanks for your reply.
   I think, I have set the properties of the iView right. I have tried with all the options for the property "Launch in new window" property of the iView but it didn't work.
   "By home page framework" I mean that the link of the iView in portal has been created using the "Home page framework" i.e. from "SPRO" transaction in the backend.
   Please let me know if you need any other input from me.
Regards
Mukesh

Similar Messages

  • WebDynpro ABAP iView not opening in new window

    Hi,
       I have created an iView for a WebDynpro ABAP application and I am having a link in a home page from where the iView should open in a new page. I have set the properties "Launch in new Window" and "Show open in new window option" of the iView but still it doesn't open up in a new window.
        Can someone suggest me what's going wrong?
        Will reward points for helpful answer.
    Regards
    Mukesh

    Hi Volker,
       Thanks for your reply.
       I think, I have set the properties of the iView right. I have tried with all the options for the property "Launch in new window" property of the iView but it didn't work.
       "By home page framework" I mean that the link of the iView in portal has been created using the "Home page framework" i.e. from "SPRO" transaction in the backend.
       Please let me know if you need any other input from me.
    Regards
    Mukesh

  • WebDynPro ABAP iView not picking Portal Theme stylesheet

    Hi,
    We are facing issues in integrating the WebDynPro ABAP application in Portal . The WebDynPro ABAP iView is not picking the portal theme. It is picking its actual color.
    We are in EP 6 SP 14.
    Can anyone let me know what can be the reasons.
    Best Regards
    Sid

    Hello,
    for the web dynpro for abap application you can create a application configuration. To create the configuration
    right click on the application -> create/Change Configuration -> and once you create the configuration, it will open up in browser and you can see 2 tabs structure and parameters
    In parameters tab you will find an option Force Use of External StyleSheet check the box and save the configuration. Once done with this process.
    Go to the iView Properties of the applications and set the application configuration name and it would take the Portal Theme.
    hope this helps.
    Pramod
    reward points if helpful.

  • How to make default personalization options for users

    Hi all,
    How can I make default personalization options for users, so that those will the default options when the user opens the portal BSP applications. Those will be the standard, at later point of time if they want they can personlalize some other fields, but earlier fields will be the default fields and user cant be able to change them.
    Thanks
    Murthy

    Hi Murthy,
    If you use IMG (crmc_blueprint_c) to customize PCUI appl than you can use the personalization feature. If you select 'Not in List' in the IMG for the field in the fieldgroup structure, than this field by default will not be viewable in the List View and will not be checked as 'Visible' in the Personilzation link. So by not selecting 'Not in List' you are giving that field to be viewable and all other fields are available for users to personalize by default.
    If you have maintained the 'List View' using the CRM Designer, than most likely you would lose the above feature, as SAP Standard code considers the CRM Designer as high level of customization.
    Thanks
    Harsh

  • Modification in standard webdynpro abap application

    Hi
    In my portal for some of my ESS applications are used in webdynpro abap for example travel expense and travel request now i have a requirement like i have to make the create travel expense button disable based on the condition llike i only he has to click create travel expense after creating travel request .So can anybody let us know how to do modofications in the standard webdynpro abap application.
    Thanks in advance.

    Hi
    For making changes in the standard web dynpro compoenent, you need to create and implement enhancement.
    For this you can find many links in SDN  on how to create enhancement.
    Now coming to your specific requirement.
    Here what you can do is open the standard component.
    1. press ctrl +F4, It will open a popup there give some name to your enhancement.and desicrption . then press Enter.
         Assign it to teh package you want.
    2. Go to the view where you want to disable the button, There go to the layout and find the ID of the button. say it is 'BTN'.
    3. Now go to methods tab, scroll right and selct post exit method of wddomodifyview emthod.
    4. there write the code with the condition you want.
    if  flag  eq 'yes'.
    data  lv_btn type ref to cl_wd_button.
    lv_btn ?= view->get_element( 'BTN' ).
    lv_btn->set_enabled( abap_false ).
    endif.
    5. one last thing is you can create a attribute named flag of type string and set its value to 'yes' when you want the button to enable.
    Thanks
    Sarbjeet Singh

  • WebDynPro ABAP iView Flickering

    Hello Everyone,
    This one is weird. I have WebDynPro ABAP iViews created in the portal which rendered fine. But suddenly, the iViews started behaving weirdly - they started flickering, as though the iView is being refreshed again and again so the display never finishes rendering anything. If I put on my headphones, I can hear the tap sound which you hear when you hit "Refresh/F5" on IE. This means for some reason, the iView is automatically refreshed and I don't know why.
    If I go to the WebDynPro App URL directly, everything seems to work fine. Also, I created a fresh new iView just to see if my old iViews are messed up, but the new one also flickers.
    Did anyone see this? Any suggestions what could have gone wrong between the Portal and the WD app?
    Any help is appreciated!
    Thanks,
    Kiran

    Here's the URL
    http://<portal>:<port>/irj/servlet/prt/portal/prtmode/preview/prtroot/pcd!3aportal_content!2fcom.<company>!2fContent!2f<project>!2fGS!2fiViews!2ftest?sap-config-mode=true
    We wondered if the iView started falling apart after some strange logic was added to our WebDynPro ABAP code, so to test this we created a very simple app just displaying a 'hello' message. Even this app fails when an iVIew is created and previewed. The app works fine run directly on se80.
    There should be some thing wrong with the portal itself.
    Thanks,
    Kiran

  • Webdynpro ABAP iView Blank Page

    Hi All
    I have created Webdynpro ABAP iView in the Portals  by giving following parameters
    1) System
    2) application name :
    3) Name space :
    While previewing i am not getting any erros or even i m not expected output also,
    Anyone could pls  you tell what is going wrong.
    How can i check at backend for that application.
    Note: I am new to Webdynpro for ABAP.
    Help will be appreciated.
    Thx & Rgds
    -AW

    I have created Webdynpro ABAP iView in the Portals by giving following parameters
    1) System
    2) application name :
    3) Name space :
    what are the values you have given ??? namespace should be SAP.
    ensure that your webdynpro ABAP application works fine. Goto se80-> select Web Dynpro Comp. /intf. and type in you webDynpro COMPONENT name here PRESS Enter key.
    you need to know the webdynpro component that this Application is supposed to execute to test it in ABAP work bench.
    Greetings
    Prashant

  • WebDynPro ABAP iViews not picking the portal look and feel

    Hi,
    In our case , WebDynPro ABAP iViews not picking the portal look and feel.
    Is there any way to provide the custom developed portal theme link or css file to the WebDynPro application.
    Can it be done programmatically in the WD ABAP application.
    Best Regards
    Sid

    Look at the below link, it will answer your question:
    Re: EP 7 Portal stylesheet with WD ABAP
    Raja T

  • Issue in calling WebDynpro ABAP iView in UWL

    Hi,
    We have configured UWL to our ECC system successfully.
    In our UWL for a task TS90105432, when the users click on work item in their UWL Inbox, initially UWL launches a standard page in new window. On this page users can see a link u201CNote for Approval Processu201D, when they have to click on this link a web dynpro page needs to launch in new window. But when users click on Note for Approval Process link no action has been triggering / taken place and no error message.
    Actually we have created a web dynpro ABAP iView for the TS90105432 - Note for Approval Process in Portal.
    Through content admin we can see the preview of Note for Approval Process WDABAP iView. But the problem is not able to call this iView when the users click on Note for Approval Process in UWL.
    Shall we need to set any Visualization parameters in SWFVISU? Can you please share your iViews on how we can call this WDABAP iView in UWL
    Thanks
    Phani

    Hi,
    There are plenty of instructions & discussions about how to launch Web Dynpro ABAP applications from UWL. Just do some searching.
    For example you could start with this document:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20f4843e-314f-2a10-2a88-8c4afa20dda6
    After you know the basics, you could ask help for specific steps or something that you don't understand.
    Regards,
    Karri

  • Anonymous user Unbale to access an WebDynpro ABAP iView

    Hi,
    I have developed an application using webdynpro ABAP and integrated that into portal.
    For this webdynpro application i have to create an iview, assigned it to a page, assigned this page to a custom role. I also set Authentication to anonymous for the page and iView. Assinged the custom role created to anonymous Group.
    But while running it i am getting an error "An exception occurred while processing your request. Send the exception ID to your portal administrator. Exception ID 04:55_25/10/11_0047_14739050"
    When I checked the log, it shows the error as "Deprecated scope of type SERVERSESSION_AT_LEAST_ONE_APP_SCOPE is used! Please replace the usage of scopes with new
    mechanism based on "Cross application session communication API".
    I also checked the note 1031159 and changed the configurations accordingly but getting the same above error.
    I am on EP7.3 version.
    Please guide me to move further successfully in showing the webdynbpro abap applicaiton to anonymous user.
    Thank you.

    Hi,
    I'm also working on EP7.3 and R3 WD4A integration. But I just can't find any WD for ABAP from whithin EP7.3 wizard.
    I tried to create the WD4A iview by right-clicking a PCD folder and then "New"->"iView"->"iView from remote source" to get a search screen. I choose a system alias (point to bk web as), use "*" as application id, and pick "WebDynpro for ABAP" as the application type.
    However, I always got "Nothing found. Change your search criteria."
    I did do some activation work on backend R3 SICF setting. I'm able to directly access  web dynpro via http://mywebas.domain:8000/sap/bc/webdynpro/mywd.... 
    If you're using the same scenario, please let me know anything I missed or any other special setting.
    Thanks

  • WebDynpro ABAP iView

    Hello experts.. we are creating several iViews for our portal, all these iViews are from WebDynpro, some of them WebDynpro for Java and some others are WebDynpro for ABAP.
    I have successfully created all the WebDynpro Java iViews.
    Now I need to create the WD Abap iViews for the portal but I'm having some dificulties... first of all, I need the WD Abap iViews to connect the same way the Java ones.. this means the same user/password -WD Java uses- without asking for authentication... in Java we don't have that problem because the connection is handled by te JCo, but now I don't know how to set this up for their ABAP counterpart. Is it possible? to launch the WDA application without asking to logon, and to use in this case the same user we're using with the WD for Java -the one of the JCo-?
    The other problem I'm having is when testing the WDA iView, so far I manually type username and password but I'm getting the following error.
    Please check the protocol and host entries for system 'DESARROLLO_ECC'..
    We're connecting to ECC 6.0, which parameters do I need to set up in order to get it right?
    Any guidance or comments will be welcome.
    Thanks in advance..
    JV

    Hi Valencia,
    You will have to configure single sign on (SSO) between the portal system and the system on which you have hosted the WDA applications. This will remove the authentication issue.
    w.r.t the error you facing...do check if the WDA system is reachable from the system where ur trying to access the application, when I say reachable try to ping the WDA system
    Thanks,
    GLM

  • Customize Webdynpro ABAP iViews (EhP2)

    Hi All
    From EhP2, SAP is providing ESS business package in webdynpro ABAP. I am about to customize the iViews like hiding some columns, input fields etc. I am able to do it through personalization, but I want it to reflect to all users. So far in Webdynpro Java ESS iViews, we could use Ctrl+right click to do this kind of customization locally, but this is not working with WDA ESS iViews. It would be great if any of you could provide me with some information on this.
    Thanks, Raj

    Hi Babu
    Since you have said ECC5, I guess the ESS should be based on Java iViews and control + right click should work. I was in teh ECC6.0 EPh2 and it was ABAP iViews and to customize it you have to follow the procedure as I have said. let me know if anyting.
    If you are using Java iViews, and ctrl + right click does not work, one thought strikes me that you may not be provided with appropriate permission.
    Raj

  • Change the text of the personalization option for English language

    We would like to change the spelling of how the personalize option on the tray is showed in English. I guess there must be some kind of localization file somewhere, but I cannot find it.
    I tried searching for "com.sap.portal.iview.ShowPersonalize", and found reference to some java classes, but have not been able to find which jar-file.
    Do anyone have a tip where I can look for it? Or if this is a good idea?

    Hi Reidun,
    <br>
    The personalize option is shown in the masthead.
    To Change the spelling of it we need to change the masthead par file.<br>
    <br>
    1) Deploy the <i>masthead par</i> file into the NWDS(take the original par and rename it for saftey reason then deploy it.)<br>
    <br>
    2) to change the spelling simply open the file <b>headeriView_nls_en.properties</b> and edit the value of <b>PERSONALIZE_TEXT<b>.<br>
    <br>
    3) Deploy it into the portal and create an iview for it, then add this iview to the framework page make the old masthead iview disable and change the layout like moving the new iview to the place of original masthead iview.
    <br><br>
    4)refresh the browser.<br>
    Please, Let me wether u r problem was solved or not.<br>
    <br>
    MrChowdary
    Message was edited by:
            Mr Chowdary

  • Can we check the Objects modifiable " option for standard objects

    Dear Friends
                 In IR , we have imported SRM SERVER->SRM SERVER5.5
    Then we  have checked the option<u><b> "Objects are modifiable"</b></u> then we imported the IDOC from R/3 system under SRM SERVER 5.5 swcv.
    Then created the mapping.It is working fime.
    how ever i am not sure whether it is right process.Can we check the "Objects are modifiable" for standard compoents delivered by SAP????
    Regards
    chandra

    Hi Jai,
      <i> >>>Can we check the "Objects are modifiable" for standard compoents delivered by SAP????
    No. As best practise you are not supposed to do so.</i>
    In order to implement any changes in the mapping we can do it rite.
    Because recently i have applied one SAP note to my SRM swcv and one of the MM object was changed according to the requirements.
    Thanks,
    Prasanthi.

  • Default values for standard WebDynpro application

    Hi all,
    We are using standard WebDynpro applications (as an example Leave Request as part of ESS).
    Are there any functionalities in a standard WebDynpro to set a specific field initially (default value for a dropdown list for example) via the url?
    To be more concrete:
    On a specific portal page I would like to call the Leave Request application with the Leave Type set to the parameter I passed via this url (e.g. http://mywasserver:50000/webdynpro/dispatcher/sap.com/ess~lea/leaveRequest&leavetype=Exceptional%20Leave)
    Any thoughts are welcome.
    Regards,
    Noel

    At the default inplug of your interface view create a parameter that you need to access for e.g LeaveType in this case.
    The variable will recieve the value automatically from the url.
    Set the value in the context variable of the component controller and then access it from the view.
    Hope this link would be helpful
    Re: Can we pass parameters in querystring of the webdynpro application?
    Message was edited by: Noufal Kareem

Maybe you are looking for

  • Scanning a legal size

    I am trying to scan a legal size document.The printer does have alot of apps and features and I was wondering if scanning a legal size documet is possible?

  • Discount in separate GL Account

    Hi, we want to capture the discount on order(order management) in separate GL account, Oracle receivables automatically reduces the revenue (Debiting the Revenue account automatically),urgent help is required. Regards Farhan

  • How can I improve download speed

    How can I improve download speed of movies purchased from iTunes on my AppleTV? 10 hours+ minimum. I've already selected a lower video resolution from the settings in the iTunes store.   It used to be way faster. Any suggestions?  Thanks.

  • Use Variables created in script block outside of script block

    hello I have a code like: $command= { param($p1,$p2) if (Test-Path "D:\$p1") { $s=$p1+ "_" +$p2 } } Invoke-Command -session $sesion -ScriptBlock $command -ArgumentList 1,2here session is already created with remote server. Invoke-Command runs that sc

  • Bug Report: PLSQL variable names

    Hello, I am using Oracle 10g Release 2 and have come across an issue that I think maybe a bug. I don't seem to be able to declare a PL/SQL variable using the %TYPE attribute where the variable name is the same as the table name. For example: CREATE T