Customizing webdynpro iview

Hi All,
      I want information about how to change the background colour and font style of a web dynpro iview. I have checked the Theme Editor in portal, here we can change the background colour of the iview tray. But is there an option to change the background colour of the iview itself?
regards,
Saraswathi

Hi,
if u want to Change the color of the Iview U have to
change the ThemeEditor.In theme Editor Lot of Options like Changing the Color of Iview/Table/etc...
The Complete note to change the Theme edito is :
Personalization :
Themes :
SysAdmin 
              -->
         Portal Display
                        -->
                    ThemeEditor 
                              -->
                          Choose a Theme
                                      -->
                                      Make Changes
                                        If Any
                                                 --> Save It
                                                            -->
                                                            Desktop and
                                                             Display Rules
                                                                      -->
                                                                      Portal Content                                                                               
--->
                                                                      Portal Users
                                                                      <--
                                                             Standard Portal
                                                                   Users
                                                             <--
                                                        Copy [Default Frame
                                                         Work Page & Desktop]
                                                    <--
                                          Paste it In a New Folder
                                        Rename The Desktop
                                       <--
                                         1).OPen The Renamed Desktop
                                         2). Open Folder Themes(sys) and R.C
                                         3).Add theme to DESKTOP.
                                         4)Save it.
                                         <--
                                 Open ->portal Admin -> SuperADmin
                              <--
                      open -> Master Role Collection
                      <--
                Select a Role/user/group . From Master Role Collection
             <--
          R.c On Renamed Desktop and "  add Portal Desktop To Expression".
        <--
   Open Renamed Dektop,Select the theme,
    <--
  Hit The Button "Set Default" (save)
   <--
Logoff and Logon The Portal Page.
hope this will b usefull..
Regards,
Ramganesh.

