Hyperlink in dynapro field

Hi, experts,
How can I create hyperlink in dynapro fields. So that by double click on that field I can open regarding module.
If any one response, it will be too much helpfull for me.
Never mind for forum points.
Thanks in advance
Rajiv singh.

Do you want a double-click or a hyperlink?  For the latter, you will probably need to include a custom container and an HTML control within it plus fill it with the relevant URL etc. 
If you want double-click to work, then make sure you have defined the "F2" button (Choose / Select) in the PF-STATUS for the screen... you should then be able to pick up this sy-ucomm / OKcode in the user-command in the PAI logic (you may also need to use "get cursor field l_which_field." type logic to tell what was double-clicked on.
Jonathan

Similar Messages

  • Adding Hyperlink to a Field

    Hi,
    Newbie here. I'm trying to figure out how to add a hyperlink to a field in a report. There are five fields in the table and I'm trying to allow the user to click on one of the fields to bring up a new report or a page.
    I've looked into using srw.set_hyperlink but is having trouble associating the wanted field with the hyperlink. Any help would be appreciated. Thank you.
    <function name="beforereport">
    <textSource>
    <![CDATA[function AfterReport return boolean is begin
                   SRW.SET_HYPERLINK('#F_FID&<' || LTRIM(TO_CHAR(:F_FID)) || '>');
                   return (TRUE);
      end;]]>
    </textSource>
    </function>
    Do I need to specifically call the function in my jsp?

    Its me again. I did a search and found some examples of appending a html a href=... tag in the Select statement. But I'm getting a improperly terminated query error. I believe the error has to do with the single quotes.
    Any help would be greatly appreciated. Is there any document on protocol for JDBCQuery?
    SELECT
    'ahref="http://somesite.com"' || f.fid || '/a',
    FROM table f
    WHERE ...
    This query is working fine when I execute it in DBVisualizer.

  • Hyperlink on a field in BI report in CRM UI leading to CRM transaction

    Hi Experts,
    Can any one please suggest on how to we accomplish this task in CRM UI
    provision of hyperlink on a field in BI Report leading to the corresponding activity in CRM for
    maintenance
    Thanks and Regards,
    Kiran

    Did you try to set the context in the code ? Something like
    IdcContext userContext = new IdcContext("sysadmin"); //user I eat my words...this is more specific to UCM ..sorry

  • Hyperlink a customer field on the sourcing screen

    Does the capability exist to hyperlink a customer field that will appear on a web template?  For this example I need to hyperlink a customer field on the sourcing cockpit screen.
    There is a customer field called prev PO.  This field should hyperlink to the Process Purchase Order transaction similar to how the shopping cart, auction and bidding number hyperlink to there respective displays.
    Thanks,
    Nancy

    Hey Nancy,
    Did you solve this post? I have the same doubt about Hiperlink in CUF.
    Anybody knows?
    Tks,
    Sev. Lampiao

  • Add hyperlink on the field txt in Search Result List to access Detail View

    Hi, SDN fellows.
    I have a PCUI requirement stated the following:
    1) In the line item of the Search Result List (table), there is one hyperlink in field 1.
    2) When click on the hyperlink, it will trigger the action to open up Detail View (Object Data Pattern 1 - ODP1) of the line item.
    3) Problem: When the value of the field is null, there will be no hyperlink to open up the Detail View.
    4) For work around, my requirement is to make the other fields (i.e. field 2) to have a hyperlink to trigger the action for opening the Detail View of the line item.
    I am not strong in PCUI. Please advise how to do so, while I am exploring the guide in the PCUI Book.
    Thanks,
    Kent

    Hello Kent,
    check out the settings of the Field Group element where the link is already active. Copy that settings to the Field which you want to be linked too.
    Regards
    Gregor

  • How to Create an Hyperlink for a field in the table

    Hi
    I am having a requirement that, in a table their is a sales order number field, their will be a lot of sales order numbers, this sales order number to be made as an hyperlink, when i click on the the sales order number it should open another page.
    Now how should i create this hyperlink for that sales order number field. Can any one help me out in this issue.
    Thanks in advance.

    Hi Mani,
    I have a similar requirement but i need to transfer the values to the same page... what then. I have seen the developers giude and the example shows how to tansfer values to another page but no clues what so ever if i have to transfer them to the same page different region. Do u have any suggestions ....
    Regards,
    Amit.

  • Is it possible to have a clickable hyperlink as a field under Products?

    As the subject says, is it possible to have a clickable hyperlink setup as a field in the Products table somehow? Basically I have a field that automatically constructs a hyperlink based on an assignment and I'm wondering if there is a way you can set it up so that you can just click on it and have it open up Internet Explorer as opposed to having to copy the link and paste it in a browser.
    Thanks!

    Ryan,
    Have you looked into trying to use the Web Pane URL for your scenario?
    <a href="http://help.sap.com/saphelp_mdm550/helpdata/en/8c/ca6d92fe624549a2809c8d02ab063c/frameset.htm">Web Pane URL</a>
    <a href="http://help.sap.com/saphelp_mdm550/helpdata/en/43/79696a7c9c6fcae10000000a1553f6/frameset.htm">Web tab</a>
    This will allow you to create a URL to search Google for example based on the data contained your fields/attributes. You need to create the custom URL in the Console and then activate the option from the configuration settings in the Data Manager. This will then activate the Web tab for this link, all internal to MDM.
    Let me know if you need more detail.
    Thanks,
    Tim

  • Getting hyperlink formula from field objects.

    Hi everyone,
    I'm looking to extend the export to .pdf functionality in order to include hyperlinks. I have already ran some proof of concept programs, and I'm able to export to .pdf and add a hyperlink to a rectangular area of an existing .pdf document. The only thing left is to be able to pull the information regarding field location, size and hyperlink from the report.
    So, that's my question; How do I loop through the fields of an existing crystal report, check for hyperlink formula field, then get the link text/field position and size?
    I know that I'm asking for a lot here... I don't need full code samples, just some hints where to start... for example:
    - Where do I find the collection of generated data field objects?
    - Where do I find the hyperlink text on those objects?
    Thanks, in advance, for any help that you may be able to offer.
    - Scott

    Hi Scott,
    The first place I go is to the .NET Object browser. You have to add all of the CR Assemblies to get all of the info but it's a great place to start:
    Just search on "hyperlink" and you get this first hit and a few more:
    CrystalDecisions.CrystalReports.ViewerObjectModel.ReportObjectInstance.HyperLink
    CrystalDecisions.Windows.Forms.ObjectInfo.Hyperlink
    CrystalDecisions.ReportAppServer.ReportDefModel.ISCRObjectFormat.HyperlinkText
    CrystalDecisions.ReportAppServer.ReportDefModel.ISCRObjectFormat.HyperlinkType
    Here's what I typically include in my projects for testing:
    using CrystalDecisions.CrystalReports.Engine;
    using CrystalDecisions.Shared;
    using CrystalDecisions.ReportAppServer.ClientDoc;
    using CrystalDecisions.ReportAppServer.Controllers;
    using CrystalDecisions.ReportAppServer.ReportDefModel;
    using CrystalDecisions.ReportAppServer.CommonControls;
    using CrystalDecisions.ReportAppServer.CommLayer;
    using CrystalDecisions.ReportAppServer.CommonObjectModel;
    using CrystalDecisions.ReportAppServer.ObjectFactory;
    using CrystalDecisions.ReportAppServer.DataSetConversion;
    using CrystalDecisions.ReportAppServer.DataDefModel;
    using CrystalDecisions.ReportSource;
    using CrystalDecisions.Windows.Forms;
    Then go to help.sap.com and get the latest SDK Help files. Or if you are using VS 2010 then use the local install of it.
    Thank you
    Don

  • Hyperlink from summary field in crosstab??

    I want to enable a hyperlink on a summary field in a crosstab so that clicking on it will produce a subreport of the detailed items that are included in the count displayed in the summary field.
    Keeping my username in mind ;-> I have tried everything I could think of and haven't found the magic incantation yet. I was expecting to be able to select a drill down, but that radio button is greyed out for the field I want to hyperlink from. I've tried a multitude of sane and insane things within all of the hyperlink tabs I could find, but no success.
    I've read as much of the documentation as I could find, both from the CD and online, and I'm stumped.
    Has anyone done this, and if so, could you please offer some tips??
    Thanks!!!!

    One thought I have is to right-click on the field in the cross-tab and select "Format Object".  I'm using CR for VS2005 and I have a Hyperlink tab that allows me to configure a hyperlink.  Using this hyperlink, you could navitage to another webform with another report to display the details for that summary.  Just a suggestion! 
    -MJ

  • Hyperlink on data field crystal report vs 2005

    Please help!!!!
    I can not set the hyperlink on a data field in *.rpt.
    I also set the hyperlink type was A website on internet and filled the website address. But when report display i can not see any link.
    Thanks in advanges,

    Hello,
    (from CR Help file)
    You can select a report object on the Design or Preview tab and create a hyperlink to another location.
    The hyperlink is saved with your report and is available to other users as a way of viewing additional information.
    Note:    Crystal Reports also lets you create hyperlinks with Relative URLs, so your web reports retain independence from their location on any particular server.
    To create a hyperlink field
    Select a report object on the Design or Preview tab.
    On the Format menu, click Hyperlink.
    The Format Editor dialog box appears with the Hyperlink tab active.
    Click the type of hyperlink you want to create.
    The available types in the upper area are:
    No Hyperlink
    This is the default option. There is no hyperlink associated with the selected report object.
    A Website on the Internet
    Select this option if you want your report object to be linked to a static web address. Use the formula button to create a URL based on a field value. For example, you might enter the following formula if your Customer Name field contained information that would create a series of meaningful URLs:
    "http://www." + {Customer.Customer Name} + ".com"
    Note:    You can also use this option to connect to Business Objects, Web Intelligence, and OLAP Intelligence documents (this is also known as report linking). Use the openDocument function to create these hyperlinks in Crystal Reports.
    Current Website Field Value
    Select this option if you want the program to create a hyperlink out of the field you selected. The field must be stored as a proper hyperlink in your data source.
    An E-mail Address
    Select this option if you want to create a "mailto" address from the field you selected. Use the formula button to create an address based on a field value.
    A File
    Select this option to create a hyperlink to a file on a specific computer or networked computer. Use the formula button to create a file path based on a field value.
    You can also use a hyperlink of this type to run an EXE with a command-line parameter. Enter the path and application name, and follow it by the parameter for the command.
    Current E-mail Field Value
    Select this option if you want the program to create an email hyperlink out of the field you selected. The field must be stored as a proper email address in your data source.
    The available types in the DHTML Viewer Only area are:
    Report Part Drilldown
    For information about how to use this option, see The Report Part Drilldown option.
    Another Report Object
    For information about how to use this option, see The Another Report Object option.
    Note:    Not all hyperlink types are available at all times. The object you select and its location on the report determine which types are available.
    After you have chosen a hyperlink type, enter the appropriate hyperlink information (the URL of a web site, for example).
    Click OK when you are finished.
    The hyperlink is inserted as appropriate. Click it on the report to go to the web site, to send an e-mail, and so on.

  • Embed hyperlink in clob field

    Hi,
    I have a form that holds TIPSandHINTS entered by teckies.
    The text of each hint is entered in a CLOB field.
    If the user enters a URL in this field, how can I get FORMS to highlight this and fire off the hyperlink when the cursor is over the URL?
    Thanks
    Terry
    Reading UK

    Hi Jennifer,
    Please see this link for producing high resolution pdfs: http://www.adobe.com/products/postscript/pdfs/workflow.pdf
    Here's more information regarding url in Acrobat: http://help.adobe.com/en_US/acrobat/X/pro/using/WS58a04a822e3e50102bd615109794195ff-7cef.w .html
    Feel free to post back if you need more information.
    ~Deepak

  • Error while creating a hyperlink for a field in a table view

    Hi all,
    I have created a table view to display the lead information.Now i wanted to make the lead number to be made as a hyperlink.I have tried the delow code
    <htmlb:tableView id = "tvX"
    headerText = "Leads Details"
    headerVisible = "true"
    design = "alternating"
    visibleRowCount = "5"
    visibleFirstRow = "<%= firstvisiblerow %>"
    fillUpEmptyRows = "true"
    onHeaderClick = "MyEventHeaderClick"
    onRowSelection = "select"
    selectionMode = "singleselect"
    table = "<%= activities %>"
    iterator = "<%= z_it %>"
    sort = "SERVER" >
    <htmlb:tableViewColumns>
    <htmlb:tableViewColumn
    columnName = "object_id"
    type = "link" >
    </htmlb:tableViewColumn>
    </htmlb:tableViewColumns>
    </htmlb:tableView>
    But am getting the following error whlle am activating the code
    Internal error occured during runtime generation
    of Class CL_O2D59X6KFES8AMMPAFQ6AV1R3WF (Dump ID:
    DBIF_REPO_SQL_ERROR).
    When i remove the code for <htmlb:tableViewColumns> this error does not exist
    Can canyone help me in solving this?
    Thanks

    Hi,
    in iterator method IF_HTMLB_TABLEVIEW_ITERATOR~RENDER_CELL_START.
    you need to call method  cl_hrrcf_iterator=>get_bee_link to define the link for a specific filed.
    for example check the below code.
    IF_HTMLB_TABLEVIEW_ITERATOR~RENDER_CELL_START.
      CASE p_column_key.
        WHEN 'PERNR'.
        CALL METHOD cl_hrrcf_iterator=>get_bee_link
            EXPORTING
              p_cell_id       = p_cell_id
              p_onclientclick =link_url
              p_column_key    = p_column_key
              p_row_data_ref  = p_row_data_ref
              p_tooltip_alias = l_alias
            IMPORTING
              po_bee          = p_replacement_bee.
        ENDCASE.
    endmethod.
    vijay

  • Hyperlink on current field value sent to pdf

    I have a Crystal 8.5 report that I have sent out to pdf.  I am reading it in Reader 9.4.3.  I created a hyperlink that when clicking on some text (drive and path to an image file), it will show up as
    c:\folder\image.bmp
    in the tooltip.  When I click on it, it brings up a security warning and allows me to click on Allow or Block.  The path now says
    c:%5Cfolder%5Cimage.bmp
    When I click on Allow, nothing happens.  To get backslashes to show up in the tooltip in Reader, I had to set up the path in the database like this
    c:\\\folder\\\image.bmp
    When I click on the link in Crystal, it opens the image in the MS Viewer.
    The user would like to be able to export the report to pdf that can be then viewed and if the end user wants to click on the link to see the image, they should be allowed to.  Not all users have access to Crystal.
    Any help is appreciated, TIA rasinc

    Thanks for your attempts sharonamt.  When I exported to RTF, the link in the tooltip came up as:
    file:///C:\Users\WindowsLoginName\Desktop\.bmp
    and it tells me to Ctrl+Click to follow the link.
    I believe it is referencing the desktop because that is where I sent the rtf but the text itself is the correct text displayed to the path of the file.  When I moved the rtf to my server and opened it from there in Word 2007, the tooltip said
    file:///C:\.bmp
    When I opened the rtf from the server on my notebook running XP and Office 2000, it was the same.
    I then set it up to email out as a pdf and rtf (conversions done in the program that generates the report).  In pdf format it still shows the original message I got with %5C instead of \ and in rtf format it references the UNC path to my server where the file is located but it removes the \ from the normal path so it shows as file:///
    ServerName\ResourceName\folderimage.bmp missing the \ between folder and image.bmp.
    I've currently got the reference to the real path with two backslashes because when I have it with only one \ it seems to be removed.  It seems backslashes are some internal command for something because even when I type in two of them here, it forces a line break.
    So I am completely stumped now.

  • Opening HyperLinked Files contained in a database field Automatically alongwith Crystal Report

    Hi
    I am using Crystal Report 2008. We have a database table which has Bill of Material for all the parts, the table also has additional field which contains LINK to PDF File (i.e. c:\PDFFiles\XPart.PDF) which is containing Part specifications. Now i am able to create a Hyperlink from this field and user is able to click on the field to open the file.
    Is there a way, that all the associated linked files open automatically whenever a user previews this report.Any help would be highly appreciated.
    Thanks
    Shekhar    

    You can achieve the desired behavior by adding a UFL (User unction library) that includes a function for triggering and passing parameters ot a different process.
    At least one of the 3rd-party UFLs listed at Crystal Reports viewer comparison, Crystal Reports scheduler comparison and other utilities ( viewer and scheduler compa… provides such a function.
    You would then be able to add Crystal formulas that result in opening linked documents as a byproduct of previewing the report.

  • Host / Port in the hyperlinked field.

    In the RTF data template added hyperlink on the field,
    This hyperlink should fetch HTTP host/port from the variable declared in the xsl file.
    So that report could run without hard coding the host / port in the hyperlink.
    When tried to embed the <xsl:value-of select="$port_name"/>;?>
    BI Publisher couldn’t decode the variable value.
    Please suggest a way to implement this.

    I tried to add the statement to the init.ora file which is referenced by the inittest.ora file, and the error message changed to the following: (By the way, am I supposed to modify anything in order to use JDBC, or it should be fine after it has been installed?) Thanks.
    Exception in thread "main" java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
    at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208)
    at oracle.jdbc.ttc7.O3log.receive1st(O3log.java:428)
    at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:248)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:249)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:36
    5)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:260)
    at java.sql.DriverManager.getConnection(DriverManager.java:517)
    at java.sql.DriverManager.getConnection(DriverManager.java:177)
    at JDBCExample.main(JDBCExample.java:10)

