Desktop Innerpage

Hi Guys,
its very urgent issue.
I couldnt able to get any thing in portal after making sme changes at desktop inner page.
whn i opend portal, i m getting TLN, but not inner page. its showing blank.
i opend default framework page, i set the property "com.sap.portal.innerpage" as invisible.
now how to make it as visible.
wer and all i need to modify.
i couldnt able to get any thing in portal other than TLN.
please solve this and its very urgent issue.
thanks in advance

Hi Venkat,
You could try launching the content admin page directly:
http://portal:port/irj/servlet/prt/portal/prtroot/pcd!3aportalcontent!2fadministrator!2fsuper_admin!2fsuper_admin_role!2fcom.sap.portal.content_administration!2fcom.sap.portal.content_admin_ws!2fcom.sap.portal.portal_content_
If that doesn't work...
If you have another portal where you can export the default framework page from it. Then follow [Creation of SCA files from EPA|http://help.sap.com/saphelp_nw04/helpdata/de/a3/782240da03e569e10000000a155106/frameset.htm],  then use SDM to import the default framework page again.
Or you could start the import utility directly using
http://portal:port/irj/servlet/prt/portal/prtroot/pcd!3aportalcontent!2fcom.sap.pct!2fadmin.templates!2fiviews!2fcom.sap.portal.import?sap-config-mode=true_
Hope this helps,
Regards,
Shailesh Nagar

Similar Messages

  • How to remove tooltip 'Desktop Innerpage' from portal?

    Hello,
    I am seeing a tooltip called 'Desktop Innerpage' in the portal content area on the blankscreen before my CRM weshop application gets loaded.
    Can someone please help getting rid of this tooltip?
    I couldn't see any option in Default Framework Page for removing the tooltip .
    Awaiting Reply!
    Thanks,
    Smita Thorat

    Hi,
    can you share the name or ID of the tooltip property? I don't see this property in my framework page (light & default).
    Another way to get rid of the tooltip message is to overwrite it with Javascript:
    document.getElementById("mememe").title = "";
    br,
    Tobias

  • How to remove desktop innerpage hover text

    Hi
    Does anyone know how to remove the 'desktop innerpage' hover text that appears in the main content area. Can't see how to get at this one.
    Regards
    Phil

    Hello,
    Here is link.
    Link: [http://help.sap.com/saphelp_nw04/helpdata/en/b4/771158e4cb4bf6af9974380948db86/frameset.htm]
    Goto Portal Content > Portal Users > Standard Portal Users > Default Framework Page and then select check box Desktop Inner page and remove.

  • Problem with Desktop InnerPage(Deleted).

    Hi all,
    One my team member deleted desktop innerpage from default frameworkpage. They deleted from source object, so it deleted from child   frameworkpage page too. Now I have to restore the desktop innepage. Is there any way.
    Regards
    Keerthi

    Hi
    Thanks a lot for replies, but my problem is due to desktop innerpage is deleted, I can only see TLN,Masthead. Whatever is there is desktop innepage is not showing. So I cannot do anything from portal. If i try to launch innepage or frameworkpage from browser it is giving runtime exception. I cheked the logs, lod says Iview not found  pcd:portal_content/com.sap.pct/every_user/general/com.sap.portal.frameworkpage.
    I am looking for what to do from here
    Regards
    Keerthi

  • Location of Desktop Innerpage in PCD

    Hi there,
    we are running an EP60 SP16 portal and creating a whole new Portal Desktop with new Default Frameworkpage and Desktop Innerpage.
    For starters I looked at the Default Frameworkpage located in
    pcd:portal_content/com.sap.pct/every_user/general/com.sap.portal.frameworkpage
    Where exactly <i>is</i> the Desktop Innerpage located in the Portal Content Directory, as well as all the iViews contained in the Desktop Innerpage? Already users the search on 'Name' and 'ID' in the PCD search, but can not find any of them.
    Many thanks,
    Kevin

    Hi Kevin,
    I have the same problem, as described in my post: Displaying login form at home page (SDN style)
    As per URL sent by Jagadeep, I think we can't make a copy/paste from innerpage:
    "(...)Page: Desktop Innerpage(com.sap.portal.innerpage) 
    This object is a portal page embedded in the main Default Framework Page page.(...)"
    Please let me know if you have any advance.
    Regards,
    Raphael Barboza

  • Unable to Desktop Innerpage

    Hi,
    I am unable to see Desktop Innerpage while loading Portal Framework page and getting following error.
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    com/sapportals/htmlb/AbstractCompositeComponent.
    Exception id: 11:08_28/02/08_0003_2739150
    See the details for the exception ID in the log file
    I deleted all deployed web dynpro apps and portal apps even though getting same error. Please help me to resolve.
    Thanks in advance
    dev

    Hi,
    Having a portal server restart might help you. I also get this error msg many time, but everytime i restart the server and it get corrected. Try restarting the server.
    Regards,
    Ameya

  • Removal of additional scrollbars in the Desktop Innerpage and Content Area.

    i have kept the Isolation method as Pumped Deprecated and Height type as fixed in the Inner Page. And on adjusting the fixed height in Pixels on one of the 3 vertical scrollbars of Inner Page are removed ; still one additional vertical scrollbar is visible in the Content Area.

    Well, it is starting to make sense...
    Here is the code that seems responsible for the resizing (I guess this is called when the FULL-PAGE option is set on the Desktop Innerpage)
    workArea.resizeIframe = function() {
        obj = document.getElementById("isolatedWorkArea");
        var dif = 3;
        if (document.getElementById("fullPageDiv") != null) {
            dif += 9;
        if (EPCM.getUAType() == EPCM.MSIE) {
            obj.style.pixelHeight = document.body.clientHeight - dif;
        } else {
            if (EPCM.getUAVersion() < 7) obj.style.height = window.innerHeight - dif - 6;
            else obj.style.height = window.innerHeight - dif
    As you can see, the isolatedWorkArea is retrieved and the height of the iframe (obj.style.height) is set.
    The problem is that the isolatedWorkArea (which is the Id of an iframe) only contains the Content Area iView whereas one would have expected that it contains all the iViews in the Work Area section.
    Here is the resulting generated HTML code (a bit simplified to emphasize the structure) :
    <div id="desk_div">
      <table>
         <tr>
            <td>
            My Component
            </td>
          </tr>
         <tr>
            <td>
              <iframe id="isolatedWorkArea">
              The content of the iframe is here
              </iframe>
              <s cript>workArea.resizeIframe(); ...
              </s cript>
            </td>
          </tr>
    </div>
    As you can see the script only acts on the iframe...
    Or am I missing something ??
    Best regards,
    Guillaume

  • Unable to see Portal Desktop Innerpage...

    Hello Experts.
    If anyone knows how to solve this situation, please help...
    I have accidentally deselected the Desktop Innerpage check box located in Portal Catalog.
    (Portal Content --> Portal Users --> Standard Portal Users --> Default Framework Page)
    After that, as you can imagine, nothing appear below Desktop Innerpage...
    I would like to set back this setting to the previous one...
    If anyone has any idea, please let me know.
    Thanks

    Hi,
    1) There should be two default framework pages in your portal .. just search in your PCD for it:
    the default one in pcd:portal_content/com.sap.pct/every_user/general/com.sap.portal.frameworkpage and a delta link copy of it in pcd:portal_content/every_user/general/frameworkpage
    2) You could try launching the content admin page directly:
    http://portal:port/irj/servlet/prt/portal/prtroot/pcd!3aportalcontent!2fadministrator!2fsuper_admin!2fsuper_admin_role!2fcom.sap.portal.content_administration!2fcom.sap.portal.content_admin_ws!2fcom.sap.portal.portal_content_
    If that doesn't work...
    Do you have another portal where you can export the default framework page from? If so, you could follow the help pages about making an SDA file from an EPA file and then use SDM to import the default framework page again.
    Or you could start the import utility directly using
    http://portal:port/irj/servlet/prt/portal/prtroot/pcd!3aportalcontent!2fcom.sap.pct!2fadmin.templates!2fiviews!2fcom.sap.portal.import?sap-config-mode=true_
    Hope this helps.
    Regards,
    Shailesh Nagar

  • Is it Risky to Customize DeskTop InnerPage???? Best Practices pls!!

    Hi Friends,
    I would like to know, Is it advicable to modify the Desktop inner page??? I mean by modify/customize in the sense of changing the layout.
    Is there any best practice on customization of desktop inner page?
    If we want to customize/modify the desktop innerpage, It would be enough to work on a Copy - Delta Linked desktop innerpage rt? OR do i need to take the non-delta link desktop innerpage to work on it?
    Please advice me with any best practices on the customization/modification of Desktop Inner Page.
    Thanks in advance for your time!!!
    - Raghavendra Pothula

    Hi Raghvendra,
    There is no harm in modifying the desktop inner page.
    We have customized the desktop inner page according to our needs with a new layout. Make sure you make a copy of the original and not a "delta link". In the copied desktop make the changes that you want e.g. customized layout, change in detailed nav etc etc and then assign this desktop to the framework page.
    There is a best practice guide for portal branding but this deos not talk about desktop inner pages.
    http://help.sap.com/bp_epv260/EP_EN/documentation/EP/N08_BB_ConfigGuide_EN_US.doc
    Akhilesh

  • Scrollbars in desktop innerpage only

    Hi All,
    I'm trying to create a framework with a masthead, top level navigation, content area and a footer. I need the masthead, navigation and footer to be "fixed" and only have a scrollbar in the content area. I can achieve this by setting a fixed height in the content area but if the screen resolution changes I get blank areas on the screen and/or several scrollbars. I need the desktop innerpage (content area) to dynamically adjust its height and for the masthead, navigation and footer to stay fixed without a scrollbar. Is this achievable?
    Thanks for your time.
    Cheers,
    Dion

    Hi,
    Try setting Height type fixed to masthead, navigation and footer and also set the property Fixed Height (Pixels) for them.
    For desktop innerpage and all its IViews, set the Height type to FULL_PAGE.
    Here you should just keep experimenting till you get the desired effect.
    Regards,
    Praveen Gudapati

  • Too many pixels distance between iview and Desktop Innerpage

    Hi,
    how can I configure the distance in pixels between iviews on a page and the desktop innerpage? In my case, the distance is around 20 pixels from iView tray to TLN. Anyone?
    Bye
    Christoph

    Yikes! Sounds like your computer is having a difficult time rendering the icons. Fortunately there are steps you can take.
    If it were me, I'd boot into Single User Mode (power off, power on, then hold Command + S till you see white on black text).
    I'm making a couple of assumptions here. The first is that you want to delete all these RAR files for good. The second is that these files are all named similarly, something like rar1, rar2, rar3, etc.
    Then type the following:
    /sbin/mount -uw /
    cd /Users/yourusername/Desktop
    rm -rf rarname* (NOTE: here, this is assuming all the files start with something similar, like 'rarname', and then have a number on the end. By using the wildcard (*), we don't have to type each filename, as 'rarname*' applies to every file on the Desktop that starts with 'rarname'. Hopefully that makes sense! Just replace 'rarname' with whatever the files start with. If you aren't sure, before this command, type 'ls' and you'll get a list of all the files on the Desktop.)
    This should permanently delete all the files on the desktop. You can then type 'reboot' and the computer will start up normally. Good luck! If anything is unclear, feel free to let me know before attempting this.

  • Accedentely deleted Desktop Innerpage

    Hi,
    I have accidently deleted the Desktop Innerpage from the Default Framework Page in the Enterprise Portal 6.0. It is not possible to see any content in the Portal now.
    The Default Framework Page lies under the menus: Content Administration/Portal Content/Portal Users/Standard Portal User/ Default Framework Page.
    Any suggestions?
    /Gun

    Hello,
    Try to use this link after logging on to the portal.
    http://server:port/irj/servlet/prt/portal/prteventname/Navigate/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fevery_user!2fgeneral!2fcom.sap.portal.frameworkpage
    Replacing the "server" and "port" entries with values valid for your landscape. This should load the very default framework page containing all required elements.
    regards
    Marcin

  • DISPLAY CONTENT OF LINKS IN DESKTOP INNERPAGE

    HI
    I ADDED LINKS IN THE TOOLAREA, BUT NOW I WANT THAT THE DESTINY HAS BEEN SHOW IN THE DESKTOP INNERPAGE
    WHERE I CAN FIND DOCUMENTS OR INFOMATION ABOUT THIS PROBLEM?
    THANKS

    Hi Jorge,
    I did not quite understand;
    but did you add hyperlinks in the Toolarea?
    And is it that they appeared in the main page?

  • How to open Content in Desktop Innerpage from Portal Favorites IView

    Hi.
    We would like our Portal Favorites to open in the desktop inner page instead of a new window. Is there any chance to configure this ?
    Thx for your help,
    Dirk

    Hi,
    Refer to /thread/191816 [original link is broken]
    Hope this helps.
    Regards,
    Sunil
    PS: Reward points for helpful answers.

  • Pblm in Desktop Innerpage

    When iam working with  DefaultFrameWork page,i automatically made Desktop inner page as invisible.so that iam unable to see the Desktop inner page in Portal Desktop but i can see Masthread,Tool Area,Detailed navigation.
    Pls help me in solving this pblm it's urgent.

    Hi,
    1) There should be two default framework pages in your portal .. just search in your PCD for it:
    the default one in pcd:portal_content/com.sap.pct/every_user/general/com.sap.portal.frameworkpage and a delta link copy of it in pcd:portal_content/every_user/general/frameworkpage
    2) You could try launching the content admin page directly:
    http://portal:port/irj/servlet/prt/portal/prtroot/pcd!3aportalcontent!2fadministrator!2fsuper_admin!2fsuper_admin_role!2fcom.sap.portal.content_administration!2fcom.sap.portal.content_admin_ws!2fcom.sap.portal.portal_content_
    If that doesn't work...
    Do you have another portal where you can export the default framework page from? If so, you could follow the help pages about making an SDA file from an EPA file and then use SDM to import the default framework page again.
    Or you could start the import utility directly using
    http://portal:port/irj/servlet/prt/portal/prtroot/pcd!3aportalcontent!2fcom.sap.pct!2fadmin.templates!2fiviews!2fcom.sap.portal.import?sap-config-mode=true_
    Hope this helps.
    Reward points if helpful
    Regards,
    Shailesh Nagar

Maybe you are looking for