Customization for URL link

Hi all,
I facing some problem about the customization for the URL link. I would like to change the logo of sun to my personal logo.Can anyone show me the way to do that ?
Please advise, your advises are appreciated
Thanks

I am not sure if I understood your question correctly. Do you want to change the sun logo in the welcome page of web server instance?. If yes, then go to the <install_webserver_dir>/https-<config-name>/docs and edit the index.html.

Similar Messages

  • How to remove bullets and spacing for url links in the Related Links iview?

    I tried to look for a property that I can edit the look-n-feel of the url links in the Related Link iView using "Theme Editor".
    All I need is to remove the bullets and increase some vertical spacing between the links.
    Currently, it looks like this:
    URL iView A
    URL Iview B
    I go through the whole section of Related Links properties, none of them seems to do what I want.
    Here are the list of properties in Related Link section (of Navigation Panel):
    Link Color
    Text Decoration of Link
    Hover Color
    Text Decoration of Hovered Link
    Initially, I thought "Text Decoration of Link" should be the right property I should look at. But there are a drop-down with 5 options: None, Underline, Blinking, Overline and Line-Through, which really can't achieve what I want.
    Thanks for advice.
    Kent
    Post with Diagram Illustration:
    <a href="http://sapnetweaverforum.blogspot.com/2006/11/how-to-remove-bullets-and-spacing-for.html">How to remove bullets and spacing for url links in the Related Links iview?</a>
    Message was edited by: Kent C.

    Hi, Kai.
    I checked the Related iView properties (URL Template), I don't see what layoutset it is really using. I am not sure, is that a layout set apply to the Related Link Iview?
    For the regular KM iView, I will see what Layout Set I want to apply, then I can go and change the properties (of layout coontroller, collection renderer & resource renderer)you mentioned. But for this Related Link iView, I really don't know. I guess it may be in the code itself.
    If there is a layout set for Related Link iView (or the place to apply layout set to it), can you point to me which one is that? (I did a search through the layout set names, I only find the AppQuicklinkExplorer (I used this for Dynamic Nav. Link iView before), if I can aply this layout set to Related Link iView, my problem will be solved.)
    Thanks for help.
    Kent

  • Object Services Attachements for URL Links

    Hi Guru,
      I have to create interface for Object Services Attachments for URL links.
    Scenario is
    Drad Table:
    DOKOB = PTRV_HEAD
    DOKNR = 0000000000000001000000000098
    objky = 0050000088\
    Draw Table:
    doknr = 0000000000000001000000000098
    filep: rgenbust:/DCTM370097578000AD0C
    Create object service url attachment with:
    http://rdgvmws10:8080/WebAccess/TEServlet.ser?docbase=rgenbust&sapLinkId=
    appended to FILEP after the /
    to make a link of:
    http://rdgvmws10:8080/WebAccess/TEServlet.ser?docbase=rgenbust&sapLinkId= DCTM370097578000AD0C
    I unable solve this issue can any help with the source code.
    I need to create program with scratch. Can any body tell me how to start the program. First which table i need to read. How to retrieve URL append to FILEP field. I would appreciate if any body help.
    Thanks
    Ashraf

    Hello,
    See hyper-links below:
    [How-To: Offline approval - Logon link does not work|http://wiki.sdn.sap.com/wiki/display/SRM/Offlineapproval-Logonlinkdoesnot+work]
    [KBA 1511180 - The hyperlink in the offline approval email is incorrect|https://service.sap.com/sap/support/notes/1511180]
    Regards.
    Laurent.

  • Global Variable Update for URL Link

    Hello
    I cant seem to find the article anymore and not sure if I was imagining this.
    Within OBIEE when editing a dashboard we can add dashboard objects including a link
    For this link, we can have any web URL we want to redirect to another web page.
    For this URL, is there anyway to declare a static variable for this so we can go to one central location to update the URL?
    Recently I had to go into each dashboard and update the URL manually one by one. Rather avoid this exercise if I can just make one global variable change
    Any ideas?

    So I finally found what I was looking for and it was right in front of my nose
    In the catalog manager there is an option for "XML Search and Replace"
    To update all the URL's across all my dashboards I just needed to use this function
    http://obiee101.blogspot.ca/2010/08/obiee-catalog-search-and-replace.html
    Remember after updating to refresh, or exit and log back into your catalog manager to see the newly updated changes
    Thanks
    Edited by: chillychin on May 17, 2013 2:13 PM

  • Request for URL Link in SmartForm

    Hi Experts,
    I am working on ECC5.0. I am developing PO smrtform and got a requirement to have HTML links in Smartform Layout.
    Example Scenario: I have html link as follows for item number 1 details in PDF format. Whe I copy and paste the following link I am able to see PDF document.
    http://sapuxdev.abcd.com:8085/sap/ebp/docserver/100/po%20attachment%20oss%20note.pdf?attkget&KpId=49934B44F040744CE1000000AC1D061F&KpClass=BBP_L_DOC
    Kind Note: This number "49934B44F040744CE1000000AC1D061F" is dynamic (this is changed based on Item number in a PO)
    I want to store the above link in a variable called Item1_Details and want to display in smartform with the varible name. Whenever I click on variable in smartform the pdf file needs to be opened in new web browser.
    Kindly let me know is there any solution for my problem.
    Thanks a lot in advance for your help.
    Thanks,
    Sudarsan

    Hi
    If you need to create a static link only then specify in Jsp page
    If the link is dynamic and also depends on some numbers It is always recommended to put the Link Or Url in the jsp dyn page or some java classess instead of jsp page.
    below is the code you can use for that.
    IPortalComponentRequest request =
                   (IPortalComponentRequest) rendererContext.getRequest();
              IPortalComponentURI solnDetailsUriObj =
                   request.createPortalComponentURI();
              solnDetailsUriObj.setContextName("specify the link or url")
              String solnDetailsUri = solnDetailsUriObj.toString();
              Link solutionLink = new Link("solutionLink");
    Now you can use the link assigned dynamically to any thing.
    Try this link also.
    [http://help.sap.com/saphelp_nw04s/helpdata/en/45/1bc575ba064574e10000000a114a6b/content.htm]
    Hope this will help
    Regards
    Hareesh

  • Creating Ztable with fields for URL link and making available in ESS Portal

    Hi,
    I have a requirement for maintaining URLs in a table, The URL can be unspecified length.
    Table maintainance should also be provided.
    I have searched SDN for this. But could not find the appropriate solution.
    I have to pass these entries to ESS Portal through RFC.
    Can I pass a string more than 255 chars. as an export parameter in an RFC.

    you can have the field length what ever you want, but you can;t maintain them using Tablemaintenance. you can do one thing using some bdc or upload program update the table with the url what ever you have.
    and also you can pass the parameter with more than 255 chars length using the function module.

  • Target field in Text URL Link not working.

    I'm working with CS6 creating a web-site for a client. The client has giving me a list of Publications to display on a particuter page, which is an overview of all the books that my cleint has published. The details for each book are on individual pages, which I've already created and have URL's for. The idea is to look at the overview page and if you desire, select a book title to view additional details about that particular book.
    For this Overview page I've created a classic text block that contains several URL links.
    Example: "This is information about book 1: URL LINK to BOOK 1 title.  Great Press Book Publisher, 2010.
    This is information about book 2: URL LINK to BOOK 2 Title . Great Press Book Publisher, 2011.
    This is information about book 3: URL LINK to BOOK 3 Title. Great Press Book Publisher, 2012.
    This is information about book 4: URL LINK to BOOK 4 title. Great Press Book Publisher, 2013."
    I've placed the URL links for each respective book in the highlighetd text area for that book, represented by the BLUE text in the above example. The overview page as well as the individual book pages are publised and in my domain on-line.
    Everything works fine with one exception. When I select a book link in the overview page, I want to have a New Browser window appear for that books individual page. Currently, the individual book page appears in the same browser window.
    All, documentation I read says that I can set the "Target" field in Text properties to either NONE or _Blank to get a New Browser Window, but this does not seem to work.
    Breaking up the text into small pieces is not an option, since Flash seems to shift text block positions when they are placed close to one another. I don't know why, it just happens. This makes the site unusable so the text block needs to remain a single text block for appearance reasons.
    So, does anyone know if this is a bug in CS6?
    Or does anyone know how I can get the "Target" setting to work for URL links within a block of text?
    Thanks.

    How are you assigning the links in the text?  Normally if you assign a url to a textfield you can select one of four different targets, none of which is NONE (_blank, _parent, _top, _self)... so I am wondering why what you describe is different than what I'd expect.

  • Report Customization URL Links..

    Hi
    I am currently setting up URL Links on Portal to customize reports..
    e.g.
    http://portal.mywork.com/pls/portal30/SCHEMA1.DETAIL_RPT.show?p_arg_names=region_id&p_arg_values=7&p_arg_names=_region_id_cond&p_arg_values=%3D
    however one of the reports is a calendar
    and using the same p_arg... on the end of the URL doesnt return any rows..
    just wondering if anyone had any ideas
    or if anyone know of a different format for the parameters
    thanks

    Hi,
    Edit the dashboard and in the Properties tab you can select Report links.
    A multi select window pops up: select all the options that you would like to see on the dashboard page.
    Let me know if you require any further details.
    Thank You.
    Vinaya.

  • Help URL link for 3 languages

    Hi All
    I know that in default framework page of masthead we have property to give custom URL link. My portal is implemented in 3 languages. SO if I want to see help in other than english what should I do??
    Any help will be appreciated
    Thanks

    I would suggest you give 3 links for 3 files on one main page and give that main page as your help link so he has the option to choose.
    If this is not OK for you, then I'll suggest some customization.

  • Is there a way to set a url for a link button?

    hey guys, so im trying to set a url link to a dynamic button im creating using actionscript...
    so far i know that you can do
    <linkbutton .....
         click="navigateToURL(new URLRequest('http://yahoo.com/downloadpdf.pdf', 'quote')" />
    but when i create my button in actionscript i dont see an option for click anywhere...
    the code i have is
                        var newButton:customLinkButton = new customLinkButton();
                        newButton.label = item.@name;
                        newButton.tabId = item.@tab;
                        newButton.changeTo = item.@changeTo;
                        newButton.x = item.@posX;
                        newButton.y = item.@posY;
                        newButton.setStyle("skin", null);
                        newButton.styleName = "dynamicButtonStyle";
                        if(newButton.changeTo == "downloadFile"){
                        newButton.addEventListener(MouseEvent.MOUSE_DOWN, customButtonPressed);
                        dynamicButtons.addElement(newButton);
    i've tried doing newButton.click but that dosent work...
    i also tried doing newButton.setStyle("click", "navigateToUrl.........")  but with no result...
    i just need to set this button so when i click on it, it will show that download pdf file from link box.....
    any ideas??

    http://www.adobe.com/devnet/actionscript/articles/event_handling_as3_03.html
    Basically just use addEventListener(MouseEvent.CLICK, someFunction); (exactly the same as how you did for mouseDown event) and then call the navigateToURL() method from the customButtonPressed method.
    Peter

  • URL links for Workflow Approval Email per user & others

    Hi all, we have upgraded to SRM7 and understand that we have to switch to using program /SAPSRM/OFFLINEAPPROVALSEND to generate the workflow notification emails. We have maintained the portal information in the SRM configuration to build the link. However, we have 2 issues here
    1. We currently output collective email so emails are sent out at specific timing on a per user rather than per work item basis. The URL link does not seem to work in this case (for shopping cart approval example) and we get an object GUID error. The URL looks something like this
    http://sap-ped.dev.xyz.com/irj/portal/?navigationtarget=obn://BOSystemAlias=SAP_SRM/BOTechnicalName=sc/Operation=detailprof&NavMode=3
    Also, even if I run the program for a PO approval example, the BOTechnicalName is still pointing to sc.
    However, if I do it on a per work item basis, the URL works.
    Does anyone know where the control this setting?
    2. External and internal portal
    We have some users connecting to the portal through more secured channel (external portal). In this case, I couldn't find a way to generate the appropriate URL for the external. In the past in the older SRM version, the program was using the attribute ITS_DEST in PPOPMA_BBP to build the URL link. Now, I do not know how the system knows which portal URL to take if the control is no longer at user level.
    Has anyone ever had this requirement before?
    My worse case scenario to resolve the above issues would be to use the BADI to alter the content of the email notification. The purpose of posting this message here is to ensure that I am not missing out any standard SAP functionality which could meet our requirements.
    Cheers!
    SF

    Hello,
    See hyper-links below:
    [How-To: Offline approval - Logon link does not work|http://wiki.sdn.sap.com/wiki/display/SRM/Offlineapproval-Logonlinkdoesnot+work]
    [KBA 1511180 - The hyperlink in the offline approval email is incorrect|https://service.sap.com/sap/support/notes/1511180]
    Regards.
    Laurent.

  • How to create an URL link for product cancellation using an FM

    Hi,
    I have tried creating an external attachment i.e URL link for a workorder by triggering a custom FM by exporting business object type , order id ,realtion type , title and link with return parameter as a message .
    But i'm not being able to create URL link for workorder using the custom FM.
    Kindly please suggest some solutions regarding how the URL link can be created using an FM instead of manual creation.

    given that there can be a variety of reasons for something to crash, you can sometimes initialize a buffer by wiring a non-null data structure to the left terminal of the call library function node. for example, if the output is to be a string no more than 100 characters long, create a string that long of nulls, blanks or anything and attach that to the left terminal for that output. no guarantees, but i have seen that work.
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • URL links wrongly created for adjucent characters

    The URL links are wrongly created for the following characters after the URL like “)”, “]” etc.
    For E.g. (www.adobe.com), the URL links for adobe is in active for closing parenthesis in PDF which should not have a URL link.
    Any one suggests what would be problem and how to avoid this?
    We are using Acrobat Pro 8.

    Use the Link Tool in Acrobat and create the link.

  • How to create URL link for telephone number ,open to account search page and account result page ?

    Hi Experts,
    Bussines role - ZCC_ICAGENT 
    If user open this bussiness role and open Account page ,user enter telephone number and enter search account ,then result will be displayed.Instead of 3 clicks ,user click direct URL link ,telephone number is parameter,account Search and account result  page will be opened direct link.
    So how to do it..could you please provide me step by step...what are the steps wee need to follow for creating URL ..how to do it..Please help..
    Thanks
    Kalpana

    Hi kalpana,
    You dont need to do any setting for this.
    Following URL will be used as per your requirement.
    http://rrnewcrm.ril.com:8000/sap(bD1lbiZjPTI0MiZkPW1pbg==)/bc/bsp/sap/crm_ui_start/default.htm
    ?sap-system-login-basic_auth=X&sap-system-login=onSessionQuery&saprole=ZCC_ICAGENT&
    sap-phoneno=9999999999
    Here parameter sap-phoneno will contain the number you want to search for.
    In component ICCMP_BP_SEARCH, go to view BuPaSearchB2B. write below code in its inbound plug IP_INBOUNDPLUG-
    DATA: lt_ivr_url_param TYPE tihttpnvp,
             ls_ivr_url_param TYPE ihttpnvp,
             lr_searchcustomer TYPE REF TO if_bol_bo_property_access,
             ls_searchcustomer TYPE crmt_bupa_il_header_search.
    CALL METHOD cl_crm_ui_session_manager=>get_initial_form_fields
           CHANGING
             cv_fields = lt_ivr_url_param.
    lr_searchcustomer ?= me->typed_context->searchcustomer->collection_wrapper->get_current( ).
         CHECK lr_searchcustomer IS BOUND.
    READ TABLE lt_ivr_url_param INTO ls_ivr_url_param WITH KEY name = 'sap-phoneno'.
    IF ls_ivr_url_param-value IS NOT INITIAL.
             ls_searchcustomer-telephone = ls_ivr_url_param-value.
       CALL METHOD lr_searchcustomer->set_properties( EXPORTING is_attributes = ls_searchcustomer ).
             eh_onsearch( ).
        ENDIF.
    Thanks & Regards
    Richa

  • FM for fetching file type by providing the URL link for file.

    Hi All,
    We have a requirement to fetching file type of image viz .jpg,.bmp,.tiff by providing the URL link to image.
    For example
    http://AttachmentWebsite/AttachmentWebsite.aspx?Num=ATT-F19220090818095048&Ext=.JPG&RC=N
    Is there any FM to fetch file type from link.
    regards,
    Nitin
    Edited by: Nitin Sikka on Aug 20, 2009 8:35 AM

    diff URLs. but if they contain the pattern "EXT*=.<extn name>" then the above code will work
    else you have to search for all formats.
    data:res type MATCH_RESULT,
    DATA : s1 type string VALUE 'http://go2ntlweb14/AttachmentWebsite/AttachmentWebsite.aspx?Num=ATT-F19220090818095048&Ext*=.JPG*&RC=N '.
    FIND first OCCURRENCE OF REGEX '.(JPG|TIFF|PNG|JPEG|BMP)' in s1 RESULTS res.
    if sy-subrc is INITIAL.
    SHIFT s1 by res-offset PLACES.
    endif.
    WRITE : s1+0(4).

Maybe you are looking for

  • How do I convert an excel (2008) document to Numbers?  When I drag the Excel document onto the Numbers icon I get, "Import error.  The file format is invalid"

    How can I convert an Excel (2008) document to Numbers.  When I drag the Excel document onto the Numbers icon I get, "Import error.  The file format is invalid.

  • Standard test error in the task list operations

    Hi Friends, We made a Z program in such a way that Task list operation long text through standard text key (CA10) will get updated automatically for those associated operations, but the problem we never observed that program is overwriting the standa

  • Auto install of 1.4.1_02 -- How?

    I can't seem to get web start to auto install 1.4.1_02. If I use the following JNLP, it installs 1.4.1, not 1.4.1_02. <?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0+" codebase="http://myapp.com/myapp" href="myapp.jnlp"> <information> </inform

  • Need help! Please view...

    Hello. I need help with another programming project that I want to write. What it should do at the very least would be to actually print the contents of a TextBox on a PC Printer, with the phone connected to the PC via Com Port(s) with cables. The MI

  • Issue with RPAD

    Hi, Please help with the RPAD in oracle. I am trying to concatenate two strings and I am using RPAD make those left aligned ( here the job). My desired output is as below. But this doesn't come as left aligned (job), is there anything I am missing he