Remove link from widget favorite reports - on page home

Hello Experts
On Startpage (Home) in CRM. I defined some links for widget favorite reports.
Some users are not allowed to klick on ofe the links. so i wante to remove them (because i don't wante do define a new role for this on link)
How could i remove them? Can you give an example coding for the do_prepare_out?
Thanks for Help.
Regards, Sven

Hi Sven,
You can try the following:
Enhance the web ui component UICMP_WC_FAVORI . inside the component enhance the view UICMP_WC_FAVORI/FavoriteCRMLinks and inside your z IMPL class you can redefine the method GET_WCFAVORITE_LINKS. Inside this method you can put condition based on business role of current loggedin user and remove or add report links. Ypu may need to define the DO_INIT_CONTEXT() to call your version of GET_WCFAVORITE_LINKS()
To get the business role of current loggedin user you can use the following code:
Data: lv_current_profiel TYPE crmt_ui_profile.
* Get the current user's business role
  CALL METHOD cl_crm_ui_profile=>if_crm_ui_profile~get_user_defined_profile
    RECEIVING
      rv_result = lv_current_profiel.
Hope this will help!
Regards,
Ajay

Similar Messages

  • Error while link from calendar to report

    Dear,
    Now I try to link from calendar to report. In the SQL Query
    step of the calendar build wizard I've input as follows:
    select
    c.cal_date the_date,
    c.cal_title the_name,
    'PROJECT.CAL_RPT.show_parms?
    p_arg_names=_tab_calendar_cal_id_cond&p_arg_values=%
    3D&p_arg_names=tab_calendar.cal_id&p_arg_values=' || C.CAL_ID
    || ' ' the_name_link,
    null the_date_link,
    null the_target
    from project.tab_calendar c
    order by 1
    But when I click link in calendar, the browser was shown
    that "The page cannot be found HTTP 404 - File not found
    Internet Explorer".
    Why this link is incorrect? Please help me.
    Thank You
    sirin kittichotpanich

    hai eide...
    this is javascript ok..
    i am also having the same problem
    in plsql procedure anyway...
    write this script into javascript event handler 'OnClick' ok
    function open()
    window.open('url','mywindow','width=100,height=100,scrollbars=yes,resizeable=yes');
    open();
    it should work...
    regrds
    hai

  • Removing links from E-recuritment Dashboard

    Dear Experts,
    I want to remove links from E-recruitment  powl application. And I want to use this customized dashboard for External agents only.
    Kindly refer the screenshot and guide for same.

    Hello,
    Please check the "Supress Footer " by following the below steps.
    GOTO SPRO
    SAP Customizing Implementation Guide
    SAP NetWeaver
      Business Intelligence
       Settings for Reporting and Analysis
        Settings for Information Broadcasting
          Settings for Distributing E-mails
           in this view check  'Supress Footer'
    I hope this helps.
    Thanks,
    Michael

  • Setting up a link from a grid to another page

    All,
    Is there a way to create a link from a grid to another page?
    Thanks.

    You will need to find a tutorial for a drop down or cascading menu.  What you should try is to Google "AS2 drop down menu tutorial" and "AS2 cascading menu tutorial".  You may not find exactly what you are describing, but will hopefully find something you can figure out how to adapt to meet your goals.

  • Update the web links on the Crystal Reports start page?

    Many of the web links on the Crystal Reports start page are now useless and direct to the general "Welcome to the SAP Support World!" page.
    When will / how can these be updated?

    You should be able to do searches here:
    https://www.sdn.sap.com/irj/sdn/businessobjects-articles
    https://www.sdn.sap.com/irj/sdn/businessobjects-downloads
    Ludek

  • ESS Who's Who - remove link from Org Unit

    In Who's Who (web dynpro version for ERP2004), I want to display Organizational Unit in an employee's detail.  I do NOT however want the link to the org chart from this field to be available.
    Is there a way to remove the link from the Organizational Unit field?
    If not, then my issue is that the link does not work. I get the error "Service EMPLOYEE_ORGCHART_SERVICE does not exist" when I click on a link to the org chart from who's who.  Can someone point towards some documentation on how to implement this?
    Bottom line is that I either want to remove the link on Org Unit or make it work. 
    Has anyone had success with this?
    Thank you!
    Jeff Karls

    SAP's response for getting the link to work:
    17.08.2006 - 12:30:27 CET    SAP    Reply 
    Hi,
    Please check the following in your customizing.
    1.table V_T7XSSSERRES
    Resource Key EMPLOYEE_ORGCHART_SERVICE
    Directory Path sap.com/ess~org
    Object Name Orgchart
    Window Name Orgchart
    2.table V_T7XSSSERSRV
    Service Key EMPLOYEE_ORGCHART_SERVICE
    Service Link Text Orgchart
    Service Type Webdynpro Application
    Link Resource EMPLOYEE_ORGCHART_SERVICE
    3.
    Please maintain the URL of PCD page as
    ROLES://portal_content/com.sap.pct/every_user/com.sap.pct.ess.employee
    /com.sap.pct.ess.roles/com.sap.pct.ess.employee_self_service/
    com.sap.pct.ess.employee_self_service/
    com.sap.pct.ess.area_employee_search/
    com.sap.pct.ess.serv_employee_search
    in the table V_T7XSSSERRES for the key EMPLOYEE_ORGCHART_SERVICE and trythe application again.
    As for removing the link, that will require a modification to the Who's Who web dynpro.

  • Remove link from User Display Name

    Hi, there is the name of the user on top of the page, it has an arrow and when I click it shows me "About me" and "Sign out". I need to remove that link and leave only the text. Any idea how to do it pls?
    Thanks

    try these links:
    http://sharepoint.stackexchange.com/questions/77387/how-to-hide-the-about-me-link-from-the-username-drop-down-list
    https://social.msdn.microsoft.com/Forums/office/en-US/0cfdd44a-492d-4382-9981-2004d751cb01/how-to-hide-the-about-me-link-from-the-username-drop-down-list?forum=sharepointdevelopment
    https://social.msdn.microsoft.com/Forums/office/en-US/0cfdd44a-492d-4382-9981-2004d751cb01/how-to-hide-the-about-me-link-from-the-username-drop-down-list?forum=sharepointdevelopment
    http://myloveforsharepoint.blogspot.in/2013/09/hiding-links-in-welcome-control-in.html
    https://technet.microsoft.com/en-us/library/dn659293(v=office.15).aspx
    http://stackoverflow.com/questions/14725720/how-to-remove-default-links-from-sharepoint-2013-suite-bar-and-add-my-own-links
    Please mark as answer if you find it useful else vote for it if it is close to answer..happy sharepointing

  • Remove links from a Web Capture

    Is it possible to remove all/disable links within a PDF created using Web Capture?  This feature is so much faster than creating individual screen shots of every page, but my client is requesting that the PDF doesn't include web/hyperlinks.  Any help would be appreciated.  Thanks!

    I want to copy links from different search engines.Not clear; do you want to read the file content on the internet given the url address? or ?
    Can you explain more
    Regards,
    Alan Mehio
    London, UK

  • Report links from one dashboard(report) to another dashboard with prompt

    There are two dashboards ‘Chart’ and ‘Transaction details’ . I am trying to link from one report(dashboard called 'Chart') to another dashboard(Transaction details).
    In first dashboard (screenshot 1) there is a column called ‘Day’ which is like date., I have set the navigate properties and pointed out the second dashboard as the target ( screenshot3).
    In the second dashboard (screenshot 2) , the request has an prompt on the date column.
    Requirement, Once I click on particular value on ‘Day’ column in first dashboard, it has redirect to the second dashboard. Having said that, it is not only enough to navigate but also pass the value as a parameter to the second dashboard.
    Currently, it is successfully navigating to the second dashboard, but not passing the parameter. Is there any particular step that I have take care here.
    By the way, the column which has prompt has be defined as ‘as prompted’ in its report.
    Any inputs, ideas are appreciated.
    Thanks and Regards
    S
    For some reason, I couldn't able to upload the screenshots that I took now in oracle forums.

    Hi Saicand,
    Thanks for you reply. What should I need to check at fx section of the column. Do you mean that the format of the date format should be the same for both the reports.
    Thanks and Regards
    S

  • Link from BOBJ Webi report to CRM webUI screen

    Hi experts,
    I was wondering, if there's a way to create a link from Webi report (based on CRM data) to webUI content in CRM? For example, Webi report will have opportunity numbers. User will be able to click on the opportunity number and get to webUI screen where he could see opportunity details and maybe even modify it.
    Best regards,
    Vlad

    Hi,
    You can link Webi Document to webUI content in CRM with help of Hyperlink based on particular column then you need to parse the data.
    Once Parse button is clicked, it displays with the parts of the URL parsed into sections depending on parameters specified in OpenDocument URL.
    for more information kindly go through following document.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0daee1d-0e38-2d10-0c91-8bb4ab5aa266?QuickLink=index&overridelayout=true&47467978778722
    Best Regards,
    Pushkar Dhale

  • Can you link from Word to a specific page in PDF without a webserver?

    I am trying to add a link within Word that opens a specific PDF file and goes to a particular page within the PDF.  Is there a way to do this without a webserver?

    I have a similar problem I would like to solve. I am also running Word 2003, Windows XP and Acrobat Professional 7.0.
    I can create a hyperlink in a word document to open a separate PDF file.
    I can then use PDF Maker to convert the word document to PDF.
    No problem.
    When I click on the new link in the PDF document it opens the separate file in the same window and the original PDF file is closed.
    I do not want the original file to close.
    When I set up a new link from within Acrobat then I get the option to "Open in new window". This link works the way that I want.
    As there are multiple hyperlinks in the word document, I will need to recreate new links everytime I modify the Word document. This is very time consuming
    Question - how do I get the automatically created link to open in a new window?
    Thanks in advance

  • Open link from portal favorites

    Hi all,
    When we add some KM Navigation iView to portal favorites and try to open it from portal favorites link it opened with wrong layoutset (not the same layoutset that declarated in original iView). How can we change it?
    Thanks,
    Ola

    Hi Ola,
    we had the same problem, that we want to open the KM Folder in our customized layout and not in the standard user layout.
    The only way we found to realize this, was to overwrite the standard user layout with our customized layout.
    You will have to decide, if you want to change the standard in this case... a better solution we haven't found
    Best Regards
    Frank

  • Linking from SWF files to web pages

    Hi
    I'm using the latest Flash CS3.
    Basically, I want to link from the SWF file to a webpage.
    Here's what I've done so far.
    Created the FLA file, imported the quicktime movie into it
    etc etc.
    I've then added a behaviour by clicking on the inserted
    movie, then BEHAVIORS >WEB> GO TO WEB PAGE> and filled in
    all the relevant text for the link.
    Then I have saved the file. Then I have published then OK.
    I have embeded the SWF file in a web page, but when I click
    on the movie, it shows there's a link, but it won't link to the
    webpage.
    What am I doing wrong? I dont understand.
    Can't get my head around this!
    When I go to the FLA file, then publish preview > flash,
    and the movie appears on its own, the link works... but the SWF
    file doesn't.
    Basically what do I need to do to make it work.
    The coding I am using in my web-page is:
    <p align="center"><center>
    <object width="165" height="100">
    <param name="movie" value="
    http://homovision.media7london.com/wordpress/Newcontribute.swf"
    />
    <embed src="
    http://homovision.media7london.com/wordpress/Newcontribute.swf"
    width="165" height="100" />
    </object>
    </p></center>
    The movie plays, the "link hand" appears above it, but when
    it is clicked nothign happens.
    Any help would be greatly appreciated.
    Simon

    Did you inport to the stage and put a stop (action script) on
    the frame?

  • Removing Links From Block of Text

    Is there a method to remove all links from a block of text?
    It's mostly plain text with many links throughout. I want to simply
    remove all the links without doing one at a time.
    Thanks,
    Steve

    or a hackish way to do this would be to highlight the entire
    bit of text and then make one huge link, and then delete the a tag
    as there would only be one a tag then.

  • Linking from individual photos on photo page to new page

    On a photo page is it somehow possible to make some of the photo titles be links to new pages, but still let the page be a slideshow like normal? And how would you do it? Thanks,

    I guess you could still have a slideshow of the various photo album thumbnails this way.... What you are asking for, I believe, is a photo index page. You can make it out of the Photo template, except clicking on the thumbnail photos actually brings you to a new Photo page, like a link to the real photo album page. Here are some directions written up by Michael Wong....
    http://www.rowan-cottage.co.uk/Site/Graphics%20Tips.html
    Look under the section that says "How to Create a Photo Album Index." Good luck!

Maybe you are looking for

  • Labview: resource not found ; Specifically a VI located in my LV 8.2 Project I am trying to download to my FP-2000 and run.

    Hi,  I am fairly new to the LV Project method of building executable files and embeded applications.  I have been using LV 7.2 for the last few years and finally switched over to 8.2 this last summer. My problem is that I have an embedded application

  • Itunes Freezes When I Plug My Ipod

    This started to occur just a couple days ago. I noticed when I disconnected my ipod the day before, the screen turned white. I had to restart my ipod then it worked fine til yesterday. My Ipod started to really lag when I was shuffling and its still

  • Labview 2012 Installer builder issues with Windows 7 64 bit

    I have a clients project application program I am working on and am having a lot of trouble getting installed applications to work on Windows 7 properly. The Labview Installer sets the default installation directory to "c:\Program Files\" on Windows

  • Problem in filtering when we use navigation link

    Hi all BI Gurus, I am having one problem can anyone please help me to come out of it. Here is my problem, I created two reports. The first one gives you basic idea and the second one give you more detail related to first report. e.g. First Report is

  • Image (blob) in infowindow

    Hi all, Does anybody know how to embed images into info windows of vector layers in oraclemaps api (version 2)? The source of image is from a database field with BLOB type. Thank in advance.