Replace standard area with custom iview

Hi experts!!
I have the following question: can i replace a standard portal area with a custom iview??
If yes how can this be done??
I am a newbiew..any help would be really appreciated..
Thank u in advance!!!

Grigoria,
are you talking about Portal Content area.
once you create the iview ,go to content Provided by SAP-End User Content-Standard Portal Users- open Default Framework Page-Open Desktop InnerPage-you will find Content Area-you can add your custom iview there and uncheck visible property to standard one.
I suggest you to create a copy of Default Framework page and work on that
Thanks
Bala Duvvuri

Similar Messages

  • Replace standard ClassLoader with custom ClassLoader

    Hi,
    I need to replace the Java standard ClassLoader with a custom classLoader.
    I want my custom classLoader to be called each time there is a call to the ClassLoader.
    I don't know how to do that.
    thanx.

    On google I found
    http://www.google.co.uk/search?hl=en&ie=UTF-8&q=system+classloader&meta=
    Create a custom Java 1.2-style ClassLoader
    http://www.javaworld.com/javaworld/jw-03-2000/jw-03-classload.html

  • Replace Standard Class with Custom Class

    Hi,
    I have a query that i need to do changes in Standard Class, but i dont want to do changes Standardly. Is there any other way to replace the Standard Class to Custom Class.
    Please Guide me so that i wont change the Standard Class but i can replace it with "Z" Class.
    Thanks & Regards,
    Harkesh Dang

    Hi,
    I think u will have to go to transaction se24 .select ur class there copy it to a Z class and then make this Z class as the superclass of this.
    Not sure how this Z class will get incorporated in the framework.
    Thanks and Regards
    Shilpi

  • Replace Detailed navigation with custom iview

    Hi experts!!
    I would like to know how i can replace the detailed navigation view with a custom iview.
    Thank u in advance!!!

    check the below thread for more information
    https://forums.sdn.sap.com/click.jspa?searchID=25630709&messageID=6367244
    Detailed navigation iview is assinged to Default framework page.
    My suggestion is you duplicate the default framework page and can replace the detailed navigaiton iview with ur iview. Also assign this cutom framework page to your user id by display rules.
    Raghu

  • Toolbar: replace SAP icon with custom icon

    Hello,
    in the account overview (component BP_HEAD, view BPHEADOverview), the implementation class (CL_BP_HEAD_BPHEADOVERVIEW_IMPL) contains method IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS where the buttons for the account overview are collected.
    Here you can check which buttons are used by SAP standard, e.g. for the PDF fact sheet, an icon is added:
    ls_button-icon_src = '/sap/bc/bsp/sap/crm_ppm/w_pdf__s.gif' .
    Now, I wanted to replace the given icon by another, customer-specific icon. I've tried to change the given URL to anything else, however, it didn't work. I even found out that the given URL is not necessary, it even works with this:
    ls_button-icon_src = 'w_pdf__s.gif' .
    ls_button-icon_src = 'i_do_not_exist/w_pdf__s.gif' .
    Thus, I assume that there's some kind of mapping of the icon name (e.g. "w_pdf__s.gif") is mapped to any table entry or whatever hard-coded.
    Does anyone having experience with replacing the icon with a custom-specific one and can provide the necessary steps?
    Regards
    Wolfgang

    Hi Wolfgang,
               You can use below sample code to get corresponding url for any standard sap icon:
    lv_icon = 'ICON_LED_GREEN'.
    *   Convert icon code into URL and prepare bee
        lv_icon = cl_bsp_mimes=>sap_icon( id = lv_icon ).
        lr_image->src = lv_icon.
    Also, all the icons are available in the database table 'ICON'.
    I hope that helps.
    Thanks,
    Rohit

  • Replace standard view with alternative view

    Hi Gurus,
    In CRM 5.0 we were able to replace a view with a different view (whether it was SAP standard or bespoke) by adding the appropriate substition controller details in the Runtime Framework Profile.
    We are now trying to do the same in CRM 2007 but we have not been successful.  I have gone into the SPRO entry "Maintain Runtime Framework Profile" and created "Z_RUNTIME" which is called in the Business Role.  It is set up with the following Work Area Definition:
    Application: BSPWD_BASICS
    View Set Name: WorkAreaHostViewSet
    View Area Name: WorkAreaView
    I have tried to replace the following controller as a test to change the standard view:
    BSP Application: ICCMP_BT_TIMERC
    Controller To Be Replaced: SrvTTimeRep
    BSP Application: IC_KNOWS_SEARCH
    Replacement Controller: MainWindow
    This hasnt worked, the view SrvTTimeRep still showed. 
    Just to reiterate, I'm not trying to enhance a view, I am trying to replace it with a totally different one.
    Any help offered is greatly appreciated, and will be reqarded with points!  Thanks in advance!
    Andrew G.

    Andrew,
    The difference is in CRM 2007 is that you don't modify the runtime framework profile globally.  Instead each application has concept of a component repository.xml that needs to be adjusted.  You actually need to enhance each component where you want to include the view into the viewset.  This will then create a Z-component repository of enhancements for the application, including a copy of the respository.xml file.  You then adjust the repository.xml using the tools provided to replace adjust the viewset defintion.  Now if your view lives in another component you will also have to define the proper component usages to use the view.
    I would recommend downloading or getting access to the CRM 2007 OKP materials or taking the CRM UI class which has an example of this method in further detail.
    Take care,
    Stephen

  • How to enhance the standard search with custom field?

    Hi all,
    I would like to know the general optimal procedure to enhance the standard searches like Opportunity search or Lead search.
    I've gone through some of the threads here. Some suggest, to add the new field using AET and copy the IMPL class of the search and then code the custom logic. Some say, append the new field to the structure of the search object and then implement the BADI.
    I'm actually a bit confused to understand the correct procedure.
    Can someone please help me with a generic procedure to enhance the standard search with a custom field?
    Thanks in advance.

    Hi Maren,
    Once I have got the same development. I have followed the below steps, please check with this. Let me know for further inputs.
      Add new field using Append structure of type ‘XXX’ in search
      Create BADI implementation for Enhancement spot ‘ES_CRM_RF_Q1O_SEARCH’ and include filter ‘BTQOPP’
      Put your logic in BADI implementation – SEARCH method
      Add it in WebUI configuration
      Remove the operator if required
    Regards,
    Swadini Sujanaranjan

  • Urg: Need to replace standard hierarchy with alt hierarchy

    Hi,
    I have an urgent need to replace the cost center standard hierarchy with the Alternative hierarchy already available. I dont have Business organization implemented so I cannot use Keog3...I need to know if there is any other way..
    this is super urgent...please help...

    Hi i am a student could you please answer
    what is an alternate hierarchy and when do we use it
    Thanks

  • Wrapping standard infotype with customer dynpro

    Hello,
    I'd like to change the values in standard fields based on the values from the customer fields.
    I'd like to do this when DELIMIT runs in PA30.
    I'm thinking of wrapping the standard infotype with a customer dynpro.
    Does anyone know if this is possible?
    Could I use the customer dynpro to do all the value changes but still use the standard input checks?
    Thanks and Regards,
    Yosuke

    The best option might be to create a field exit. Use report RSMODPRF to create field exit for Data Element DZMGEN. The report has a good help document, but it's pretty easy to set up the field exit.

  • How to replace SAP logo with customer logo

    Hi Gurus,
    How  to replace or insert a customer logo when creating input schdules EvDRE function.
    Cheers,
    Reddy.

    Reddy,
      You  shld  be  able  to copy and  paste  your  logo (after deleting  the  SAP  logo). ..as you  would  do  in  regular  excel.  If sometimes  it doesn't  work...use the   insert  picture  functionality......regular  excel/MS  way.
    Hope  this  helps.
    Vishal.

  • Replacing the standard workflow with Custom Workflow

    Hi Experts..!!
    I need one help ..!!!
    I want to know how can I replace the standard work flow of Travel Management WS2000050 / WS2000040  with my custom Workflow. Please help    me..!!
    Thanks & Regards:
    Gaurav Singh

    Hi Gaurav
    check below link
    http://wiki.scn.sap.com/wiki/display/ERPHCM/Workflow+Customizings+in+Travel+Management
    Travel management workflow temapltes you mentioned in your query are teiggered from event CREATED of busines object BUS2089. You just need to define same event as triggerimg event for your cust workflow in basic data setting (hat symbol) in swdd. Also go to standard workflow templates in swdd and check if event linkages are active (in green) if yes then dwactivate it by clicking on option A gree icon or by going in transaction SWETYPV.
    REGARDS
    IBRAHIM

  • Replacing Selected Areas with White Space

    I am using Acrobat version 8 on an XP Pro SP2 system.
    I have a PDF file. Certain selected areas I wish to replace with pure white space. How can I do that?

    You will find other ways which SEEM to remove blank material but avoid
    them like the plague since it is very easy to get back the hidden
    material. Redaction needs specialist tools. There is a plug-in, Redax
    from http://www.appligent.com/
    Aandi Inston

  • How to use standard validator with custom component?

    Hi folks!
    I've implemented a custom component extending UIInput. My component worked well but now I want to use a standard validator.
    How can I use it??
    regards,
    Steven

    Validation is done by UIInput.validate() which is invoked by processValidators().
    So, if you don't redefine these inherited methods they will invoke the
    corresponding validators.

  • Modify with custom query in contracts to do list workbench channel is not working

    Hi Experts,
    We have a requirement to change the standard query with custom query under 'Contract To Do List' workbench channel. This requirement is for 'Master Agreements'  and Master Agreements Requiring Attention entries in the channel. I have replaced the standard query with my custom query in Setup --> Query groups select the query group To-Do List Queries (FCI-ToDoListBuyReport) and replace the To-Do Master Agreements query definition with my custom query. Same thing I did for second query also.
    But it is not reflecting in Contract To Do List work bench channel. Please see below screen shot.
    However if I revert to standard query 'Master Agreements'  link is displaying.
    Did any one had this kind of requirement and how did you achieve this if you share some thoughts on this it will really appreciated.
    Regards,
    Lava.

    Hi All,
    Issue resolved.
    Raised OSS for this and SAP suggested that include 'ToDo-CON' word in custom query internal name.
    Regards,
    Lava

  • How do I modify the logon screen  & orcle dashboard  with custom images

    I want customize the logon page dashboard and also replace ORACLE Dashboard with custom icon. Also I want to remove powered by ORACLE con that appears on presentation/dashboard web pages. Please provide relevant information to achieve this.
    Thanks and Regards

    You can start here:
    http://oraclebizint.wordpress.com/2007/12/11/oracle-bi-ee-101332-customizing-login-screen/

Maybe you are looking for