Maybe you are looking for

  • ITunes is not letting me update to version 5.0.1?

    Yesterday I tried downloading an app from my iPhone 4 and it said that it requires iOS 4.3. I clicked the update button in iTunes (on my computer) and waited for a couple of minutes. After it was done, a messaged appeared on the screen and said, "The

  • Routine is not working properly?

    Expert's please tell me is there any problem with this routine? Because this routine is not working properly.It is not populating to all the fields the RESULT value. if   COMM_STRUCTURE-/BIC/ZVEN_NAME = 'VENDOR1' or COMM_STRUCTURE-/BIC/ZVEN_NAME = 'V

  • Sender FTP Adapter (file transfer w/o mapping)

    Hello everyone! Is there a way to configure a Sender FTP Adapter such that it simply picks up a file in an FTP folder then moves it to another FTP folder without changing any data (no mapping needed)? I tried doing it, but the Sender Agreement requir

  • Images not displaying in CFDOCUMENT PDF

    Hi there, Has anyone notice any problems with images in dynamic PDF using CFDOCUMENT? I have a site where I create several dynamic PDF document (with images) and all of a sudden, they stop displaying. The only new addition was a SSL for the site. Any

  • How to create dynamic screen using module pool programming

    Hi, Could anybody help me how to create dynamic screens? I am developing a screen with HR Person with assignment info. If PERNR have multiple assignments, i need to show all the details one by one. How to show the details on screen. I need to call on