CRM 5.2 UI - changing system links

Dear group,
we are struggling changing the URLs for the system links (personalize, help, system news, log off) provided on the header of the L-shape within the new web UI of CRM 5.2.
In standard, the 'Log off' system link will redirect to the SAP website. We would like to change this redirect to another page. A thorough search of UI customizing documention was not successful. Would anyone know how to change the destination for those system links, especially the 'Log Off' system link?
Thanks for help.
Regards,
Erik

Erik,
The logoff link is controlled by the technical profile of the business role.  Go to the IMG activity:
CRM->UI Framework->Tech Role Definition->Define Technical Profile
Copy the existing DEFAULT to a Z-version and change the logoff URL.  Then assign the tech profile to your business role.
For the other links:
Personalize is hardcoded to the system personalization screen
Help - is controlled through setting up the help documentation look at OSS note 1038204
System News is a provided service that displays messages created by sys admins through SM02 on the SAP GUI.
Take care,
Stephen

Similar Messages

  • Missing Parameter Values while using Change SubReport links

    Hi,
    I am using Change SubReport Links to pass data from Main Report to the SubReport. The report works fine at design time when I preview it, but at runtime I get "Missing Parameter Values" error.
    As I have used Chanage SubReport Links do I still need to pass the parameter to the SubReport from the code.
    cr.Export gives this error.
    Below is the code
    ExportOptions crExportOptions;
            DiskFileDestinationOptions crDiskFileDestinationOptions;
            string Fname = string.Empty;
            string strReportName = string.Empty;
            ReportDocument cr = new ReportDocument();
            string strReportPath = Request.PhysicalApplicationPath.ToString() + @"Members\Reports\UnPaidReceipt.rpt";
            if (!System.IO.File.Exists(strReportPath))
                throw (new Exception("Unable to locate report file:\n" + strReportPath));
            cr.Load(strReportPath);
            MtollBLL Unpaid = new MtollBLL();
            cr.SetDataSource(Unpaid.GetUnpaidPayments().DefaultView.Table);
            // Set the Crytal Report Viewer control's source to the report document.
            CrystalReportViewer1.ReportSource = cr;
            MtollBLL Violation= new MtollBLL();
            cr.Subreports[0].SetDataSource(Violation.GetReportViolation().DefaultView.Table);
            // cr.PrintToPrinter(1, False, 0, 0)
            Response.Write( cr.Subreports[0].DataDefinition.ParameterFields.Count);
            Fname = Request.PhysicalApplicationPath.ToString() + Session.SessionID.ToString() + ".pdf";
            crDiskFileDestinationOptions = new DiskFileDestinationOptions();
            crDiskFileDestinationOptions.DiskFileName = Fname;
            crExportOptions = cr.ExportOptions;
            crExportOptions.DestinationOptions = crDiskFileDestinationOptions;
            crExportOptions.ExportDestinationType = ExportDestinationType.DiskFile;
            crExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat;
            cr.VerifyDatabase();
            cr.Subreports[0].VerifyDatabase();
            cr.Export();//' The following code writes the pdf file to the Clientu2019s browser
    Please Advise.

    Please post your SDK development questions to the Developers forum

  • FM for changing system status in Service Notification

    Hi all,
    I have a tough situation here.
    To change the system status in service notification, the system use "IQS4_CHANGE_STAT_NOTIFICATION".
    CALL FUNCTION 'IQS4_CHANGE_STAT_NOTIFICATION'
      EXPORTING
        i_qmnum                  =
        i_vrgng                  =
        I_CHECK_ONLY             = ' '
        I_SPRAS                  = SY-LANGU
        I_BEZDT                  = SY-DATUM
        I_BEZUR                  = SY-UZEIT
        I_POST                   = 'X'
        I_COMMIT                 = ' '
        I_WAIT                   = ' '
        I_REFRESH_COMPLETE       = 'X'
      IMPORTING
        E_VIQMEL                 =
        E_STTXT                  =
        E_ASTXT                  =
      TABLES
        RETURN                   =
    2 main fields are required; i_qmnum and i_vrgng.
    I am able to provide i_qmnum (as this is the service notification number that i need to change).
    However, i_vrgng is a field in table (TC33-VRGNG). The values in the table does not make sense to me.
    Example. To change the status to NOPR (Put in progress), the FM uses PPM2 or PPM6 for i_vrgng. If we take a look at the table TC33, it doesn't indicate in anyway how NOPR is related to PMM2 or PMM6.
    Is there a guideline (ie, to change status to OSTS, i use a certain value in TC33-VRGNG to run the FM)?
    Please see BAPI_SERVNOT_POSTPONE & BAPI_SERVNOT_PUTINPROGRESS for a clearer picture of what I'm saying.
    Thanks,
    Earl

    Please try using FM STATUS_CHANGE_INTERN for changing System Status as i was not able to find any link between status and the field provided in FM in ur post.
    This FM directly changes system status of any object.But this FM requires System Status Value not Text.
    NOPR, NOCO etc are system texts.The main table for system status  is TJ02T which will give u the status value for the status text.
    For eg NOPR status text will have status value as 'I0070'.
    Reward Points if useful
    Edited by: Pratyasha Shishodia on Mar 14, 2008 11:07 AM

  • Changing Sitewide Links in DW CS3

    Hello
    I am working for an client to help update their website and have been working on their Dreamweaver 2007 system.
    (I'm fairley new to DW, but have goLive experience on MACOSX)
    they have an older DW CS3 running on Windows XP. Using Firefox current.
    this issue may be common to other versions though:
    I am trying to update a single 'hotspot' homepage link to redirect to different another page within the site.
    This 'hotspot' is a link to a Login page restircted to :members only". We wish to bypass this page and link it to a
    Welcome.asp page which is  'all -access".
    I assumed the safest (non-destructive) way to do this was to redirect links internally from the hotspot on every page in which it occurs.
    After 11 page updatess successfully redirecting this process stopped workingand all pages magically and maddingly reverted to linking
    to the Login page in browser.
    While i have found and used the DW feature to "change all links" within the site files, I'm contiuing to get the
    incorrect (original) page when refreshing cache and checking it using my browser.
    Tried it several times and thought the links seems good in Admin side , the online display is not linking correctly.
    There are many instances of this site link and each one I've checked seems to point in the correct redirect page location,
    but not linking on the online side.
    I'd appreciate any clues, workarounds or suggestions to why this is not working.
    Do they need to upgrade to CS5 , or is that still going to yield the same problem...seems it might.
    Cheers in advance

    http://e7x.com/dw/
    Relativity
    Change links to document relative, root relative or absolute.
    Version: 1.5.1
    Updated: 28 Dec 2005
    Requires: DW4/UD4/MX/MX2004
    Download:
    http://e7x.com/dw/relativity.zip
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Changing a link in welcome page

    Hi,
    I'd like to change one link in the welcome page (not in the left hand menu). For example changing the BBPSC01for BBPSC03 or BBPSC02.
    I can't see nothing in the roles about, it is neccesary to modify the template??
    I'm running a SRM 5 with integrated ITS,
    Does anybody know how I can achieve this.

    Hi
    <b>
    Please read this carefully.</b>
    Define Roles
    Check whether the roles delivered by SAP meet your requirements. If not, you can create new roles and assign transactions to them. We recommend that you copy standard roles and tailor them to your requirements.
    All users assigned to a respective role are then allowed to carry out the transactions. If required, you can refine the authorization check on the tab page Authorizations.
    Note: You do not assign the users in this step. On creation the composite roles are automatically assigned to the users. You can change the roles using the Web function Manage Users.
    <b>Standard settings</b>
    <u>SAP supplies the following single roles:</u>
    SAP_EC_BBP_EMPLOYEE (for employees)
    SAP_EC_BBP_PLANNER (for component planners)
    SAP_EC_BBP_PURCHASER (for purchasers)
    SAP_EC_BBP_OP_PURCHASER (for operational purchasers)
    SAP_EC_BBP_ST_PURCHASER (for strategic purchasers)
    SAP_EC_BBP_MANAGER (for managers)
    SAP_EC_BBP_BIDDER (for bidders working with bid invitations)
    SAP_EC_BBP_VENDOR (for vendors and service providers)
    SAP_EC_BBP_RECIPIENT (for the central goods recipient)
    SAP_EC_BBP_ADMINISTRATOR (for system administrators)
    SAP_EC_BBP_COMPANY_ADMIN (for the company administrator in an Exchange environment)
    SAP_EC_BBP_SECRETARY (for the purchasing assistants)
    SAP_EC_BBP_ACCOUNTANT (for accountants)
    SAP_EC_BBP_CONTENT_MANAGER (for managers of the SAP Content Workbench)
    SAP_EC_BBP_CREATEUSER (to request a user for initial logon)
    SAP_EC_BBP_CREATEVENDOR (to request a user for initial logon)
    /CCM/CATALOG_MANAGER (for catalog managers - SAP Catalog Content Management)
    /CCM/CATALOG_APPROVER (for content approvers - SAP Catalog Content Management)
    SAP_EC_SUS_ADMIN_PURCHASER (for purchasing administrators - SAP Supplier Self-Services)
    SAP_EC_SUS_BIDDER (for bidders - SAP Supplier Self-Services)
    SAP_EC_SUS_DISPATCHER (for dispatchers - SAP Supplier Self-Services)
    SAP_EC_SUS_INVOICER (for invoicers - SAP Supplier Self-Services)
    SAP_EC_SUS_ORDER_PROCESSOR (for order processors - SAP Supplier Self-Services)
    SAP_EC_SUS_MANAGER (for managers - SAP Supplier Self-Services)
    SAP_EC_SUS_SERVICE_AGENT (for service agents - SAP Supplier Self-Services)
    Note: Information about using SAP Catalog Content Management is available at the end of this document.
    Note: Information about single SUS roles is available at the end of this document.
    <u>SAP delivers the following composite roles:</u>
    SAP_BBP_STAL_EMPLOYEE (for employees)
    SAP_BBP_STAL_PLANNER  (for component planners)
    SAP_BBP_STAL_PURCHASER (for purchasers)
    SAP_BBP_STAL_STRAT_PURCHASER (for the strategic purchasers)
    SAP_BBP_STAL_OPERAT_PURCHASER (for the operational purchasers)
    SAP_BBP_STAL_MANAGER  (for managers)
    SAP_BBP_STAL_BIDDER (for bidders working with bid invitations)
    SAP_BBP_STAL_VENDOR (for vendors and service providers)
    SAP_BBP_STAL_RECIPIENT (for the central goods recipient)
    SAP_BBP_STAL_ADMINISTRATOR (for system administrators)
    SAP_BBP_STAL_SECRETARY (for the purchasing assistants)
    SAP_BBP_STAL_ACCOUNTANT (for accountants)
    SAP_BBP_STAL_PURCHASE_MANAGER (for the purchasing manager)
    SAP_BBP_STAL_CONTENT_MANAGER (for the managers of catalog content)
    <b>Activities
    If you want to create your own composite role, proceed as follows:
    1. Enter a name for the composite role and create it.
    2. Enter a description and save it.
    3. On the Roles tab page, enter the relevant single roles that you want to assign to the composite role.
    4. On the Menu tab page, import the transactions of the single roles and structure the menu as desired.
    5. Save your entries.
    Note: Before a user logs on for the first time, you must generate the authorization profile for the single roles on the Authorizations tab page and execute the user synchronization onthe User tab page.
    Note: For the roles purchaser, operational purchaser, and purchasing assistant, the Extended Form user interface is available as standard in the shopping cart. This enables temporary staff to be ordered, for example.
    For the other roles, the Wizard (BBPSC 02) user interface is available as standard in the shopping cart. You can replace this with the Simplified Form (BBPSC 03) user interface.
    If you want to replace BBPSC 02 with BBPSC 03, proceed as follows:
    1. Call transaction PFCG.
    2. Select composite role SAP_BBP_STAL_EMPLOYEE.
    3. Switch to change mode.
    4. Choose the Menu tab page.
    5. Import the menu.
    6. Choose Merge.
    The folder for newly-added menu options appears in the menu.
    7. Select BBPSC03.
    8. Move the entry to the relevant place.
    9. Delete BBPSC02.
    10. Delete the folder for newly-added menu options.
    11. Save your entries.
    12. Choose the User tab page.
    13. Execute the user synchronization.
    If you want to extend single roles, proceed as follows:
    1. Call transaction PFCG.
    2. Select the single role, for example, SAP_EC_BBP_EMPLOYEE.
    3. Switch to change mode.
    4. Choose the Menu tab page.
    5. Choose Assign transaction.
    6. Enter the transaction code (such as BBPSC01).
    7. Choose Assign transactions.
    8. Move the entry to the relevant place.
    9. Delete any other transactions.
    10. Save your entries.
    11. Choose the Authorizations tab page.
    12. Choose Change authorizations.
    13. Save your entries and generate the new authorization profile.
    14. Choose the User tab page.
    15. Execute a complete user synchronization.
    16. Perform steps 1-13 of the section above (replace BBPSC03).
    Note: In transaction PFCG, you can decide whether the side menu for composite roles should be shown or hiddenas default. Select thePersonalization tab page, the key is SPERS_BROWSERMENU. The side menu will only be hidden, however, if this is set in all the composite roles assigned to the user. The status that is selected and saved by the user overrides the default setting.
    Choose Save.</b>
    Hope this will help.
    Please reward suitable points.
    Regards
    - Atul

  • Webclient 6.0 - IC_Agent System Links

    CRM IC Gurus,
    When I log on as IC_agent my system links are missing from header level please advise as to what I can do.
    Regards,
    Shreya
    Edited by: Lynn Gordy on Dec 8, 2008 8:17 PM

    Shreya,
    For power user business role, make sure that you assign CONTENT_MGMT function profile under business role maintenance.
    THanks,
    THirumala.

  • Creating zone level price change using link codes RMS

    Hi,
    In the RPM module of RMS(Oracle Retail Merchandising System 12), What is the purpose of creating zonel level price change using link codes when it could be done without link codes?. Is there any difference between the two?.
    Thanks in advance.

    Questions about how to do something in an IDE should be directed to that IDE's forums, etc. If the question is about Java code or errors, then post the code and questions here.

  • Changing system date in Paravirtualized  Oracle VM

    Hi ,
    I need 3 guest on 1 oracle VM server. Each of them has own different system date. For example while first one is working on 2041 , second one works on 2001 and last one works on 2014.
    I have set "xen.independent_wallclock = 1" in "/etc/sysctl.cfg" in each Guest and I am able to change system date as independently from host system. Until here , everything is ok.
    But when I restart the Guest system , the system date is resetting to host system's system date .
    Please could you give your ideas how to solve this problem .
    Rgds.
    Leo-

    Hi, for paravirtualized guests do like this:
    As user root
    vi /etc/sysctl.confsearch "independent_wallclock" and set it "=0" (NOT "=1")
    Save and exit
    Set the correct Time Zone creating an appropriate symbolic link, for example:
    ln -sf ../usr/share/zoneinfo/Europe/Rome /etc/localtimeThen:
    vi /etc/sysconfig/clockSet it as you like, but following this schema:
    ZONE="Europe/Rome"
    UTC=false
    ARC=false("ZONE" refers to the Time Zone, "UTC=false" indicates that LOCAL TIME will be used)
    Finally, deactivate the ntpd service on your VM guest, as with the above settings system time will be bound to the Hardware Clock on Dom0, therefore we don't need ntpd:
    chkconfig --del ntpd
    service ntpd stopTry a reboot and check all is ok.
    All this, I repeat, is true for Paravirtualized guests only. Fully Virtualized guests do need ntpd service for system tyme sync.
    HTH

  • How do I stop Safari from Changing Visited Links Color's?

    I recently switched from Firefox to Safari since I find Safari much faster. I do have one annoyance though. When I click a link (especially in forums) and revisit a page with that link, Safari is changing the link's color. Firefox did this too, it changed visited links from blue to purple.
    I would like to set it somehow so Safari doesn't change the color of visited links at all. Is this possible? When I googled I saw many different posts about using custom made CSS style sheets. I just want to get an 'official' or more relevant answer since many opf those posts were years old. I'm using the latest Safari.
    Thanks!

    AFAIK, it's not possible with preferences, per se. See http://discussions.apple.com/thread.jspa?messageID=7183566 and http://www.yourhtmlsource.com/stylesheets/csslinks.html for possible hints. You might also investigate modifying one of Safari's css files, inside the Safari app—left as an exercise, with no guarantees that you won't cripple something.

  • Can't change a linked image???

    I have a lot left to learn in Dreamweaver but linking images I've done alot, I hope someone can help me on what I'm doing wrong.  The linked image won't let me change links.  Here is the home page http://kmmcement.com/.  The bottom right picture under click to view slideshow is linked to slideshow.html.  I changed the slideshow and named the new one ss.html.  When I right click the picture and choose Change Link and select my new ss.html, it does not change it in the code.  I tried manually to change it in the code and publish, but the new page won't load up (although when I preview the page, it loads fine.)
    The only thing I've done differently on this site is that I finally learned to get the bottom navigation links to work without looking jumpy and jittery when clicking or rolling over them, by going to Modify - Page Properties and choosing links and set them up there (basic that I should've learned awhile ago).  I didn't do the navigation bar until last, so would that have anything to do with not being able to change the link?  If so, then how can I change it to where only the bottom navigation has it's own style as I'm sure there's going to be alot more links I'm going to be adding.
    Thank you in advance for any help. (By the way, I'm using Dreamweaver CS3)

    Starting on line 215 of your code, you have this:
    <tr>
    <td height="338"><div align="center">
    <p class="style11">CLICK TO VIEW SLIDESHOW!</p>
    <p><a href="slideshow.html"><img
    src="images/slideshowpic.JPG" width="347" height="223"
    border="0"/></a></p>
    </div>
    </td>
    </tr>
    Try changing it to this:
    <tr>
    <td height="338" style="text-align:center">
    <p class="style11"><a href="ss.html">CLICK TO VIEW SLIDESHOW!</a></p>
    <p><a href="ss.html"><img src="images/slideshowpic.JPG" width="347" height="223" border="0"/></a></p>
    </td>
    </tr>
    Save.  Upload page to server along with ss.html page.  Hit refresh in your browser.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • How to change system time through java program

    Hi
    I want to know, how to change system time through java program.
    give me a idia with example.
    Thanks

    There isn't any core Java API for this. Use JNI or call an external process with Runtime.exec().
    ~

  • How to change system time on Cisco MeetingPlace Express Server

    How to change system time on Cisco MeetingPlace Express Server
    Model MCS-7825-I4

    Hi Vijay,
    As per the install guide for MPX 1.x as well as 2.x "Caution! Be sure you enter the correct date and time. You must reinstall the Cisco Unified MeetingPlace Express operating system and application if you need to change the date or time of your server in the future."
    http://docwiki.cisco.com/wiki/Cisco_Unified_MeetingPlace_Express,_Release_2.x_--_Configuring_the_Cisco_Unified_MeetingPlace_Express_Server#Configuring_the_Cisco_Unified_MeetingPlace_Express_Server
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/meetingplace_express/1_2/english/installation/guide/iug/mpxinst3.html
    HTH
    Manish

  • How to change system password in weblogic 8.1 ?

    Hi,
    Will you shed some lights on the steps of changing system password ? In weblogic console, I changed the password in Security->User and also in the remote start tab of admin server. When re-starting admin server, got this error : <Jun 17, 2005 1:36:59 PM PDT> <Critical> <Security> <l0065073> <doris811_admin> <main> <<WLS Kernel>> <> <BEA-090052> <Server installed as Windows NT service with incorrect password for user admin; The password may have been changed since the server was installed as a Windows NT Service. Contact the Windows NT system administrator.>. Any help is appreciated.
    Jessie

    I ran the installservice with the new password and received following errors when starting the service :
    Program Error : beasvc.exe has generated errors and will be closed by Windows....
    Microsoft Management Console : Could not start the beasvc doris_doris_admin service on local computer, Error 1067: The process terminated unexpectedly
    Should I change password in weblogic console
    security->user prior to re-install service with the new password ?
    Any help is greatly appreciated.
    Jessie

  • How do I enable all sound files wav,MP3 on windows 7 64-bit change system sounds

    How do I enable all sound files wav,MP3 on windows 7 64-bit change system sounds it will only give me the option to choose wav?

    Windows 7 uses .wav (wave) files for the sound events. The default folder that Windows 7 uses to store the sound files in is located at C:\Windows\Media.
    You cannot use a MP3 file but there are lots of (WAV to MP3 converters) available on internet which can help you to convert MP3 to wav  serving your purpose of changing system sound. 
    //Click on Kudos and Accept as Solution if my reply was helpful and answered your question//
    I am an HP employee!!

  • Is there a good way to automate changing existing links to external PDFs to instead be to PDF attachments with same names?

    Greetings!
    Can anyone tell me a good way to automate changing a "main" PDF's existing hyperlinks to external PDFs to instead be links to PDF attachments to the main PDF (the attached PDFs to have the same filenames as the external PDFs) ?
    Format of current link in main PDF:
    Go to a page in another document
    File: C:\\path\filename.pdf
    Destination name: P:1
    When link is manually changed to link to a PDF that has been attached to the main PDF:
    Go to a page in another document
    File: PDF attachment
    Page: 1
    Zoom level: Fit page
    The new PDF link does not list the PDF attachment filename in the link.
    The main PDF (the one that has the links that I would like to automatically change) is generated with the hyperlinks to other PDFs from Adobe FrameMaker 11.  In FrameMaker11, we added special marker text "openpage filename.pdf:1" that is "automatically" changed to be hyperlinks to external PDFs when the main PDF is created (postscript file is processed) by Adobe Acrobat Pro 11.
    My first choice is to be able to change the format of the special marker text in Adobe FrameMaker source file, but I have not found way to specify a link to be to a PDF attachment with a certain filename.
    However, I would also really like the option of running a batch file on a main PDF to change the links there.
    Has anyone tried using that Adobe ExtendScript ToolKit CS6 to do this? That is, a script that could automatically modify the hyperlinks in a PDF to link to PDF attachments rather than external PDFs, or else modify the unprocessed links while they are still in Postscript file format, or else modify the marker text in FrameMaker to instead of creating a link to a PDF in the same directory as the main PDF being processed, to create a link to a PDF attachment files?
    Thank you,
    Judith Wallace
    [email protected]

    FrameMaker's Hypertext feature has no ability to "link" to an attachment on/in a target PDF.
    PDFs sourced from FM can have named destinations set in the FM authoring files such that a link from file01.fm to the specified named destination in file01.fm will be functional in the PDFs created from the FM files.
    Then, of course, there's the dynamics possible by use o FM Books. But that's the grist for the mills at the FM user-2-user forum.
    RE: Scripting - PDF scripting is via Acrobat JavaScript. That something still of and by Adobe although it may migrate to an ISO Standard (or be rolled up in a future ISO 32000).
    So, to the point - look to Acrobat JavaScript for scripting.
    Be well...

Maybe you are looking for

  • Can not register a new machine with Updatemanager

    Hi, I just install a new machine with Solaris 10 using a Flash image and Live Upgrade. The original machine from we create the Flash image was registered succesfull using Update Manager. Now, when I try to register the new machine, the applications a

  • How to make use of standard content in our SWCV ?

    Hi all , I want to use the Interface , mapping etc., which are available in SAP Basis namespace . But i have added as  dependency to my Software component version in SLD. My question is 1. How can i use that added SAP Baisi objects to  my namespace ?

  • Can I Increase the DPI of the Macbook Air ?

    windows xp has a function that allows you to increase the dpi of the display without changing the resolution (from 96 dpi to say 120dpi) any resolution on the air (or any other mac) other than the defined one generally creates a screen that loses sha

  • G-Drive Recommendation

    I've been editing some iPhone 4 footage with my OWLE BUBO in Final Cut Pro lately and im really getting into it more. I'm thinking of getting a T2i or perhaps even a 5D pretty soon. Even with my iPhone footage that i transcode into ProRes, i notice a

  • Iphoto v5.0.4 and RAW Nikon D1X files

    Iphoto will not import Nikon D1X RAW files, only TIFF's & JPG's. Is there an update for this problem ?As I always tend to shoot in RAW initially. Dan Rose