Hyperlink in cells of WDALV ?

Hi,
I am creating a hyperlink in Cells of ALV Output for a URL .but it not working
Here is the code from component controller
if  'TPLSIZE' ne 0.
        data:
        v_link_to_url type ref to cl_salv_wd_uie_link_to_url.
        create object v_link_to_url.
        v_link_to_url->set_text_fieldname( ls_column-id ).
        v_link_to_url->set_reference( 'http:\www.test.com' ).
        ls_column-r_column->set_cell_editor( v_link_to_url ).
endif.

Did you check this..
SALV_WD_DEMO_TABLE_EVENTS
for price it is done, and it is working. may be some thing you missed.
if  'TPLSIZE' ne 0. "why are you giving this conditon any specific reason.., exlcude this and see
endif.

Similar Messages

  • Hyperlinks in cells, how do you deal with it?

    I've got the hyperlinks palette open (Windows menu / Interactive / Hyperlinks)
    Selecting a cell (or a table), that I would like to be clickable in a PDF, disables the hyperlinks address text field:
    Obviously hyperlinks from cells are not supported.
    How do you deal with it? Do you put empty textboxed on top of each cell that should be clickable?
    Thanks,
    Andreas

    @Andreas – to choose buttons over text based hyperlinks would mean you can define the area that is responsive like you want (the size is the size of the button) and you could design different button states in different ways (color, images, what not…).
    For the scripter in you: Hyperlink objects have no geometric bounds, Button objects have…
    Just an idea:
    Imagine a script that is scanning all cells of a selected table and if there are hyperlinks detected uses position, width and height of that cell to generate a button just on top of the cell (it could be well on a different layer above) using the information the hyperlink provides. Every time the table is changed by the user and the script is fired again, the old buttons are removed and new buttons will be built…
    If there are more hyperlinks than one in a specific cell, the buttons will be built around the area the hyperlinked text will occupy…
    Uwe

  • Tutorial for hyperlinking table cell

    Anyone know where i might find a tutorial. Google bringing up
    nothing
    I want to be able to hyperlink table cells and change table
    cell background
    color on mouse over etc.
    I am really struggling with this therefore need a tutorial
    TIA

    Why do you need to hyperlink the *cell*?
    If you put a normal hyperlink in the cell, and use CSS to
    make that <a> tag
    display:block, then it will fill the cell, and make the whole
    thing
    clickable. Further it allows you to use the pseudo-class of
    a:hover to
    change the background color....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Andrew" <[email protected]> wrote in message
    news:e7bgvq$eog$[email protected]..
    > Anyone know where i might find a tutorial. Google
    bringing up nothing
    >
    > I want to be able to hyperlink table cells and change
    table cell
    > background color on mouse over etc.
    >
    > I am really struggling with this therefore need a
    tutorial
    >
    > TIA
    >

  • Conditional hyperlinks to cells in Numbers spreadsheet

    I'm working on a project that consists of multiple spreadsheets for Excel, LibreOffice Calc and Numbers. The ones for Calc and Numbers are based on the Excel one because I have the biggest experience in it. So one of the main functions that I use is HYPERLINK, which makes hyperlinks to the cells of the spreadsheet, and I found out that it won't work as expected in Numbers because the cell linking is not provided by this function here. Moreover, I use HYPERLINK to create conditional hyperlinks, e. g. =IF(A1=1;HYPERLINK("#C29";"Example");"") is a hyperlink only if A1 is 1 - that means that a static hyperlink can't solve my problem.
    So is there any way to create a conditional hyperlink to any other cell in the same spreadsheet in Numbers?

    BB,
    Interesting post. Thanks. I can't get by this message on my machine why I choose 'Open URL' per your instructions:
    (I do have permissions to open the file.)
    But I can open the file by selecting the cell with the "browser address" (file:///...) and running the script below.
    When you have docs saved by Preview in iCloud what does the "browser address" for those look like?
    SG
    --opens a file whose address is in the currently selected cell in Numbers 3
    tell application "Numbers" to tell the front document to tell active sheet to tell (first table whose class of selection range is range)
              set theURL to value of the first cell of the selection range
              tell application "System Events" to do shell script "open " & quoted form of theURL
    end tell
    --end of script

  • What's wrong with my hyperlinks from Excel?

    I'm creating a table of documents in Excel 2010, with hyperlinks in cells to the documents. I need to keep the documents as read-only, so I've pdf'd them, but now opening each one takes about 2 minutes. During the process I receive the message: 'Microsoft Excel is waiting for another application to complete and OLE action' - three times!
    If I open Adobe Reader first, then click on the links, I get the message: 'There was an error reading this document. The file cannot be found' - but thirty seconds later the document opens.
    Word and PowerPoint versions of the documents open much quicker, without error messages. Anyone got any idea what's going wrong?
    The files are on the same drive as the spreadsheet. Adobe Reader is version 10.

    Hello there,
    I'm sorry to hear you're having trouble. Unfortunately, you're in the forum for Acrobat.com (www.acrobat.com), and we can't help with questions about Adobe Reader. Please post your questions to the Adobe Reader forum to get help with that product:
    http://forums.adobe.com/community/adobe_reader_forums/adobe_reader
    Good luck!
    Rebecca

  • Hyperlink in WEBI

    Hi,
    I want ot create a hyperlink in WEBI rich client. Plz tell me the steps to do the same

    1. Add a HTML hyperlink in Cell
    2. Click on properties tab.
    3. Change Read cell content as "HTML" or Hyperlink
    --Kuldeep

  • Hyperlink in Excel to a file on network drive not working

    In Excel 2010 I created a hyperlink to a word doucment located on our network server.  When I click on the link in Excel in only opens up the main folder not even the sub-folder where the document is located in.  I can't figure out why it
    won't open the specified document even though it shows the document in the hyperlink address.  Thanks for any help!
    Dusty

    Hi,
    Do you mind telling us which link format are you using? Are you linking to a mapped drive letter or a Universal Name Convention (UNC) address?
    Here's the difference:
    The UNC address of a server location may be: \\MyServer\MyFolder
    That server may have been mapped to D:\ 
    A link that uses the UNC address would look like this:
    \\MyServer\MyFolder\MyExcelFile.xlsx
    A link that uses the mapped drive would look like this:
    D:\MyExcelFile.xlsx
    As long as the computer has a mapped D:\ drive, the link should work, if it doesn't, the link is broken.
    I recommend you use the UNC address method.
    More reference:
    http://support.microsoft.com/kb/328440
    Then, we'd better check the really hyperlinks.( Home tab>Insert> Hyperlink> Hyperlink address)
    Tips: The display hyperlink in cell is not really Hyperlink address
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Hiding the hyperlink  URL in a DataGrid

    Hi All,
        i am new to the development of .net iviews for the Portal.we have a table that consists of the links to the different reports, i am displaying this contents in a Datagrid using hyperlinkcolumn of the grid.when the user clicks on the hyperlinkcolumn a new explorer will open with particular report.here the problem is my manager dont want the url to be appeard at the bottom of browser when user places mouse over that hyperlink column.
      if any one can let me know how to hide the url, that will be very helpful to me.
    Thanks,
    Regards,
    Murali.

    Hi Murali,
    I've often heard people suggest Microsoft built the DataGrid as a control for use in their demos to promote .NET - it's nice but not terribly useful in its native form. I'd probably have to agree with that point of view.
    About the only way you can really achieve what you want is to catch the ItemDataBound event of the DataGrid control and add the relevant JavaScript attributes there. The ItemDataBound event fires as each item within the data source is being bound to the DataGrid, creating the contents of each row in the grid. With this event we're able to modify the HTML output as it's being created for output to the browser.
    Note that the ItemCreated event does a similar thing and is fine to use in this scenario, provided you don't want access to the underlying piece of data being bound to the grid, because it's not available at that point. For this reason, I'd suggest you use the ItemDataBound event so if you need to add data-related information in later on (such as changing the status message to a text description of the link that's stored in your data source) you can.
    Anyway, here's some sample code (written in VB.NET) that would do the trick; put this in your component's code-behind file:
        ' dgdTest is the name of the DataGrid control; change this to the name of your control.
        Private Sub dgdTest_ItemDataBound(ByVal sender As Object, ByVal e As DataGridItemEventArgs) Handles dgdTest.ItemDataBound
            If e.Item.ItemType = ListItemType.Item Or _
                e.Item.ItemType = ListItemType.AlternatingItem Or _
                e.Item.ItemType = ListItemType.SelectedItem Then
                ' For each row that is output, add the onmouseover HTML attribute
                Dim cell As TableCell = e.Item.Cells(0) ' <--- change the index to the appropriate column index for your DataGrid
                If Not (cell Is Nothing) Then
                    ' TableCell generated for the row of data exists
                    Dim link As HyperLink = CType(cell.Controls(0), HyperLink)
                    If Not (link Is Nothing) Then
                        ' HyperLink control added for the HyperlinkColumn exists
                        link.Attributes.Add("onmouseover", "window.status=' '; return true;")
                        link.Attributes.Add("onmouseout", "window.status=''; return true;")
                    End If
                End If
            End If
        End Sub
    You'll need to set the index on the <i>e.Item.Cells(0)</i> above to the relevant zero-based index of the column that's your HyperlinkColumn; I've used zero here as the first column in the DataGrid.
    Note that we also check the Cells and Controls collections are valid objects to avoid a NullReferenceException.
    You'll also need to change the name of the DataGrid control in the method declaration to the relevant name of your control.
    Having said all this, have you considered other alternatives to the DataGrid? If you're just displaying data and not using the editing, paging or sorting features of the control, I prefer to use the Repeater. It gives you total control of the HTML that's output and would eliminate the need to stuff around with the ItemDataBound event in this scenario.
    Hope this helps.
    Cheers,
    Mal.

  • Hyperlinks being stripped

    So I upgraded to Excel 2008 only to discover that it is stripping all the hyperlinks out of any of my work spreadsheets that I open.
    So, I went over to Numbers and opened the same spreadsheet. The first two columns of this spreadsheet are lists of numbers, all hyperlinked to a web page. Well, in Numbers the first cell's hyperlink is still there, but all the rest have been stripped!
    There's nothing complicated about this spreadsheet, its simply 7 columns of info, the first two columns being numbers that have hyperlinks to web pages. Thats it, wasn't created with any macro's or anything. My IS guy created them in perl using Spreadsheet::WriteExcel, using the write_url() function, and everything looks fine in his copy of excel 2k8 or my copy of Excel 2004.
    I really don't want to have to keep using Excel 2004 if I don't have to. Since MS was stupid enough to break their own software and these spreadsheets seem to TRY to open correctly in Numbers, does anyone have any idea why the hyperlinks are being stripped out so I can at least use this?

    Hello
    In a not so old thread (02/13) I passed a list of Numbers error messages related to exchanges with XL.
    http://discussions.apple.com/thread.jspa?messageID=6587857
    You may copy them in a doc for future ref
    Some of these messages are related to hyperlinks.
    Here they are.
    +Couldn’t export hyperlinks outside table cells+
    +Hyperlinks in cells that don’t contain text weren’t imported.+
    +Hyperlinks on shapes aren’t supported and were removed.+
    +Hyperlinks within workbooks and hyperlinks to other files aren’t supported and were removed.+
    Maybe they explain what you get.
    Yvan KOENIG (from FRANCE mercredi 19 mars 2008 18:14:31)

  • Any new ideas on hyperlinking Numbers to pdf?

    After some 23 years on DOS/Windows, I now have a MAcBook with Numbers.  I've browsed through some of the posts several years old regarding the issue of hyperlinking a cell in Numbers to an external pdf file.  Apparently that can be done on the web but not on a local drive.  Which is where the pdfs I want to link are located.  This was a function easily performed in EXCEL.  Before I give in and go back to EXCEL, any current ideas?

    In System Preferences, Sharing, turn on Web Sharing. Then you can link directly to PDF files on your local drive that will open in your browser. On Lion, this looks pretty straight forward. When you turn on the preference, you'll see an example of what URL to use, e.g. http://mycomputer.com/test.pdf.
    Other computers are on your local network will be able to see your PDF files (if your computer is connected directly to the internet, then this is probably a bigger issue, but you should be on a local network behind a firewall). If that is indeed an issue, there may be a way to stop keep the PDFs hidden from outside your computer, but I am not sure. Glad to explore if you reply this is an issue.

  • Link to DOcument (PDF)

    Hi
    In the WEBI user guide it appears as though it is possible to link to PDF documents.
    "Document cells can be defined as hyperlinks. Hyperlinks in cells are similar to the hyperlinks found on
    the World Wide Web that allow you to open a different web page from the page you are currently viewing.
    When you click a cell that contains a hyperlink, the target document specified in the link opens. The
    target document can be another Web Intelligence document, a site on the world wide web, a PDF,
    Excel or Word document, or any resource accessible through a hyperlink."
    When we attempt to link to a document as follows:
    1. Right-click the cell where you want to create the link and select Linking > Add Document Link
    from the menu to display the "Create Hyperlink" dialog box.
    2. Select the Link to a document tab.
    3. Click Browse and select the target document in the Choose Document dialog box
    When we Browse to the relevant folder the PDF documents do not display, only Webi documents display.
    Is it possible to add PDF documents using the above mentioned functionality?
    Thanks
    Ian
    Web Intelligence Version 14.0.2
    Edited by: Ian Carbonel on Dec 15, 2011 12:50 PM

    Thanks pumpaction,
    My formula that launches a pdf document from a folder in the folder structure reads as follows:
    /opendoc/openDocument.jsp?iDocID=AficloALXE5PimxTtxjwdTw&sIDType=CUID&sType=pdf\" title=\"\" target=\"_blank\" nav=\"doc\">Report Info</a>"
    The document ID was found on the document properties.
    Cheers
    Ian
    Edited by: Ian Carbonel on Dec 19, 2011 8:31 AM

  • Available or Unavailable

    Hello
    Here are the message which may be delivered when Numbers import from XL or export to XL.
    So, you will be aware of a lot of plus and minus.
    "All Drawings from the Sheet"
    A chart whose data couldn’t be found was converted to an image.
    A chart whose data couldn’t be read was converted to an image.
    A chart with too many data points (%d) was converted to an image.
    A column too large for Excel was resized. Shapes and charts might look different.
    A row too large for Excel was resized. Shapes and charts might look different.
    A scatter chart was plotted by column. The chart was imported, but can’t be edited.
    A shape was removed because it wasn’t within the worksheet’s bounds.
    A shape was repositioned so that it is within the worksheet’s bounds.
    A worksheet’s background was removed.
    Accounting number formatting was converted to Excel accounting format.
    An unsupported number format wasn’t imported.
    An unsupported worksheet wasn’t imported
    Area charts will appear different because the series order was reversed.
    Bar charts will appear different because the series order was reversed.
    Bubble charts aren’t supported and were converted to images.
    Bubble charts aren’t supported and were removed.
    Bullets were removed from bulleted text.
    Can’t import more than 255 columns. Additional columns were removed.
    Can’t import more than 65,533 rows. Additional rows were removed.
    Cells in a hidden column or row were unhidden to show merged cells.
    Change tracking isn’t supported. All changes were accepted.
    Chart axes were moved to cross at chart corners. Chart “%@” will look different.
    Chart axes were moved to cross at chart corners. Your charts might look different.
    Chart references to external data aren’t supported and the last values were imported.
    Chart references to external data aren’t supported. The last data values weren’t available, so the chart was removed.
    Chart titles longer than 100 characters aren’t supported and were truncated.
    Charts with error bars or trendlines were converted to charts without error bars or trendlines.
    Charts with no data aren’t supported and were removed.
    Checkboxes aren’t supported in Excel. Selected checkboxes were replaced with True, and unselected checkboxes were replaced with False.
    Choosing to exclude objects from printing isn’t supported.
    Color gradients in tables might look different.
    Comment print settings aren’t supported and were removed. Visible comments will print.
    Content in %1$i cells in table “%2$@” was truncated because it’s too long for Excel.
    Couldn’t export a cell’s conditional formatting because it exceeded Excel’s three-rule maximum.
    Couldn’t export category axis labels.
    Couldn’t export date and time formatting in headers and footers.
    Couldn’t export date/time, page number, and page count fields inside cells because Excel doesn’t support them; the cell values were converted to text.
    Couldn’t export gradient fills because they’re not supported in Excel. The first color was used instead
    Couldn’t export hyperlinks outside table cells.
    Couldn’t export image fills because Excel doesn’t support them.
    Couldn’t export pop-up menus because they aren’t supported in Excel; the cell values were exported.
    Couldn’t export shadow on text in charts.
    Couldn’t export sliders because they aren’t supported in Excel; the cell values were exported.
    Couldn’t export stepper controls because they aren’t supported. The cell value was retained.
    Custom worksheet views aren’t supported and were removed.
    Data in hidden cells will be used in charts.
    Data in hidden cells won’t be used in charts.
    Data tables aren’t supported and were imported as regular table cells.
    Data validation isn’t supported and was removed. The last cell values were imported.
    Date and time values can’t be used in charts. Charts containing dates and times were removed.
    Dates before 1904 were converted to text because Excel doesn’t support them.
    Diagonal borders aren’t supported and were removed.
    Filename fields aren’t supported in headers or footers and were removed.
    Fill opacities were set to 100%.
    Filtered cells might have been imported as hidden. To show them, choose Table > Unhide All Rows and Unhide All Columns.
    Filtered table cells were exported hidden.
    Fit to Page isn’t supported and the setting was removed.
    Fonts with shadows might look different because Excel doesn’t support font shadow options.
    Form controls such as checkboxes and scroll bars were removed.
    Formulas in %1$i cells were removed from “%2$@” because they aren’t supported.
    Graphics aren’t supported in headers or footers and were removed.
    Header and footer cells were exported as body cells but will look the same.
    Header/footer content was truncated because it’s too long for Excel.
    Hidden worksheets were made visible.
    Hyperlinks in cells that don’t contain text weren’t imported.
    Hyperlinks on shapes aren’t supported and were removed.
    Hyperlinks within workbooks and hyperlinks to other files aren’t supported and were removed.
    Indents in table cells were imported but aren’t editable.
    Invalid charts were removed.
    Line charts with data points connected by smooth lines aren’t supported. The smoothed line setting was removed.
    Major and minor axis range units were recalculated and your charts might look different.
    Minimum and maximum axis values were recalculated and your charts might look different.
    Mixed-type charts aren’t supported. Chart “%1$@” was imported as %2$@ chart.
    More than one hyperlink was found in a cell. Only the first one was exported.
    Multicolumn text was exported as one column.
    Non-linear gradient table cell fills aren’t supported and were imported as regular gradient fills.
    None of the types of worksheets in the document are supported.
    Part of a header or footer corrupt. The readable portion was imported.
    Password protection was removed from a worksheet.
    Pathname fields aren’t supported in headers or footers and were removed.
    Pivot tables aren’t supported and were converted to regular tables.
    Pop-up lists in cells weren’t imported. The last value of the cell was used.
    Pop-up lists were removed. The last value was used.
    Print area isn’t supported and the setting was removed.
    Print settings for row and column titles aren’t supported and were removed.
    Radar charts aren’t supported and were converted to images.
    Radar charts aren’t supported and were removed.
    References to external data aren’t supported and were removed. The last calculated value was used.
    Reports aren’t supported and were removed.
    Rotated or flipped tables were returned to their original orientation because Excel doesn’t support rotating or flipping tables.
    Row or column outlines aren’t supported and were removed.
    Scatter charts plotted by column were imported but chart data can’t be edited.
    Scatter plot charts with data points connected by lines were converted to ones without connecting lines.
    Scenarios aren’t supported and were removed.
    Secondary chart axes aren’t supported and were removed.
    Some cells weren’t imported because the worksheet was too large.
    Some chart data might not have imported correctly.
    Sorting criteria were removed.
    Stock high-low-close charts aren’t supported and were converted to line charts.
    Stock open-high-low-close charts aren’t supported and were converted to line charts.
    Stock volume-high-low-close charts aren’t supported and were converted to column charts.
    Stock volume-open-high-low-close charts aren’t supported and were converted to column charts.
    Surface charts aren’t supported and were converted to images.
    Surface charts aren’t supported and were removed.
    Tab stops in table cells were replaced using four spaces.
    Table names were hidden because Excel doesn’t support displaying them on the canvas.
    The document can’t be opened because it’s not a valid Excel file.
    The document contains more colors than Excel supports; some colors may look different.
    The document is encrypted and can’t be opened.
    The document was created with an unsupported version of Excel.
    The formula could not be exported.
    The setting to reverse category order on the axis isn’t supported and was removed.
    The setting to view formulas isn’t supported and was removed.
    This document was exported from Numbers '08. Each table was converted to an Excel worksheet.
    Unsupported border styles were mapped to solid borders.
    Unsupported conditional formatting on %1$i cells was removed from %2$@ on “%3$@.”
    Unsupported conditional formatting was removed.
    Unsupported error values in %1$i cells were removed from %2$@ on “%3$@.”
    Unsupported formulas in %1$i cells were removed from %2$@ on “%3$@.” The last calculated value was used.
    Unsupported number formatting on %1$i cells was removed from %2$@ on “%3$@.”
    Unsupported orthographic camera view was converted to perspective.>
    Yvan KOENIG (from FRANCE mercredi 13 février 2008 12:48:37)

    1. No, but you might be able to upgrade to Lion. Choose About this Mac from the Apple menu, check that the computer has at least a Core 2 Duo(not Core Duo) CPU, and if so, click here.
    2. Check the RAM from the About this Mac window, choose Computer from the Finder's Go menu, control-click the internal drive, and choose Get Info. If the computer has a 32-bit EFI, it can't be upgraded to Mountain Lion or above regardless of the RAM and free drive space.
    (111990)

  • "it_hyperlink" in "reuse_alv_grid_display_lvc" Doesn't work ??

    Hello;
    I need to put a hyperlink in one of my ALV grid column.
    A Hyperlink is seen in the cell, but *when I click it doesn't open the web page..*
    I tried a lot, but it is not possible to solve this problem.
    I searched a lot of web sites, everywhere shows similar examples that does not solve my problem..
    Thanks for your help...
    My real code contains reuse_alv_grid_display_lvc function call and it_hyperlink parameter. But it is really similar to the code
    below. I believe if I solve this simple code then I can also fix my real code too....
    Here is my first simple code :
    *& Report  ZELIF_ALV_WEB_HYPERLINK
    REPORT  ZELIF_ALV_WEB_HYPERLINK.
    DATA:
    BEGIN OF t_itab OCCURS 0.
    INCLUDE STRUCTURE MARA.
    DATA matnr_handle TYPE int4.
    DATA END OF t_itab.
    DATA:
    r_container TYPE REF TO cl_gui_custom_container,
    r_grid TYPE REF TO cl_gui_alv_grid.
    DATA:
    t_hype_link TYPE lvc_t_hype,
    fs_hype_link TYPE lvc_s_hype.
    DATA:
    t_fcat TYPE lvc_t_fcat,
    fs_fcat TYPE lvc_s_fcat.
    fs_fcat-fieldname = 'MATNR'.
    fs_fcat-web_field = 'MATNR_HANDLE'.
    APPEND fs_fcat TO t_fcat.
    fs_hype_link-handle = '1' .
    fs_hype_link-href = 'www.google.com'.
    APPEND fs_hype_link TO t_hype_link.
    SELECT * FROM MARA INTO TABLE t_itab.
    LOOP AT t_itab .
    IF t_itab-matnr = 'E.001'.
    t_itab-matnr_handle = '1' .
    ENDIF.
    MODIFY t_itab.
    ENDLOOP.
    CALL SCREEN 100.
    *& Module STATUS_0100 OUTPUT
    MODULE status_0100 OUTPUT.
    SET PF-STATUS 'SCREEN1'.ENDMODULE. " STATUS_0100 OUTPUT
    *& Module USER_COMMAND_0100 INPUT
    MODULE user_command_0100 INPUT.
    CASE sy-ucomm.WHEN 'BACK'.
    LEAVE TO SCREEN 0.
    ENDCASE.
    ENDMODULE. " USER_COMMAND_0100 INPUT
    *& Module LIST OUTPUT
    MODULE list OUTPUT.
    CREATE OBJECT r_container
    EXPORTING
    container_name = 'CONTAINER'.CREATE OBJECT r_grid
    EXPORTING
    i_parent = r_container.
    CALL METHOD r_grid->set_table_for_first_display
    EXPORTING
    i_structure_name = 'MARA'
    it_hyperlink = t_hype_link
    CHANGING
    it_fieldcatalog = t_fcat
    it_outtab = t_itab[].
    ENDMODULE. " LIST OUTPUT

    Hi Sandra,
    thanks for your quick answer. "MATNR_HANDLE" helps me to make hyperlink individual cells, not all cells in a column..
    The link you send is very useful, your example works I tested..
    I also find another example that works : http://askabap.blogspot.com/2008/10/complete-alv-grig-functions.html
    But I still don't understand why doesn' t work the code I send before..
    The critical part of my code is as below :
    fs_fcat-fieldname = 'MATNR'.
    fs_fcat-web_field = 'MATNR_HANDLE'.
    APPEND fs_fcat TO t_fcat.
    fs_hype_link-handle = '1' .
    fs_hype_link-href = 'www.google.com'.
    APPEND fs_hype_link TO t_hype_link.
    LOOP AT t_itab .
    IF t_itab-matnr = 'E.001'.
    t_itab-matnr_handle = '1' .
    ENDIF.
    MODIFY t_itab.
    ENDLOOP.
    CREATE OBJECT r_container
    EXPORTING
    container_name = 'CONTAINER'.CREATE OBJECT r_grid
    EXPORTING
    i_parent = r_container.
    CALL METHOD r_grid->set_table_for_first_display
    EXPORTING
    i_structure_name = 'MARA'
    it_hyperlink = t_hype_link
    CHANGING
    it_fieldcatalog = t_fcat
    it_outtab = t_itab[].
    Best Regards,
    Elif

  • How to change the message in a cell of a ssrs report to a hyperlink dynamically

    Hi,
    I am developing a ssrs report.
    I want to change the message to hyperlink for a particular message and not all messages of a column.
    and link it to another report.
    for e.g-if a cell of the column has values A,B,C then I want to change only cell with values C as hyperlinks and not A and B

    Hi fanu987,
    According to your description that you want to conditional add the hyperlink according to different values in the fields, the link is to another report, right?
    I have tested on my local environment and we have two method to do this: one method is to choose ”Go to report” and add expression to conditional add the link which will link to the subreport for the special values, another method is to create
    an placeholder and add the HTML tag to conditional hyperlink to the URL of the Subreport in the Report Server.
    Details information for your reference:
    Method one: "Go to Report":
    Right click the fields which will add the hyperlink and select the “Textbox Properties”, click the “Font” to add expression conditional add an underline for ”Text1” which have the hyperlink function and change its color to blue. (expression add to
    "Effect" and "color"):
    Effect:
    =IIF(Fields!YourHyperlinkFields.Value="Text1","Underline","default")
    Color:
    =IIF(Fields!YourHyperlinkFields.Value="Text1","Blue","Black")
    Click "Action" to select the "Go to Report" and using this expression in the "Select a report from the list" (If the value is "Text1" then link to Subreport  or it will just refresh on the main report):
    =IIF(Fields!YourHyperlinkFields.Value="Text1","SubreportName","mainReportName")
    If have parameter delivery between main report and the subreport, add expression to omit this parameter for the fields which value is not "Text1":
    =IIF(Fields!YourHyperlinkFields.Value="Text1",false,true)
    Method two: Create Placeholder and using the HTML tags to conditional  add the hyperlink which will link to the subreport URL in the Report Manager.
    Double click the fields which will add the hyperlink and select the "Create Placeholder".
    In the Placeholder properties window, add this expression in the Value to add hyperlink only to the "Text1" and check the "HTML- interpret HTML tags as style under the "Markup type" section:
    =IIF(Fields!YourHyperlinkFields.Value="Text1", "<a href=""Subreport Link in the Report Manager"">" & Fields!YourHyperlinkFields & "</a>" ,Fields!YourHyperlinkFields.Value)
    You can also add parameter in the URL if you have parameter delivery between main report and the subreport. Finally preview will have the report like below:
    If you still have any problem, please provide us more details information.
    Any problem, please feel free to ask!
    Regards
    Vicky Liu

  • Hyperlink in iGrid Cell?

    Hi,
    Is it possible to have a hyperlink in a iGrid cell?
    Thanks,
    Sara

    Sara:
    My technique is to use a string property (a string transaction output), then I wrote a library of small transactions that create the correct HTML content for various types of HTML tags (tables, rows, columns, divs, etc).  I invoke these as needed, and the resultant HTML snippet is appended to the string transaction output property.
    To generate the HTML content, I invoke the runner servlet, pass the name of the appropriate output parameter in OutputParameter=XXX, and add to the URL:
    &Content-Type=text/html
    I've used this technique to create specialized tables, gantt charts, and entire pages dynamically as well.
    AJAX is also a viable approach.  The only real disadvantage is that you can't edit/manage the application logic as easily in a single place, but it is definitely a good approach to use AJAX if you'll be leveraging some of the very cool AJAX UI libraries out there.
    Again, I am a big fan of Adobe Flex also.  It can easily integrate with/share events with the MII applets and other HTML content on the page, or you can build entire apps with Flex using just MII as the back end.
    Hope this helps,
    Rick