Similar Messages

  • Navigate from custom webdynpro iview to ESS-iview

    Hi
    I Want to navigate from custom webdynpro to ESS Iview (working time)
    I did
    WDPortalNavigation.navigateAbsolute("ROLES://portal_content/com.sap.pct/line_manager/com.sap.pct.erp.mss.bp_folder/com.sap.pct.erp.mss.iviews/com.sap.pct.erp.mss.hcm/com.sap.pct.erp.mss.generalinfo_personaldata", WDPortalNavigationMode.SHOW_INPLACE, (String)null, (String)null, WDPortalNavigationHistoryMode.NO_DUPLICATIONS, "Called iView Name", (String)null, (String)null);
    but the ESS ivew can't recognize the employee
    i get the message To display data, first select an employee
    I don't use with NWDI so I  can't import the ESS IView
    do you have any solution?
    Thanks
    Yossi

    Hi,
    I am having the same problem to navigate from a custimized GeneralData iView to the Organizational Assignments ESS Iview.
    I have also tried to fire events after the navigation sentence but with no chance (maybe the event I have used is not the correct one)
    do you have any solution?
    Thanks

  • Calling a Webdynpro Iview from a Web Page

    Hi guys we are trying to display a custom webdynpro iview in a web page.
    when the user clicks on a link on the left side navigation in the webpage it is supposed to open the webdynpro iview in an Iframe in the same window beside the left navigation area. but we are getting  a warning message before the iview is opened.
    an error occured while starting the iview Application/webdynpro/dispatcher/sap.com/pb/PageBuilder:jsessionid=(J2EE3062800)ID484538950DB11873745832264248987END will run with a wrong client window ID!
    and when we click on ok the iview is displayed in the IFrame
    to open the iview we are using an URL of the format
    http://<Server>:<Port>/irj/portal?NavigationTarget=navurl://8bc08160d466f592c481da5639ca31e9&NavMode=3
    can any one tell me why we are getting this message and how to remove it.

    Hi Praveen
    The iview is assigned to a portal role and we even have some authorisation objects assigned in R3, so only the users who have access to the role should be able to see the iview and the content they see in the iview is limited depending on the assigned authorisation objects.
    if we use the link
    http://<server_name>/webdynpro/dispatcher/local/myWebDynProProject/Helloapplication
    every one will be able to access the iview and they will be able to see all the content.
    when the user  clicks on the link he should login with his id and password  so that the authorisation objects are checked agaist his id. If we use the above link the user will be logged in with a test ID and the authorisation objects will not work.

  • Custom loading image in WebDynpro iView

    Hi All,
    I have replaced the default loading image in the com.sap.portal.appintegrator PAR with a custom image.
    As a result the new custom loading image is being shown in all iviews made fom that PAr e.g.BSP Iview, IAC iview etc.
    But only the webdynpro iview is still not able to show that image,but is instead showing no image during loading.
    Have checked every possibility.
    Can anyone suggest what could be the problem??
    Thank You.

    Juhi Bhatnagar
    Greetings!!!
    May i know , what is the procedure need to be followed to replace the default Loading ICON with our custom image.
    2. Does our custome image should be a image file (like jpg, png) or its like a command
    Kindly share the procedure for this...
    Appreciate your response in advance'
    Thanks

  • Document url link on webdynpro iview

    Dear All
    We have developed  custom webdynpro ivew.
    Assigned that ivew to page and can display in ESS submenu.
    and one more km doc iview is there for document disply.
    But requirement is when enduser access webdynpro ivew  , in the same page there should be one link
    If enduser wants to download that document he has to use that link. becuse that doc is relavant to that iview.
    How can we do or organize this page.
    Please help .
    Thanks and regards
    kumar.

    Dear Raghu,
    Thanks for your response.
    How can I display link in webdynpro iview with the name of document.
    Ex : Please click here to download the form as mentioned below.
    file :  link : formdownload.pdf.
    If I click on this link it has to down load to enduser's local system.
    Please suggest.
    Regards
    Kumar.

  • Eventing in Portal page between Team Viewer and Custom Webdynpro for ABAP

    We are trying to implement a new Portal page that contains a Team Viewer Iview and a custom Webdynpro for ABAP iview.
    The idea is that the when a manager select one of his direct report in the Team Viewer, the custom Webdynpro for ABAP would pick up the selection_changed event and retrieve the data for the selected employee.
    We followed the instruction provided by SAP in note 1112733 and it worked in our development environment. When we moved the iviews to our testing environment it stopped working.
    I also used the Diagnostic Iviews provided by SAP and I get the same result: Works in Dev, does not work in QA or in Prod.
    We also followed the troubleshooting steps of note 945516 and it still did not help us. We can not find a difference in our system set up.
    We are therefore looking for pointers as to what could be our problem.
    Thanks!
    Edited by: Benoit Fortin on Feb 20, 2009 2:28 PM

    Problem was solved internally:
    The reasons the eventing worked in Dev and not in QA or Prod, was that we had a different level of patch for ESS/MSS between instances, which I was not aware of.
    Dev was on ESS/MSS version 600 SP14 and QA and Prod was on a different level. Once we implemented ESS/MSS SP 14 accross the board, everything was good.
    Edited by: Benoit Fortin on Nov 13, 2009 11:57 AM

  • ABAP WebDynpro iView with window id problem

    We have a custom ABAP webdynpro iView that is part of a dynamic navigation.  When the iView loads the following warning message is displayed...
    An error occured while starting the iView.
    Application
    https://<server>/sap/bc/webdynpro/sap/WebDynproComponent/;sap-ext-sid=J2IlkGCm4WYvxnfaQC8bVgY0oAX5DVVY3z_8GGDYcLow
    will run with wrong client window ID!
    Do not continue; please report this problem to your system administrator.
    Once you click 'Ok' on the warning message....the webdynpro iView is displayed. 
    How do you not have the message display? 
    Thanks.

    If the user is using link from favourites of browser, Ask him to delete it and manually enter the url and Try.
    In my case, The user just deleted the saved link from Favorites and tried entering the url manually,
    though it is weird it worked.
    or else try these Notes 1450543, 1171930 .

  • F4 / Help Functionality for input field in custom java iView

    Hi,
    As we see many F4 help on each input field in a transaction, how can we mimic the same functionality in a Custom Java iView. For example, ME23N, you can search a PO based on some criteria, when i create a new custom java iview using BAPI_PO_DISPLAY, how can provide that F4 or help functionality to the Purchase Order field.
    Your help is really appreciated.
    Thanks,
    Vijay

    Hi Vijay,
    the F4 Help functionality is always of big concern when you're switching from a R/3 or ABAP-SAP GUI environment to a webfront end. First of all: the convinience you're used to of creating a seach help and adding it to your data fields is gone, i.e. the current development status in the portal/java/webdynpro implies that you have to do most of the work on your own. Simple value helps might not be a problem, but complex ones are (as the one you've described). Here is a link to a tutorial in Java-webdynpro, maybe it gives you an idea:
    https://www.sdn.sap.com/sdn/developerareas/webdynpro.sdn?page=TutWD9_OVS.htm
    Regards,
    Ulli

  • How to pass a run time value as a parameter to a webdynpro iview

    Hi,
    we have a webdynpro which we can call with passing a run time value in this form:
    https://xxx.yyy.zzz/sap/bc/webdynpro/sap/zfkq_inv_1?WI_ID=000000004332&sap-client=700&sap-language=EN&sap-wd-sapgui=X
    This link will be sent to many users but the WI_ID will change every time.
    It works fine but now we want to implement this webdynpro in our portal. The user shall get a link like this
    https://xxx.yyy.zzz/irj/portal/webdynpro-test?wi_id=000000004332. With this link he will navigate directly to the webdnypro (quicklink-function).
    The problem is that i don't know how to transfer the parameter WI_ID in the url to the webdynpro.
    It's no problem to fix the WI_ID in the application parameter properties but this is not what we want.
    Is it possible to transfer the url parameter to the application parameters of the webdynpro iview ?
    Thanks in advance.
    Best Regards
    Mirko Berscheidt

    Hi Mirko,
    The first thought I had is if your scenario makes sense at all. Because you might send out the links, but probably the iView will also be accessible via navigation, and in that case this additional parameter won't be there!?! (And if the iView is not accessible by navigation, then why going the way via the portal and not the direct way to the application like with your first link given?!).
    Anyhow, I think this should be possible by using the AppIntegrator, see The customer exit of the Application Integrator
    For an example about how to add individual values to users which you then can add to the URL see this discussion: App Integrator, and custom URL parameters using Customer Exits - this might be a possibility that each user can call the "same" iView but in fact the app integrator then would be fired with different URL parameters (per user).
    Hope it helps
    Detlev

  • Editing Domain and Classification property of a java webdynpro iview

    Hi,
    I have created a java webdynpro iview with having the default properties. Now i want to change the properties "Domain" and "collection" but not able to do so as it always comes as disabled . Also while creating the iview i was not able to find any steps to insert the values for "domain" and "collection" properties and that's why it has taken default values. Does anyone know how can i reset these 2 properties or create a new JAVA or ABAP webdynpro with custom values and not the default values.
    Best Regards,
    Vikash

    You  can get the parameter as follows:
    String param_name = WDWebContextAdapter.getWebContextAdapter().getRequestParameter("param_name")
    Try your code with any WD application that accepts parameters, like
    http://localhost:50000/webdynpro/dispatcher/local/MyApp?param_name=Somevalue
    Raja T
    Message was edited by:
            Armin Reichert

  • Can I reuse existing KM layoutsets in webdynpro iView?

    All,
           I have a requirement where I need to display and navigate the KM repository( in my case a custom one) in a webdynpro iView. I already have built this custom repository, configured and can view/navigate the same from KM Content Page. Is there any way I can display the same repository in the same layout as I see from KM content page from a webdynpro iView? Can I reuse the existing layout set? Or would I need to custom code to  recreate a tree structure?
    Thanks,
    Seema

    Yes I have the default layout and I can successfully view the repository from KM Content page. But my requirement is to build a webdynpro iView and show a similar layout so that the user would not need to go to KM Content page to view the same. I need to integrate this webdynpro iView as a part of a bigger application we will be having.
    Thanks,
    Seema

  • Custom abap iview need to double click to get in to the right page

    Hi experts,
    I create custom Abap Webdynpro Iview,
    but it has to double click to get into the service.
    If we only do one click then it got internet error.
    how to solve this?
    thanks in advance

    Hi,
    sorry for lack  of information.
    the error is "the webpage cannot be found"
    http 404. (This error (HTTP 404 Not Found) means that Internet Explorer was able to connect to the website, but the page you wanted was not found. It's possible that the webpage is temporarily unavailable. Alternatively, the website might have changed or removed the webpage)
    but, when I click the link page again (for second time), it will link to the right page.
    is there any missing configuration?
    thanks

  • Removing jsessionid parameter from url of Webdynpro iview

    Hi All,
             While i create a Webdynpro iview from SAP Webdynpro iview template, the generated url gets appended with the parameter jsessionid as shown.
    http://server:port/webdynpro/dispatcher/local/session/New_app;<b>jsessionid</b>=(J2EE14778100)ID1600385450DB11689045888563713719End
    I don't want this parameter to be appended and exposed in the url of the ivew. Is there any way i can hide/remove this parameter from the generated url?
    Regards,
    Vijay.K

    Hi All,
             I found that, the Webdynpro template which is an App-Integrator appends the parameter jsessionid to the generated URL. So, i tried changing some properties of the system regarding session, but i couldn't remove this parameter from URL.
    I also found that, custom Application integrators can also be developed. So, is it possible to get rid of the jsessionid parameter by developing a custom App-Integrator for Webdynpro application?
    Please help me in this regard.
    Regards,
    Vijay.K

  • Room Parts and WebDynPro Iview

    Hi,
    I have created a custom room template and now want to add an additional webdynpro iview to only a specific set of users who's room used this template. Can I create a custom room part based off of a webdynpro iview or do I have to create another custom template that contains the webdynpro iview? Any assistance would be most appreciated.
    Our environment is NW04 Stack 16.
    Thanks,
    Kris

    Hi Vineeth thanks for answering.
    Have you try your suggestion?, because that's the way I'm working and the folder always appears. The Folder has the Room Part name you give at the time you added it to the Room. The custom workset don't have folders, just pages.
    Thanks a lot for your time.
    Rocío.

  • Code to connect to database in  Webdynpro-- iviews

    Hi All-
    Could you let me know the code to connect to database
    in WebDynPro-->iviews.
    Regards,
    Cris

    Hi,
    Here are the two ways of connecting to a database through coding:
    ////1////
    Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
              java.sql.Connection conn= java.sql.DriverManager.getConnection("jdbc:microsoft:sqlserver://<IP>:<port>;user=<abc>;password=<xyz>;database=<DB name>");
    ////2////     
    InitialContext initialContext = new InitialContext();
    DataSource dataSource = (DataSource)initialContext.lookup("jdbc/SRI");
    java.sql.Connection conn = dataSource.getConnection();
    Regards
    Srinivasan T

Maybe you are looking for