Hyperlink in table

Hi,
I have a Table where the first column of my table is user id which is a LinkToAction. So when  user clicks on the user id  application should take the user to another view which displays the user id  selected.  How do I capture which user id has been selected by the user in my first column.
There is a method associated to the LinkToAction. how do I  pass the user id and fire the Plug.
Please let me know the steps.
Thanks for the help

Hi,
In the Outbound Plug of the First View create one Parameter,for Eg USER_ID of Type String.
In the Event of LinkToAction,write the following Codings.
DATA lr_element TYPE REF TO if_wd_context_element.
DATA lv_user_id TYPE STRING.
lr_element = WDEVENT->GET_CONTEXT_ELEMENT( 'CONTEXT_ELEMENT' ).
  lr_element->get_attribute(
    EXPORTING
      name =  'USER_ID`   " Attribute Name in the Table
    IMPORTING
      value = lv_user_id ).
  wd_this->fire_outplug_to_view2_plg( user_id = lv_user_id  ).
Regards,
Padmam.

Similar Messages

  • Cannot enable hyperlink in table.

    Is it possible to add hyperlinks to table text? I saw the other thread but nothing worked. I have tried everything I can think of. Frankly, adding hyperlinks seems to be a bit clunky. Is it just me? Can someone please help.

    I think those previous threads cover it, sorry.

  • Table of Contents retains hyperlinks but Table of Figures/Tables does not

    I am beyond frustrated with this strange problem. I am converting a thesis from word to PDF, and I need to retain all bookmarks and hyperlinks in my Table of Contents, Table of Figures, and Table of Tables.
    When I convert over (with all accesibility options selected, as well as bookmarking options), I am able to get my bookmarks to convert over AND hyperlinks for the table of contents.
    However, no matter what I do, the hyperlinks in the Table of Figures/tables will not move over. What is different about those? What can I do to get them to link? It is a very long document, so doing the hyperlinks by hand would be incredibly tedious.
    Any advice/help?
    I'm using Acrobat Pro.

    You will need to script the Word object.  Look in the repository for examples of using Word from PowerShell.
    Here too:http://blogs.technet.com/b/heyscriptingguy/archive/2010/06/24/hey-scripting-guy-how-can-i-use-windows-powershell-to-add-hyperlinks-to-a-word-document.aspx
    You will need to become proficient in PowerShell as well as learning the MSWord object model.
    ¯\_(ツ)_/¯

  • Word to PDF does not keep hyperlinks in Table of Contents ?

    I have used my free trial of Adobe CreatePDF before purchasing the annual subscription.
    I was surprised to see that the PDF document did not keep the clickable hyperlinks that Word uses in a Table of Contents. As this is the exact same behaviour as the "Save as PDF ..." option that I have natively available on my computer I don't see the point of paying a subscription to the service. Or am I doing something wrong?
    MAC OS X Lion (10.7.2)
    Office for Mac 2011
    150-page .doc document with Section, Chapter, and various Heading Styles defined
    WORD automatically-built Table of Contents
    In the WORD document, the page numbers in the Table of Contents are hyperlinks to the concerned page
    Convert WORD to PDF using "Save as PDF ..." option in the "Print..." dialog box
           ====> Table of Contents hyperlinks are not preserved (the page numbers are no longer clickable)
    Convert WORD to PDF using Adobe CreatePDF
           ====> Table of Contents hyperlinks are not preserved (the page numbers are no longer clickable)
    Am I missing something or is this the way it is intended (not) to work?
    P.S.: I know that, on the MAC, I can use Preview to manipulate the PDF document I obtain through "Print..." > "Save as PDF...". One of the things I can do is to select the page numbers in the Table of Contents and add a 'link' to each. But this is a VERY cumbersome process. Actually, I have to create a link for each page number, one at a time, on a table of contents that may consist of in excess of 50 entries. As I have a collection of 50-odd documents and am on a schedule of distributing new versions every two weeks or so, this procedure is completely unusable. Hence my search for a (paid) service that converts my documents while preserving the hyperlinks of the Word-created Table of Contents. Either I am doing something wrong or such service does simply not exist ...

    Good day fgrexsg,
    You are correct in that the workflow you described will not produce links in the resulting PDF files.  The steps that Lori outlined work great if you're working on Office for Windows in terms of getting the links to work when converting using the CreatePDF service. 
    In order to make this work on the Mac, you'll have to take a few extra steps within Office first.
    You're going to have to repeat this step for each item in your TOC.  While this will be time-consuming for a 150-page document, it will work.
    Within your TOC, highlight the entire entry listing (e.g. Topic 1.........3)
    Once the entire line is highlighted, choose Insert > Hyperlink
    Click 'Document' to select a location within the current document.
    Under the 'Anchor' option, either type in the Heading/Sub-heading (must be exact) of the page you want the hyperlink to attach to or click 'Locate' and find the proper Heading/Sub-heading within the structure.
    As I said, this will probably be time-consuming on such a large document, but it will work. 
    Unfortunately Office for Mac just simply isn't as full-featured as its Windows counterpart.
    Please let me know if you have any questions.
    Kind regards,
    David
    Acrobat Community Manager
    Adobe Systems

  • Robohelp HTML 9 hyperlinks in table cells help

    Hi,
    I'm creating a table in robohelp html 9 and adding hyperlinks in the table cells. If the hyperlink is the first word in that cell robohelp is adding styling code to the link eg <td><a href="#" style="color: #0000ff; text-decoration: underline; ">test</a></td>.
    If I add a link to the second word in a table cell the styling does not appear or even if I add a space before the link the code does not appear eg <td>&#160;<a href="#">test</a> </td>.
    The code appears when I flick between design and HTML views but it does not make any difference in which view I create the link.
    No matter how many times I delete this code is keeps coming back. Can  anyone please help me? Is there some default that gives this the styling  code?Does anyone else get this issue?
    A table with the different examples is below. It was created in design view by clicking table>insert table>OK. Links added by clicking the insert hyperlink button.
    <table style="border-collapse: separate; border-collapse: separate;" cellspacing="0"
             width="33.333%" border="1">
        <col style="width: 100%;" />
        <tr>
            <td><a href="#" style="color: #0000ff; text-decoration: underline; ">test
             that has the added code</a></td>
        </tr>
        <tr>
            <td>&#160;<a href="#">test with space in front of link</a> </td>
        </tr>
        <tr>
            <td><a href="#" style="color: #0000ff; text-decoration: underline; ">test</a></td>
        </tr>
        <tr>
            <td>A <a href="#">test</a> </td>
        </tr>
    </table>
    Thanks in advanced

    I have the same problem with those stupid links in tables - I've been working on this for HOURS and HOURS...... Based on previous experience, I assumed it must only be me and an ill-formed stylesheet. The table/link issue just came to my attention because I am in the process of changing styles/formats to a new company standard (new link color) and thought I really screwed my CSS up as I was changing things!
    My only workaround thusfar has been to rewrite some data in the tables so that text will precede the link (yes, I did).  And where I just couldn't do that, I resigned myself to the problem and forced a different color on the links (changing the #0000ff).  One plus was that RH didn't rewrite the color code once it was changed manually..... but then I realized later that I didn't consider the hover color when I did this, so I now have to go back and correct them. 
    So glad to find your post...........
    I played with the idea of adding hidden text, but was worried that the problem was really a result of an issue with my CSS and doing that wasn't the proper way to fix it.   So, without guilt, I took Rick's suggestion and added an invisible dot/period at the beginning of every link in a table, when that link is the first or only content in the td.  Did the trick!  Now the links assume my declared css style! 
    I submitted a bug report.......
    Thank you!!!

  • Hyperlink in table cell possible?

    Hello experts,
    is it possible to have a table that contains hyperlinks? If so, how?
    I've tried to configure a column as Action: System action: Hyperlink; Apply to: Self; Hyperlink address: "http://localhost/", but the column doesn't react to clicks.
    Your help is much appreciated,
    Florian

    Hi Florian,
    it seems, that some elements do not react to actions, even though they have an action tab in the properties dialogue.
    I suggest you insert a button into the table, use the hyperlink-action an include the url into the caption of the button.
    Kind Regards,
      Benni

  • Hyperlink in table cell ?

    Hi All,
    We require to navigate to a path for each row in  the table control. Is it possible to have a hyperlink in a table cell for each row? or do I use button cell to do the same ?
    Regards,
    Kanu
    Solved!
    Go to Solution.

    Hi Wolfgang,
    Thanks for your reply. I understand that a text message control can be made a hyperlink as per simple.cws example. However, I don't know how to do the make a string cell of a table a hyperlink. Even though, I set the cell attribute as VAL_CELL_STRING, how do I make it a hypelink ?
    Regards,
    Kanu

  • WDABAP: hyperlink in table column

    Hi all,
    I have a table that has property -Selection Mode 'None'.
    The table is bounded to a node whose 'Initialization Lead Selection' property is not checked.  One of the columns in the table is a hyperlink and is an image.  It does not have a text. One of the other columns is an Item Id.  When the link in a particular row is clicked, it has to diplay the item values in the next screen based on the item id.  Is there anyway to do it.
    Thanks,
    Sravanthi

    Hi Matura,
    U have a table with hyperlink in one column.
    if user clicks on the hyperlink, based on text id u should display the data in next screen.
    Am i right?
    Follow the below code:
    1. It will get the current index
    2. from the current index u can get the text id.
      data lc_index    type I.
      DATA lo_node    TYPE REF TO if_wd_context_node.
      DATA lo_element TYPE REF TO if_wd_context_element.
      lo_node = wd_context->get_child_node( name = 'XXXX' ).
      lo_element = lo_node->get_element(  ).
      IF not lo_element IS INITIAL.
         lo_element = wdevent->get_context_element( name = 'CONTEXT_ELEMENT' ).
         CALL METHOD LO_ELEMENT->GET_INDEX( RECEIVING  MY_INDEX = lc_index ).
         CALL METHOD LO_NODE->CLEAR_SELECTION.
         CALL METHOD LO_NODE->SET_LEAD_SELECTION_INDEX( EXPORTING INDEX = lc_index ).
         CALL METHOD LO_NODE->SET_LEAD_SELECTION( EXPORTING ELEMENT = lo_element ).
         lo_element->get_attribute( EXPORTING  name =  `TEXT_ID`  IMPORTING  value =       lv_text_id ).
      ENDIF.
    Thankx,
    Router

  • Hyperlink in Table Control

    Hi Everyone,
    I am currently working on a module pool program where one of the requirements is to have hyperlink on the values in one of the columns in a table control. As far as I know it is not possible, I have already done my research and also searched this forum for any earlier posts regarding this but couldn't get any.
    Is this possible and if so how do I go about it? I have already mentioned to the client that it might not possible but wanted to be sure before confirming to them and suggesting an alternate solution.
    Thanks in Advance.
    Kalyan.

    HI Kalyan ,
        I am not sure whether it is possible to have a hyperlink in the Modulepool program , as the hyperlink is to connect to open a link online . But yes this is verymuch possible in Webdynpro which is internet accessible .
    Well I'll try getting some confirmed response from my colleagues ...
    Regards,
    Ranjita

  • Hyperlinks in table component? Data processing before display?

    Hi all!
    I have following problem to solve - I have some database tables I need to show on a page. Creating a DataProvider and using it works really fine even with parameters in my query.
    But I have some columns with data that needs processing after fetching from data base (e.g. one colum has a value 20060925 with should be shown as date). Who can I do this - implementing my own data provider is the only thing I can think of.
    Second, I need one column in my table to be a hyperlink, changing column type will do, but sometimes I would like a simple text (when there are no details to link to). Any ideas for this one?
    Thanks in advance,
    Jan

    You can use the date time converter to display date. or then you can also use the sql function to format the date field before displaying...
    for example, If you are using an Oracle database, use the SQL Timestamp converter instead.

  • No hyperlinks in tables?

    I created several hyperlinks to external sites and all worked well. Then I copied the text and pasted it into a table, and while the text didn't visibly change, the links were gone. Back to the table, select the text and try to turn them into links again and the option isn't available.
    Comments anyone?
    Rob

    Nonlinear. But try using Microsoft word. Also you could make it in Powerpoint. Hope it works.

  • Hyperlink in Table of Contents

    Hi.
    I can make page numbers in TOC to act like a hyperlink (Inspector//Document Inspector/TOC/ tick "Make Page Numbers Links"), but is it possible to make the whole paragraph in TOC to become a hyperlink? It's much easier to click on paragraph.
    Thanks
    Miran

    Thank you both Fruhulda and Peter. In meantime I learned that once exported to pdf, TOC hyperlinks works. And that's exactly what I wanted.
    Regards,
    Miran

  • Add Hyperlink to table cell content dynamically

    Hello,
              I have a xdp form created in Livecycle designer. We populate a table by dynamically merging XML to this xdp form uing livecycle FormServices.
    For example:
    the XML:
    <data>
    <person>
         <name> George</name>
         <age>11</age>
    </person>
    <person>
         <name> John</name>
         <age>30</age>
    </person>
    </data>
    populated in table of pdf:
    Name
    Age
    George
    11
    John
    30
    How do I add the hyper link to "George", "John" programmatically, so it can be link to some other URL.
    Thanks,
    Joanna

    So my table is like this:
    Product
    Price
    Apples
    1.29
    Oranges
    2.49
    Grapes
    1.99
    and my XML is like this:
    <
    Product ProductType="Apples">
    <URL>www.apples.com</URL>
    <Price>1.29</Price>
    </Product>
    <
    Product ProductType="Oranges"> 
    <URL>www.oranges.com</URL>
    <Price>2.49</Price>
    </Product>
    <
    Product ProductType="Grapes"> 
    <URL>www.grapes.com</URL>
    <Price>1.99</Price>
    </Product>
    What I want to do is populate the table from the XML file, and make the URL element be linked from the product name (Apples for instance) at runtime  when I fill the table.  Any ideas?

  • SRM MDM - Multiple hyperlinks import into qualified table

    Hi,
    I need to create an import map where I can import two hyperlinks (URL2 and URL3) into the Hyperlink qualified table.
    How can I achieve this?
    I have an XML schema where the two hyperlinks are given in separate tags:
        <URL2>http://www.test.net/xxxx</URL2>
        <URL3>http://www.test.net/yyyy</URL3>
    Can anyone provide me with a HOW-TO for how to map these two tags into the qualified table Hyperlink.
    Maybe I should create two sections in the XML?
    <URL2>
    <MIME Type>URL</MIME Type>
    <URL>http://www.test.net/xxxx</URL>
    <URL Description>TEST URL</URL Description>
    </URL2>
    <URL3></URL3>
    KR,
    Thomas

    Thank you very much. This worked fine.
    Now I have another problem someone might be able to help me with.
    The sending system does not wish to send a repeating XML tag with the two hyperlinks. It causes restrictions in the data amount that can be sent.
    We see two possible solutions
    1.
    Building the hyperlinks in MDM, like a calculation.
    <URL2>http://www.test.net/xxxx</URL2>
    <URL3>http://www.test.net/yyyy</URL3>
    xxxx and yyyy are values in fields we have in the MDM structure. Everything before this in the hyperlink is always the same.
    Is it possible to create the hyperlinks based on the value of xxxx and yyyy? If yes, how could we manage this, also filling the fileds: URL Description, Hyperlink Type and MIME Type with correct information?
    2.
    PI can create the URLs during integration.
    Which of these two should we use?
    KR,
    Thomas

  • CS6 InDesign: Why isn't hyperlink working?

    It's been a maddening pursuit - honest, I've tried. There are actually (2) issues; the second precipitated by the first.
    Primary Issue
    I'm unable to create additional hyperlinks in Adobe CS6 InDesign 8.0.2 (Win7 Pro 64-bit).
    Background - first hyperlink works fine in exported PDF; in Master page, created little hyperlink footer to parent website, text source, appearing on most pages.
    On an individual regular page (not in Master), have tried both text and graphics as source; through right-clicking and Hyperlinks panel, nothing works; impotent in exported PDF.
    Secondary Issue
    I'm unable to delete hyperlinks in Hyperlinks Panel table.
    Background - Given above; as a result of various attempts the table in the Hyperlinks Panel when displayed via the drop-down menu/ list, there they are; refusing to be deleted. Many attempts, closing app/ relaunching - no avail. How can this list get purged?
    Thank you for any help.

    Adobe Acrobat X v10.1.10
    And just to be clear, the first hyperlink works in the PDF, with the link on the footer pointing to the parent domain. It's the subsequent attempts that fail to work in the PDF.

Maybe you are looking for

  • Creating the fastest possible home network given my components

    I realize that I can't upgrade the wireless speed of my PowerMac G5 dual 2.7GHz. At least this is my understanding based on what I've read. I just ordered a new iMac, and I want to do what I can to make transfer speeds between the PowerMac and the ne

  • Xml.send() works but not sendAndLoad()

    Hi guys, i'm trying to send data to a servlet ( which is hosted on a different server and managed by a 3rd party so i can't change it) When I use the following code: requestXML.send (" http://www.mydomain.com/xmlpost", "_blank","POST"); it opens a ne

  • Need symble in output

    Need the Symbol name to be on the invocies that we send by email to our customers. This should be on all output types for Contracts,Hardware T&M and Spare Part invoices. The output types are ZUSC,ZUSI,ZD01,ZD27 and ZCAI. Give me the suggestion

  • Export to sub-directory

    Hi, I'm trying to get to grips with LR after being an RSP user. Does anyone know if it's possible to set the directory in Export to be relative to the raw file location? e.g. a subdir from where the raw file is, called Lightroom. I used to do this in

  • Please Help; MAPVIEWER-05501 Map tile layer not found error

    Hi, I am just a newbie to oracle mapviewer; I installed mv 11.x. on Xe 11g with mvdemo dataset as mentioned in demo setup instructions. It seems everything went fine including mvdemo data import and oc4j instance. Only thing if i am missing is when I