Maybe you are looking for

  • Help setting up wireless network with Verizon DSL

    I bought a MacBook Pro and an Air Port Extreme yesterday. I have an iMAC G5 from October 2004. I have Verizon DSL service and a Westell Series 6100 modem. Bottom line --> I can't get the wireless connection to work. I have successfully used a wired d

  • I have a 24" mid 2008 imac when i plug the head phone jack into my stereo i have a hum that never goes away.

    i have tried grounding both the head unit and also the computer it self and all i find is the noise is still there. what can i do to get rid of the noise? i think the problem is in the grounding of the head phone jack it's self but i dont know. has a

  • SSF and digital signatures

    Hi Guys! I need to exchange XML documents with third-party. The aproach is to generate it from SAP and then sign it with Digital Signature. I found information, that I could use SSF to achieve it. On help.sap.com I found information, that I could use

  • How to connect iPhone4 to iTunes without losing pictures?

    On my old XP machine, I had tracks on iTunes and synched them to my iPod Touch. Later, I got an iPhone, and made the mistake of synching it with iTunes as if the phone were an iPod, and it synched my music....and wiped out my contacts and pictures. N

  • Is it possible to use a UK dictionary?

    If I type words like "colour" or "honour", the iPhone suggests the American spellings of those words (color, honor). Here in the UK, on the iPhone bought in the UK, that's no use to me at all. After a bit of fiddling with the settings, I found that I