Add to Favorites

Hi experts,
Im having a Webdynpro application developed in ABAP. It has five views(navigating from view 1 to 5 based upon user interaction). I created an I-view in portal( webdynpro - ABAP ) and everything is working fine.
I want to add the particular view(say the third view in the webdynpro application) in the portal favorites. When i tried adding the webdynpro-I-View to portal favorites, when the application is displaying(say third View) a favorite link is added. Once i clicked the favorite link, the application  restarts(i.e the webdynpro  starts from 1st I-view/page). My need is to display the third view when the user click the favorite link.
Experts can u suggest me how add a particular I-view in a webdynpro application to a favorite link.
Thanks in advance,
James....

Hi James,
Ideally you can not control the favourite in portal if it is from WD/BSP/Transaction iview.
Basically all these are APPIntegrators, and they are embedded as 'URL Isolated', so any event inside that cannot change other areas of portal and viceversa. so you cannot control the 3,4 page display directly.
The approach of creating 5 seperate WD for 5 iviews is quite time consuming but no other way is possible.
regards
-Kedar Kulkarni

Similar Messages

  • IPhone Contacts won't let me "add to favorite"

    I have an iPhone 3g - not the newest version - with the new 3.0. When I go into Contacts and then find a contact I want to add as a favorite, the only options it displays is "Text Message" or "Share Contact". There is no "add as favorite". What gives?
    Thanks!

    The "Add to Favorites" tab doesn't show if the contact is already a favorite - should show a star next to the number - or if there isn't a telephone # in the contact (email and physical addresses obviously can't be favorite numbers for the phone app). If the entry isn't already a favorite, and is a telephone #, you need to restore the phone in iTunes.

  • In ios 6.1.3 I do not have an add to favorites button at the bottom right of my contacts - how do I add a phone number to favorites?

    New in this forum and looking for help with ios 6.1.3. In previous versions I could add phone numbers to favorites - most recently using "add to favorites" at the bottom right of my contact. Now there are only 3 choices - "Send Message" - "Face Time" - "Share Contact" and no "Add to Favorites." Any help on this would be appreciated - I have used Favorites for years and can't do it now with new contacts.

    Your suggestion worked perfectly.  I can't believe there is nothing in any of the instructions I have seen online at the Yahoo and Apple help sites about the making sure the right default account is checked.  I don't think I was even aware there was a "default account" setting.  Thank you so much.

  • Javascript code needed for "Add to Favorites" icon in Webhelp using RH8

    Hi,
      I have a huge problem in making the add to favorites icon click event associate with the appropriate code.
    This was the code i used in the Inline Javascript tab:
    <script type="text/javascript" language="JavaScript" src="showhide.js"></script>
    <input type="image" value="Add to Favorites" onclick="window.external.AddFavorite(location.href, document.title);return false"
    /="" name="AddTopicToFavorites_selected.gif"  src="AddTopicToFavorites_selected.gif"  
    <script type="text/javascript">var BookmarkURL="http://www.geekpedia.com"
    var BookmarkTitle="Geekpedia"
    // If the browser is Internet Explorer
    if (document.all)
      // Add to Favorites (Internet Explorer)
        window.external.AddFavorite(BookmarkURL,BookmarkTitle)
          else
                  // Add to Bookmarks (Mozilla Firefox)
                  window.sidebar.addPanel(BookmarkTitle, BookmarkURL, '');
          }</script>
    Also in the onclick in the Edit tab, i wrote: window.external.AddFavorite(BookmarkURL,BookmarkTitle)
    It loads the add to favorites window very well as in any IE..But since the static word Geekpedia is being used, it displays the same and also navigates to the static URL http://www.geekpedia.com".
    I want to make it work dynamically...Please help me with any code change if any one has tried this before.
    One other thing that got messed up with was this icon replaced all other icons in the output....but...if i viewed the whskin_tbars.htm, i could see that the default icons appeared below somwhere...and there was this Add to Favorites icon appearing at the top...I dont know why these icons have got misplaced,,,i want to align them all in the same line..
    Please help me with this.....
    -Nanditha

    Hi,
    A long story, but I will need some more time to sort this out:
    Simple solutions:
         - Change the var BookmarkURL="http://www.geekpedia.com" to your own URL, such as: var BookmarkURL="http://myhelp.com"
         - Change the var BookmarkTitle="Geekpedia" to your name, such as: var BookmarkTitle="My help system"
         - Do not insert an image trough the javascript tab, add it using the image options with the custom toolbar items popup. This will probably solve your image problem.
    If you want to the URL dynamic, you need document.location.href, such as: var BookmarkURL = document.location.href; This however will get the adress of the current frame, which is whskin_tbars.htm.
    If you want to get the Title dynamic, you will need document.getElementsByTagName('title')[0]; and then you need to retrieve the title, as: xxx.firstChild.data,: such as:
         - var BookmarkGet = document.getElementsByTagName('title')[0];
         - var BookmarkTitle = BookmarkGet.firstChild.data;
    This always gets the URL and the Title of the frame you inserted the script in, which for the button toolbar is whskin_tbar.htm. When you insert this in any give topic, your bookmark will work fine, but will only call the topic, and not your skin.
    If you only want the URL of your helpsystem, I suggest you just change the  variables BookmarkURL and BookmarkTitle.
    If you want to target the current topic from any other location, such as the title bar, you need to address the top frame and then the topic. I don't know which frame this is, but I will look into it. This may take me some time though, but perhaps someone else knows which frames to address.
    Example for getting the url of your helpsystem dynamically:
    var BookmarkURL= this.parent.document.location.href;
    //Your projects main file does not have a title, so don't get it dynamically.
    var BookmarkTitle="My help system"
    // If the browser is Internet Explorer
    if (document.all)
      // Add to Favorites (Internet Explorer)
        window.external.AddFavorite(BookmarkURL,BookmarkTitle)
          else
                  // Add to Bookmarks (Mozilla Firefox)
                  window.sidebar.addPanel(BookmarkTitle, BookmarkURL, '');
    Long story, if you have any further questions, just ask.
    Greets,
    Willam

  • Add to favorites button

    I would like to have an add to favorites button on my flash
    website but it just won't work. I have copied the code from this
    website
    http://www.actionscript.org/resources/articles/24/1/Bookmark-to-IE/Page1.html
    into a new flash movie but when I put it into internet explorer 7
    it won't do anything. but the button on the website above does
    work. so I downloaded the fla from the site above, put it into
    flash 8 and then exported it and guess what it didn't work. this is
    the code I am using.
    on (release) {getURL
    ("javascript:window.external.AddFavorite('
    http://www.actionscript.org/','ActionScript.org
    Flash Resources');");
    is there a setting in flash I need to change so that it can
    'talk' to internet explorer, because all websites that have
    tutorials for add to favorites buttons use the same code, but it
    won't work on my computers.
    thanks for any help
    trigger2160

    it's not a flash issue. it's a browser (and possibly pop-up
    blocker) issue.
    flash can cause any javascript function to execute (though
    you'd be better served to use the externalinterface class rather
    than getURL). you need to find a javascript function that works
    with the browsers that want.

  • Public folder calendar will not add to favorites or users default view in Outlook 2010

    I have created a shared public calendar in the public folders of our exchange server set-up (priovided by a popular cloud supplier). It appears under public folders in Outlook 2010 but right-clicking add to favorites does nothing and I cant make the calendar
    show up in the normal calendar view (alongside other calendars) for the people that need to share it. What am I doing wrong?

    Hi ,
    This folder was added to the “public favorites” folder and then added to your favorites menu and don’t shows up in the Navigation Pane under “Other Contacts”.
    1.If so , please check the calendar folder you initially added to the public folder as being available .
    2.Open the Outlook E-mail account –more setting—chose Download Public Folder Favorites.
    3.Add the “Show in Favorites” button to your Quick Access Toolbar at the top of your Outlook by expanding the menu next to it, choosing Customize, and
    finding the “Show in Favorites” item under all commands.
    4.Switch to Folder View and click to open your Public Foder in your main Outlook window.
    5.Switch to Mail View but don’t click any folders. You should see that your “Show in Favorites”button turns from grey to colored. Click it and it will
    add the public foder to your Favorites list.
    Wendy Liu

  • Changing Text for Add to Favorites Link

    Does anyone know how we can change the label for the Add to Favorites link that is displayed on the page details icon?
    We've searched all over assuming it is in a properties file somewhere but we have not been able to find it.
    Thanks.
    EP6 SP2

    Hi Robert,
    Thanx for this. I was also looking for the same. I will check this out and see if it is working for me.
    I have few queries:
    1) Changing this will update all the iView/page toolbars of portal..right?
    2) Can we include some more property in the Options of the iView toolbar such as a "mailto" link or something as "Feedback" which wil open up the Mail Client.
    Or something else, basically any new link with some functionality associated?
    3)I did the same kind of modification of changing the properties files on the appintegrator PAR file where it shows the message of "No Usermapping done.." if you havent done the UserMapping for a System and then trying to access the iView based on appintegrator...uptill here.its OK..i can modify the text to display my custom Text. But my req. is that can i display formatted Text here?
    Such as a messge in 2 lines or some bold word etc. If i press enter in the message,it still appears in a single line and with \n\t...\n\t also gets displayed
    Regards
    Gaurav Gandhi

  • Unenable the entry 'Add to Favorites'

    Hi all,
    someone know how can I unenable the entry 'Add to Favorites' in the tool bar of the page?
    Thanks in advance.
    Stefano

    Hi Bob,
    Thank you for the answer!
    May be you know if this feature is added to the wish list and will be implemented in the future releases?

  • How do you add to Favorites,not bookmarks

    I can seem to find a way to add to Favorites list, I can add to bookmarks ok

    Yeah. Thanks to work and my oldest, I still live in both worlds. I've given the oldest stepson access to my old iPad to play around with for a while in hopes of converting him .

  • How to make Add to Favorites Option for website?

    Please Advice how to make Add to Favorites Option for the
    Website.
    Appreciated
    Thank You

    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=12&catid=189&threadid =1191543&highlight_key=y&keyword1=favorites

  • Coding "Add to favorites" links for Macs

    We recentely got our iMac and I noticed that the "Add to Favorites" link on my web site doesn't work when I'm using Safari. The link worked, and still works, when I use IE. Is there a different Java code that I need to use for bookmarking links on a Mac, or is there no way to bookmark pages without using a keyboard short-cut or the Bookmarks menu?
    iMac (dual Intel)   Mac OS X (10.4.6)  

    Hi,
    It would appear that only Internet Explorer can make use of the JavaScript to achieve this:
    http://javascript.about.com/library/blfav.htm
    I'm not sure why the other browsers don't allow it, but I'd guess it's a privacy measure to prevent unscrupulous websites from automatically adding bookmarks to your browser.

  • Add to favorites...........?very Urgent

    Hi all
    my client requirement is when he run reports on Internet Explorer(iviews),
    he wants to save his reports on Favorites by using Favorites-->Add to favorites.
    when he came back & click that saved link, he wants to display the report as usal.
    is it possible? if yes, please let me know how we achieve this?
    Regards
    Venkat

    Hi A.H.P
    Yes its possible through Bookmark. but what user wants is he used Fav-->Add to Fav. menu item in Internet Explorer. how he says the report in IE is,
    After Query initial view, means selection conditions.., user enter all desired input to the selections, and executed the query.., now report is displayed.
    Now user is trying to add in his favorites menu by using Fav--> Add to Fav.
    when he came back again, he used the link in Fav. and wants display the Report with all selection conditions. is it possible AHP.
    Regards
    Venkat

  • Add to favorites functionality

    Hi,
    I want to implement "Add to Favorites" functionality.
    I have an application with several pages, I display "Add to Favorites" NAVIGATION bar entry. I want that whenever user click that link, I store the current page id in my custom table, say user_favorites, so that I can show all the user favorite pages on the application HOME page ....
    How can I do this?
    Thanks.

    Kendra,
    Thanx. Actually that's what I want to do. If you visit any content area, you have a link on the top of the page, which let's you bookmark a page, that is within a content area.
    Now I have a Portal page that needs to be bookmarked. how do I incorporate the link that exists on every content area on my page.
    Is there a way in which I can retrieve URL of the current page the user is on and provide him an interface by which he can simply add it to his favorites and it appears in favorites portlet.

  • Add to Favorites on EP6 SP13

    I do not see "Add to Favorites" option in the options menu of pages and views. Is the option "Add to Portal favorites" disabled for iviews and pages in SP13 release?
    Can someone, please, confirm and let me know.
    Thanks,
      Mandar

    Hi Mandar
    Did you find out why the add to favorites option is not visible. I am using the same version of the portal as you are and I have selected the add to favorites option for the iview and also page but it is not being shown in the options menu.
    Can somebody please tell me why this is happening because I am able to see this for some iviews and pages like collaboration iviews, KM documents but not for the other iviews and pages.
    Any suggestion will be greatly appreciated.
    Thanks

  • How to add a favorite to the favorite bar

    how to add a favorite to the boook mark bar

    Finder windows, drag and drop between the left hand side shortcuts.
    The translucent bar, known as the Dock that has the trash icon drag to the left of the divider for applications, and right of the divider between icons for documents.  If your Dock is vertical above for applications, and below for documents.  You may have to use the Apple menu's Submenu for the Dock to turn hiding off and magnification off temporarily to have easier control of adding items to it.  Dock icons are only shortcuts.  They aren't stored anywhere on the hard drive except the original place you dragged from, same with Finder sidebars.
    Safari Bookmarks, drag and drop between favorites.  Open the Bookmarks via the Bookmarks menu to edit the bookmark bar.

  • Setting a "set home page" and "add to favorite" link

    How can I make a "set home page" and "add to favorite" link
    in a flash file?
    Cheers
    Roy, Israel

    You'd need to call a JavaScript function on the page... check
    out the
    ExternalInterface class (F8) - specifically the call method,
    for a good
    example.
    Dave -
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

Maybe you are looking for