Hyperlink in an entry

In my Calender appointments or entries can I insert a hyperlink in the text?

you need to use table interface for the same.
check out the online documentation.
http://help.sap.com/saphelp_nw04/helpdata/en/d8/f3a83adae1a010e10000000a11402f/frameset.htm
Regards
Raja

Similar Messages

  • Hyperlinks in a database

    I'm creating a bulletin board.
    Messages are posted through a Coldfusion Form.
    They are then inserted into a sql database (or should it be a
    Coldfusion table or datagrid?)
    The database columns are: MessageID, Subject, Author,
    Message, NumberOfResponses, EmailAddress, PostingDateTime
    I want the subject cell in the database (datagrid, table) to
    be hyperlink that will cause the message to display when clicked.
    So how do I hyperlink each subject entry to its corresponding
    message?
    Thanks a million. I've been researching this for weeks.
    Sincerely,
    Graham A. Kerby

    The previous answer is correct but potentially misleading.
    There can be no white space after the question mark. Here is the
    same code, with the carraige returns in different places.
    <a href="msgInfo.cfm?MessageID=#queryName.MessageID#">
    #queryName.Subject#
    </a>

  • Fact Sheet - implementing BI Reports

    Hi Experts,
    how can i implement my own BI Reports into the Fact Sheet in CRM 2007. I know the customizing point "maintain Fact Sheet" but the problem is that if I choose BP_FACTSHEET and take a look into the view assignments I only find the entry
    BP_FACTSHEET     BIReport     DEFAULT     BI Report
    I know the customizing "Display SAP Netweaver BI Reports in CRM" also. But where can I adjust which BW report should be shown in the factsheet?
    It would be great if you could give me any hints about this...
    regards
    marc

    Hi Mark,
    This is a two step process, first you need to define your own BI report id's in CRM and then integrate them in the fact sheet as follows
    1. Specify BI Report in SAP CRM
    To display BI reports in the CRM WebClient UI, you need to maintain the BI reports in Customizing with a unique ID.
    You do this in Customizing for Customer Relationship Management, under   UI Framework->UI Framework Definition->Display SAP NetWeaver BI Reports in CRM->Define BI Reports.
    You specify the following:
      BI Object Type: For example, Template 7.x.
      BI Object Key: This is the technical name of the report in SAP NetWeaver BI.
      BI Report ID. You can reuse the object key or enter any name you want to use.
    2. Add BI Report View to Account Fact Sheet Overview
      1.     In the BSP WD Workbench (transaction BSP_WD_CMPWB), enter the component BSP_DLC_FS, and choose Display.
      2.     Double-click the view BSP_DLC_FS/factsheet and go to the Configuration tab page.
      3.     Select the Account Fact Sheet (BP_ACCOUNT_FS) and click Search.
      4.     In the result list, click the <DEFAULT> hyperlink in the Role Config. Key column.
      5.     Select BI Report from the block of available fact sheet views and add it to the block of assigned fact sheet views.
      6.     Change the title to the name you want to use for the assignment block and save your changes.
      7.     Click the Configuration hyperlink of your entry and then Attributes.
      8.     As the BI report ID, enter the report ID you defined in Customizing.
    you can find additional information in the following sap help site.
    http://help.sap.com/saphelp_crm60/helpdata/en/4d/2ae3f79e1d49d9be306f7768d55fba/frameset.htm
    Br,
    Kiran

  • How to implement 'hypelink' in ALV GRID

    Hi,everybody,please tell me how to implement 'hypelink' in ALV GRID?
    I just try to design a ALV GRID report but I do not kown the way of using 'hypelink'.  I refer to some documents but failsed.     somebody can help me and give a example including entire code.

    1. Create a table where hyperlinks & corresponding handles are stored (TYpe LVC_T_HYPE)
    DATA ls_hype TYPE lvc_s_hype .
    data lt_hype type lvc_t_hype.
    ls_hype-handle = '1' .
    ls_hype-href = 'http://www.company.com/carrids/car1' .
    APPEND ls_hype TO lt_hype .
    2. In your list data table create additional field of type INT4 which will contain the handle of the hyper link (ex. '1' for above hyperlink)
    DATA carrid_handle TYPE int4 .
    3. For the field which shall contain the hyperlink, make an entry in the field catalog indicating the field name which contains handle for the hyperlink. This is done by setting the handle field name in WEB_FIELD.
    ls_fieldcat-fieldname = 'CARRID'
    ls_fieldcat-web_field = 'CARRID_HANDLE'.
    4. While calling set_table_for_first_display, pass the hyperlink table created in step 1 to parameter 'it_hyperlink'
    ~Piyush Patil

  • Link low res image in MUSE to a high res image for download

    How do I Link a low res image in MUSE to a high res image for download ?

    This is quite simple:
    1.) Go to menu "File/Add files for upload"" and choose the highres image.
    2.) Now place an element (image, rectangle or whatever you want) on your page.
    3.) Select this element and use the "Hyperlinks" command in the upper command strip to link the element to the highres image you have selected in 1.)
    Short way:
    Place an element, select it and choose within the "hyperlinks" dropdown the entry "Link to file".

  • Opening PDF in client incorrectly adds to browser history

    When I click on PDFs, they open in an Adobe window.  However, I have to click the back button as many times as I have opened PDF’s.  Is there a way to open the PDFs in the client
    but not have the containing folder written to the back history?

    Hi,
    don't use a hyperlink element to link to your PDF documents. Clicking a hyperlink adds an entry to the travel log. If you choose the "Save target as" context menu for a resource link, no travel log entry is created.
    eg. <a href="path/pdfdocument.pdf">pdfdocument</a>
    use a button element instead.
    <button type="button" onclick="download.aspx?pdfdocument.pdf">Download pdfdocument</button>
    (note: !important specify type="button" otherwise the button element defaults to type="submit" which triggers form.submit which may raise a navigation and travel log events).
    PDF documents are opened by ActiveX addons in MSIE browsers.. (Adobe PDF Reader)
    Outcomes for embedded pdf documents vary depending on your security zone settings, addons settings or PDF Reader settings and version).. For consistent behavior force the download of the pdf document.
    if downloading from a https uri the "Do not save secure content to disk" option on the advanced tab of Internet Options must be unchecked (default)... if you have a server side download manager, then there is no need to use a https uri.
    Rob^_^

  • Links from images broken in "W3C Compliant"

    I raised a false alarm, for which I apologize.
    There is one issue that affects IE when WebHelp is generated
    with W3C Compliant topics. Please see a new post about that.
    There are some code differences, but they do not break links
    to a popup or jump to another topic in IE 6, IE 7, or Firefox
    2.0.0.13 (released yesterday).
    Again, if anyone wasted time trying to verify broken links, I
    am truly sorry.
    Harvey

    Hello Harvey -
    Testing your initial post wasn't a waste of time...in fact I
    learned a VERY IMPORTANT LESSON about RH, IE, Firefox, Opera and
    image/hyperlink screen tips.
    I learned that IE6 "screen tip on hover" reads the RH "Image
    screen tip" entry but FF and Opera read the RH "Hyperlink screen
    tip" entry.
    THUS: to make IE and FF/Opera screen tips "appear" the same,
    one must enter the SAME screen tip into BOTH the Image Screen Tip
    text box and the Hyperlink Screen Tip text box!
    (Now, how long will it take me to check 3,000 images and
    hyperlinks in my current project?)
    Regards,
    GEWB

  • IIS6 - W3C Compliant - WebHelp Explosions

    Here's an interesting issue that I would like to hear everyone's opinions regarding. I received an e-mail from my client's networking guy the other day stating that he was getting a random error every now and again when clicking on multiple topics in the WebHelp I created. I was confused BEYOND BELIEF! I had never run into a problem with this before, and I've created tons of help systems in the past. I would be interested to hear what you all think I could have done differently to prevent this from occuring. (Don't check the W3C Compliant checkbox, etc) It's a very interesting use case....and hopefully this helps someone else who may run into such a situation.
    He sent me this e-mail this morning saying that it's fixed...
    Error Message
    The issue with the error message showing after a number of page hits has been fixed.  The issue is with the headers on each file.  They are not proper for IIS6 due to a major flaw in IIS6.  I verified this without creating a virtual directory which means that these pages are served up as pure html and bypass my security.
    The solution is to delete the first 5 lines of every file and replace with the following.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    The lines being removed are:
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html xmlns="http://www.w3.org/1999/xhtml">
    There is an article at http://w3.org/brief/MTE2 that explains this issue.  Basically, IIS is downloading the instructions on how to handle an XML formatted document from the w3 site every time a page is requested.  Since this document never changes, these unnecessary downloads are being treated as a Denial Of Service attack and our server’s IP eventually gets blocked.  The header that we are now using is more appropriate anyway.

    Hello Harvey -
    Testing your initial post wasn't a waste of time...in fact I
    learned a VERY IMPORTANT LESSON about RH, IE, Firefox, Opera and
    image/hyperlink screen tips.
    I learned that IE6 "screen tip on hover" reads the RH "Image
    screen tip" entry but FF and Opera read the RH "Hyperlink screen
    tip" entry.
    THUS: to make IE and FF/Opera screen tips "appear" the same,
    one must enter the SAME screen tip into BOTH the Image Screen Tip
    text box and the Hyperlink Screen Tip text box!
    (Now, how long will it take me to check 3,000 images and
    hyperlinks in my current project?)
    Regards,
    GEWB

  • How can we change "Listen..." to "Watch..." from Podcast page?

    hi
    as title. i am working on the video podcast, but somehow can't change the "listen" to "watch"
    thanks!
    gordon

    Hi Gordon,
    The "Listen" text, just like the "Read more" text of a blog, is hardcoded in the XML of the template. You would have to edit this file in order to change the text universally.
    The easier workaround would be to create a text box with the same background color as your page and type "Watch" into it. THen position it to overlay and cover up the "Listen" text. Of course, then you would need to make the hyperlink to the entry page as well. Kind of a pain.

  • Changing Listen to Watch on Podcast Page

    Hi, does anyone know how to change the Listen to Watch on the podcast page.
    I am posting videos so it's really annoying.
    Thanks

    Hi Gordon,
    The "Listen" text, just like the "Read more" text of a blog, is hardcoded in the XML of the template. You would have to edit this file in order to change the text universally.
    The easier workaround would be to create a text box with the same background color as your page and type "Watch" into it. THen position it to overlay and cover up the "Listen" text. Of course, then you would need to make the hyperlink to the entry page as well. Kind of a pain.

  • How to make data entries in a database table field as a hyperlink?

    Hello all,
    I am designing an application in BSP. The requirement is to  make some of the entries in the database
    tables as hyperlink values.
    I have a database table which has a field "country feature". The scenario is  that the user can enter any value in this field through view. The value can be a hyperlink or a free text, depending on the user requirement.
    Is there any way by which the user can enter hyperlink values in the particular field in a database table?
    Thanks in advance for your help.
    Gurmahima.

    Hey Gurmahima ,
    This is sample code for Selecting and deselecting all the checkboxes .
    All you have to do is Set a pf-status and follow the code logic .
    Here w_check is the check box field , w_line is the line your raeding and w_lines is the total number of lines(entries ) you have in table .
    set pf-status 'SELECT' .
    case sy-ucomm .
        when 'SELECTALL' .
          set pf-status 'SELECT' excluding 'SELECTALL' immediately.
          w_line = w_line + 3  .
          do w_lines times .
            read line w_line field value w_check .
            if w_check = space .
              w_check = 'X' .
              modify line w_line field value w_check.   
              add 1 to w_line .
            endif .                        " IF W_CHECK = ' '
          enddo .                          " DO W_LINES TIMES
          clear w_line .
        when 'DESELECT' .
          set pf-status 'SELECT' excluding 'DESELECT' immediately.
          w_line = w_line + 3  .
          do w_lines times .
            read line w_line field value w_check .
            if w_check = 'X' .
              w_check = space .
              modify line w_line field value w_check .
              add 1 to w_line .
            endif .                        " IF W_CHECK = 'X' .
          enddo .                          " DO W_LINES TIMES
          clear w_line .
    Hope you get it!
    Much Regards ,
    Amuktha .
    Edited by: Amuktha Naraparaju on Feb 5, 2009 6:22 AM

  • Where I can get hyperlinks in pdf document structure (except "Annots" entry in page dictionary)?

    Hi,
    I have two pdf documents (doc1 and doc2) with hyperlinks e.g www.somlink.com, www.somlink2.com.
    According to PDF Specification I can get those hyperlinks via Link Annotations -> URI Action. Link Annotations can be found in pdf page's dictionary under "Annots" key.
    So the problem is that in one pdf document I get that "Annots" array but in another document there is no such entry in page dictionary. But Adobe Reader recognize those hyperlinks (recognize means you can click on a link and it will be opened in web browser) in both documents. So it seems that there is another place where you can specify hyperlinks, not only in "Annots" array -> URI Action.
    Any ideas where it can be?

    No, that's where embedded ("real") link objects are.
    However, Adobe Acrobat/Reader have an "auto-detect links" feature which will read the text of the page and if it finds text that looks like a URL, make it active to click on.

  • Is it possible to create a hyperlink in a context menu entry?

    We use Altium Designer, which export schematics to PDF.
    For the parameters it uses the context menu of the pdf specs.
    One entry in the menu is a path to a document.
    Is it possible to get an hyperlink to this Path/URL, to open it directly out of the Adobe Reader XI?
    In the current output it is not possible.
    What must be done in the PDF definition to realize the hyperlink?
    best regards
    Silvio Kilz

    Are you using JavaScript to create this menu? If so then you can expand your code to open a file (or a web-link) based on the user's selection.

  • Create PDF document from Word with hyperlink index entries

    Hello,
    I'm having a MS Word 2010 document with a content and index directory, both directories were created with the official Word functions and their page numbers are updated automatically. If I convert this document to a PDF file with Acrobat 9 Pro, the entries within the content directory are hyperlinks (if I click on a chapter the corresponding page opens).
    But this doesn't work with the index directory at the end of the document. Where can I activate the hyperlink functionality for index directories?
    Thanks for your help,
    Devid

    Hi,
    thanks for this info.
    On another computer I have Acrobat X Pro installed, but the result is the same. Or did I missed something?

  • When creating PDFs from WORD 2010 I cannot get the TOC heading entries as hyperlinks

    When creating PDFs from WORD 2010 I cannot get the TOC heading entries as hyperlinks. I used to be able to do this in WORD 2003. I tried to create a PDF from Acrobat by selecting File > Create PDF >navigate to the WORD file > select three checkboxes >
    Any help with getting the TOC heading entries as hyperlinks?

    Try to do it from Word using the ribbon.

Maybe you are looking for