How to use Hyperlink in BSP page

Hi,
I have a hyperlink content in a table in one field.
The link content is generated at the runtime, I mean it is not constant every time. It is different for different records in the table. I want to navigate to that link( a new window ) when clicked on that link, a field of table. How can I do that??
Regards,
Niranjan

<%
data: linkid type string ,
      ttab(5) .
loop at linktable into wa .
move: sy-tabix to ttab .
clear linkid .
concatenate 'link' ttab into linkid .
condense linkid no-gaps .
%>
<htmlb:link id            = "<%= linkid %>"
                  reference     = "<%= wa-linkurl %>"
                  text          = "<%= wa-linkdescription %>" />
<% endloop .%>

Similar Messages

  • How do you HYPERLINK a web page address to an EXCEL document in Firefox like is possible in Explorer

    How do you HYPERLINK a web page address to an EXCEL document in Firefox like is possible in Explorer?

    When you follow a hyperlink in Excel, usually it should open in your default browser. You shouldn't have to do anything special in Excel to create the link when Firefox is your default browser compared with IE. However, the Insert Hyperlink dialog might work differently. I think it might be able to automatically pre-populate a URL from IE, while in Firefox, you need to copy the URL from Firefox's address bar and paste it into the Insert Link dialog.

  • How to login CRM 2007 BSP page use account domain of Microsoft AD

    Dear friends,
    I am finding solution to setup system with the requisite:
    - Login to CRM 2007 Business Server Page use account domain which is managed by Microsoft Acitve Directory.
    - Users use only web browser, they didn't use SAPGUI and they must type username, password ( their username,password are managed in Microsoft AD, not in SAP system) in every login to BSP page, don't use solution like X.509 client certificate.
    I used to configured using SNC and I could login to SAP System using SAPGUI without type SAP username and password when I log in my computer by account domain( my computer is joined in domain).
    But my requisite is have to use account domain( username and password)  and type them in web browser when I want to log in SAP system, could not configured to go to directly SAP application ( BSP page ) without type username/password of account domain.
    After time looking for solution about authentication :
    http://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/8039306e-cea4-2a10-15b9-8e96d40c51ef [original link is broken]
    I think may be I could login to java portal by used username/password of account domain to authenticate after login  to portal I use SSO to switch to BSP page without type username password again. This solution may be accepted because I was login to SAP application from web browser and used account domain.
    Could you show me, there are anymore solution or how could I do to to set up my above solution.
    Thanks and Best Regards.

    The normal way to do this is to configure the authentication stack required on a JAVA stack (e.g. portal or standalone Java instance of NetWeaver or dual stack) and then configure the BSP app in SICF transaction to redirect to Java stack when no SSO2 ticket is sent by browser (e.g. user has already authenticated). The redirect to Java stack will be done, such that after user has authenticated to Java stack they will be issued with an SSO2 ticket and redirected back to the BSP app URL. From end users perspective, they will access the BSP app URL and get authenticated using Active Directory, and they won't know about the redirection since they will be logged into the BSP app once they have authenticated.
    The authentication using Active Directory can be done using two methods:
    - Using credentials already on workstation from workstation logon, e.g. using Integrated Windows Authentication
    - Showing user a form where they enter AD account and password.
    Thanks,
    Tim

  • How to create hyperlink in Html page using Java

    Hello every one
    I want to know that how can I create a hyperlink in Html page using java ?
    Let for example
    I have code like this and i want to give hyperlink to it using java.
    rember that i am creating node using this id="name" which give me multiple value. and i want to assign diff link to each name..?
    <tr>
    <td ><span id="name"></span>
    </tr>

    but i m using this code to create node in html file
    HTMLLIElement li = (HTMLLIElement)appHTML.createElement("LI");
    Text txt = appHTML.createTextNode(name);
    li.appendChild(txt);
    appHTML.getElementById("name").appendChild(li);
    this will display all name value which is coming from database,
    and i want to assign a hyperlink to it,
    I have id with name also so I thought that using id i will
    create javascript like
    function popup(id)
         if(id==1)
              var n1 = window.open("../list/name1.html");
         if(id==2)
              var n1 = window.open("../list/name2.html");
    this way i want to popup particular file if i can pass id value in this function
    so want hyperlink like
    name

  • Questions on using classes inside BSP pages

    Hi Group,
    I have a few questions on how to use classes,interfaces,parameters in classes,
    and etc., relating to OOPs concepts that can be implemented in BSPs.
    Pls send me some link wherein I can explore things and use it in BSPs.
    Thanks & Regards,
    Vishnu.

    Hi Raja,
    I am facing issues like this:
    1) When I use the code in my BSP as under:
    <%
    class ZCL_MODEL_03 definition load.
    data ref1 type ref to ZCL_MODEL_03.
    data cust_id type c value "1000".
    data c_id type c.
    create object ref1.
    c_id = cust_id.
    call method ref1->CHECK_CUSTOMER changing cid = cust_id.
    %>
    Cannot we define variables in the Scriptlet?? or we need to do only in the attributes sections only?? or in both??
    2)I am not able to use both exporting & importing things in my method call.
    eg.,call method ref1->GET_CUSTOMER
                      exporting cid = cust_id
                      importing c_id = eid.
    In the method definition, I am only using simply logic like, I was trying to send a value into the "cid" defined in the method and putting that value into "eid" which was defined exporting, but, still I could not get the value into "c_id" that I have defined in the BSP page.
    Note: in both the things(in BSP and class definition as well, I am using the same
            type for defining the attributes.
    3)When can we define a "Returning" option in the Class method's parameter    
       Definition? and how can I use it with an example?
    Thanks in advance.
    Regards,
    Vishnu.

  • How to include hyperlink in Endeca page

    I have a requirement about including hyperlink into Endeca page. I have an endeca page including external web contents, let's say the url is http://localhost:8080/web/guest/a. I have another endeca page showing orders. When user click on an order on that endeca page, it should go to http://localhost:8080/web/guest/. I just want to know how to implement this feature in Endeca. Any help is appreciated.

    For now I can click one of the items in the guided navigation and then go to another endeca page which has OA page in it. Another question for this, could I get the data for what user choose? Say user choose item1 in the guided navigation, then the OA page knows user choose this item and user does not need to enter item id to update the quantity of this item (say the filed of item id is filled automatically because OA page gets data from endeca). The reason why I want to do like this is Endeca cannot update data so I need to use OA framework to update. Does anyone know how to implement this scenario?

  • How to pass values between BSP pages?

    Friends,
      I have used htmlb controls within my BSP page. I need to pass the value that i provide in the first page to the next BSP page and display it. I used something like
    navigation->set_parameter( name = 'val1' value = val1 ) and navigation->goto_page( 'second.htm' ).
    Now, how should i read this value in the second.htm?. I tried to bring this value using the
    data ename type string.
    ename = navigation->get_parameter( name = 'val1' )
    in the onInitialization event. But its not working.. How should i go about it?. Do i have to set anything in the Page attributes?. Is it possible to change the text of a label at runtime?.
    Expecting an early reply.. suitable answers with code snippets will be rewarded..
    Thank you,
    Saravanan.

    Here's one way:
    I have page attribute  pa_error_no of 'Error.htm'defined as
         TYPE     CHAR3     3-Byte field
    In OnInputProcessing of page1.htm
         navigation->set_parameter( name = 'pa_error_no'
                                   value = '003' ).
         application->cv_page_next = 'Error.htm'.
         navigation->goto_page( application->cv_page_next ).
    Then in 'Error.htm' (I happen to use it in the layout)  you can reference it in OnInputProcessing also
    <%
          case pa_error_no.
          when '001'.
             if not ( application->cv_bp_number is initial ).
    %>

  • How to use URL CHIPs in Page Builder?

    Hi all,
    I have encountered a problem of using URL CHIPs in CHIP Catalog.
    I cannot find any documents on how to use the CHIPs in CHIPs Catalog of Page Builder. I just simply want to display a URL in NWBC. I suppose that there is an input in URL CHIPs for URL addresses and then the URL can display. However, it is not the case.
    I have already looked at the template of URL CHIPs (WDR_TEST_PAGE_CHIP_PROV_2) and still I don't understand how to use the URL CHIP.
    Please give me some hints on this one.
    Regards,
    Dominic

    Hi.,
    Check this article : [Integrating goole maps in WDA using page builder|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0bca5ae-3c5c-2d10-938d-a81787f59ace?quicklink=index&overridelayout=true]
    also this hlep docu : http://help.sap.com/saphelp_nw70ehp2/helpdata/en/20/361af8255f4a33a2e8441956cc8f63/content.htm
    http://help.sap.com/saphelp_tm80/helpdata/en/b1/914b8c3fb648babc568967d430a9f8/content.htm
    hope this helps u.,
    Thanks & Regards,
    Kiran

  • How to use Keynote tuxtures in Pages

    Hi All,
    In keynote graphs you have different textures than in Pages. Does anyone know how to use the Keynotes textures in Pages?
    Doest anyone know if I can download more textures for iWork on the Web?

    The three components of iWork '09 (as the iWork '08 ones) share the same folder of textures.
    So, If Pages doesn't use all of them, it's a design choice.
    If I made no error, here is a table of used textures.
    Some are news and unused ?
    I found no change in the use of textures for Pages and Numbers.
    The changes apply only to Keynote.
    I entered the program's resources and bingo, I found the way to allow more textures in the menus.
    <startupVolume>:Applications:iWork '09:Keynote.app:Contents:Resources:SFCChartFills.plist
    <startupVolume>:Applications:iWork '09:Numbers.app:Contents:Resources:SFCChartFills.plist
    <startupVolume>:Applications:iWork '09:Pages.app:Contents:Resources:SFCChartFills.plist
    are the files storing the list of allowed textures.
    Artistic.sfctex
    Blue.sfctex
    Bright.sfctex
    Brown.sfctex
    Brushed Metal.sfctex
    Car Paint.sfctex
    Classic Silk.sfctex
    Concrete.sfctex
    Corrugated Paper.sfctex
    Denim.sfctex
    Etched Metal.sfctex
    Fun.sfctex
    Granite.sfctex
    Gray.sfctex
    Green.sfctex
    Hardcover.sfctex
    Linen.sfctex
    Marble.sfctex
    Metal.sfctex
    Notebook Paper.sfctex
    Portfolio Paper.sfctex
    Precious Metals.sfctex
    Retro.sfctex
    Rough Paper.sfctex
    Scrapbook Paper.sfctex
    Showroom.sfctex
    Slate.sfctex
    Speckled Paper.sfctex
    Spectrum.sfctex
    Stained Wood.sfctex
    Stock Paper.sfctex
    Watermark.sfctex
    Wood.sfctex
    is the list of available textures.
    With a property list editor, add the ones which you want.
    Yvan KOENIG (from FRANCE dimanche 18 janvier 2009 17:53:09)

  • How to do hyperlink to html page?

    can i know how to do a hyperlink to html page once i click on a Jbutton? I need a help : )

    You can try something like this:
    String cmd = "c:/program files/ie.exe"; // WHat ever your explorer path is
    String url = "test.html"; // what ever your html path is
          try {
          Runtime.getRuntime().exec(cmd + " \"" + url + "\"");
          } catch (IOException ex) {
    ex.printStackTrace();
          }

  • How to used hyperlink

    Hi i do not really know how to use this options of hyperlink,  i would like to  call a pic from another pic, or maybe call a pic from tex, bur i do not know how to set all this.
    Thanks

    There is a Jabber SDK available here:
    http://www.cisco.com/en/US/products/ps11765/index.html
    Your other questions will need to be addressed to your Account Team, since we're not allowed to discuss Roadmap items on a public forum.

  • How to Use Hyperlink in XI R2 need Screen Shots

    Hi All,
    Please  sent Screen Shots how to create Hyperlink in XI R2 step by step process i am new to this.
    Please help me on this.
    Thanks in advance

    Aravind,
    OpenDocument URL command syntax
    An example of the syntax to use when you want to create a hyperlink on a state object to open a document with sales details for the state appears below:
    ="<a href=""http://<server_name>:8080/OpenDocument/opendoc/openDocument.jsp?""&sType=wid""&sDocName=DetailedSalesReport""&lsSEnterState:="Replace(State;"";"%20") + "> "State""
    The below divides the example of syntax into understandable arguments, and provides an explanation for each argument.
    Note: Each of the syntax arguments are joined with a plus sign in the formula bar.
    Syntax argument ========================== Explanation
    "<a href=" ============= The opening HTML syntax for a hyperlink.
    http://<server_name>:8080/OpenDocument/opendoc/openDocument.jsp? =========== <server_name>:8080, used in this example, is
    specific to the BusinessObjects Enterprise server.You can find this name displayed in the address bar of your browser's address toolbar.
    Note: The port is 8080 for Tomcat web servers.
    "&sType=wid" ================ The type of document to be opened, in your case, a Web Intelligence document.
    "&sDocName=DetailedSales Report" =========== Your Document name(Report) Note that spaces in the name of the document are replaced with a + sign. %20 can be used in place of the +. %20 is the HTML encoding symbol for a space. This parameter can be substituted with the sDocID.
    "&lsSEnter_State:="+Replace( State;"";"%20") ==============
    The prompt parameter which will be passed to the document being opened.
    Notice that this argument has to match exactly with the prompt created in the first document. In this case, a single parameter is being passed (lsS).
    Additional parameters are available:
    u2022 lsM for multiple values
    u2022 lsR for a range of values
    The object name in brackets, State indicates the data from the main report to be passed to the linked report.
    The Replace command is used with the value to replace spaces in the value with the HTML symbol for a space.
    Multiple prompts can be listed in the code. You just continue to string them together with the + character to concatenate the pieces.
    t">"+ State ============= Required HTML encoding and the object name that indicates to the document which data to show in the table. Once you have formatted the column in the Web Intelligence table, the State values in this case appear as hyperlinks.
    "" ============= The closing HTML code for a hyperlink.
    Summerized :
    ="<a href =" + "http://webwasqwn1.ecorp.cat.com:8322/OpenDocument/opendoc/openDocument.jsp?sType=wid&sDocName=fsitem&lsSEnterItem Node Name:="Query 2.Item Node Name(If IsPromptAnswered("Enter FS Items") Then "&lsSEnterFS Items:="+URLEncode(UserResponse("Enter FS Items:"))) + Object + ""
    Hope it helps you!!
    Thank You!!
    Sent from iPhone

  • How to figure out a BSP page application in Sicf

    Hello Experts,
    We are facing some issue in a BSP application,
    We are trying to implement SRM in our proj. The main page called as registration page ,
    for which we need to do some changed...
    but who can i find which funtion module or which application that BSP page is running on,
    I.e.
    what i acctually need to do is that,
    After the supplier fill the form it is getting saved i need to know what event  is getting triggered in backend for saving that data..
    can u help me on this...where do i find it.
    please give the steps
    Thanks IN advance!!!

    Hello,
    BSP name as service name in SICF...
    To know how it is handling event - it depends on which type of application is..
    1. If it is following MVC model, please look in DO_HANDLE_EVENT for detailed logic
    2. If it is not MVC and having ;Page with flow logic' concept - then look in event handler tab...
    Thanks

  • How to use GUI_DOWNLOAD inside BSP Application event

    Hi All,
    I am facing one issue while using GUI_DOWNLOAD inside BSP Application. When the processing goes at GUI_DOWNLOAD it gives me unknown error where as the same code is working when used in report program. My requirement is to save password into excel file at my local machine. I am using FM MS_EXCEL_OLE_STANDARD_DAT to save password in excel file but this function module fail when it reach at GUI_DOWNLOAD . Can you please help me out.
    Thanks and Regards
    Pradeep Kr. Rai

    Dear Pradeep,
    Find the below link which explains a simple data download to excel from a table view.
    www.sapt echnical.com/Tutorials/BSP/Excel/Index.htm
    Try to avoid the way your using in the BSP application and it is abdicable to use the standard methods / class available like "cl_bsp_utility"
    Hope this will be helpful.
    Regards,
    Gokul.N
    Edited by: Gokul on Oct 8, 2009 9:57 AM

  • How to use Hyperlinks in a table

    In my JSF application, I have a table that returns a list of customers. I want to have each link pull up the customer details page with the data for the row that the user clicked on. Is there an easy way to do this?
    I have figured out how to replace a text field in a column with a hyperlink and have set it to display the correct text for each row but I have the following issues:
    1) if I try to use the current row, it is always the first row displayed, not the row the user clicked on
    2) I can construct the link url in such a way that it posts back to me with the customer Id, but then how do I obtain the information? From the request Bean?
    For example my urls on 2 rows of the table are:
    http://localhost:28080/TestApp/faces/Home.jsp?CustID=1
    http://localhost:28080/TestApp/faces/Home.jsp?CustID=2
    This is how I built the links:
    <ui:tableColumn binding="#{Home.tableColumn2}" headerText="Customer ID" id="tableColumn2" sort="customer.customer_id">
    <ui:hyperlink binding="#{Home.hlCustomer}" id="hlCustomer" target="_self"
    text="#{currentRow.value['customer.customer_id']}" url="?#{currentRow.value['customer_url']}"/>
    Any help apprechiated, as I am new at this.

    I'm not sure if this is what you want to do, but I did something similar, allowing JSC to handle everything.
        public String hyperlinkClarifyCaseNum_action() {
            // Select the current case & go to editSev1
            TableRowDataProvider rowData = (TableRowDataProvider) getBean("currentRow");
            getRequestBean1().setClarifyCaseNum((Integer)rowData.getValue("espsev1.sev1ClarifyCaseNum"));
            getRequestBean1().setSev1ID((Integer)rowData.getValue("espsev1.sev1ID"));
            return "editSev1";
        }This saves the key (sev1ID) in a session bean, then goes to the page that will allow user to edit the sev1 entry. That page retrieves the key & does the query to populate the page.
    I copied this from the JSC book available free on the website.
    Very similar to 2) above ;-)

Maybe you are looking for

  • Parked document table

    Hello, Can any one please tell me parked documents are stored in which table, except BKPF. I want vendor code , name and PO, please help. Regards, Lakshman.

  • How can I merge or flatten this set of objects?

    I have this image, which came in the form of a jpeg or similar pixelated  format, and I opened it in AI CS5 and did a live trace to vectorize it.   Unsurprisingly, it came out with a billion points.  I had to add some  "shading"--the black facets of

  • SQL Server Software ISO, How to find out what is the Edition and Version of the SQL software before starting installation

    Hi All- Before starting installation, I would like to find out What EDITION and VERSION  is the SQL Server Software ISO. Please note this is not to find out what version is the installed sql server but before the installation: Is there a note or abrv

  • Trade in Trade up promo not honored at Hartsdale Store 822

    Well I just came back from another wasted trip to the Hartsdale Store: 299 N Central Ave Hartsdale, NY 10530  Phone: 914-946-0707 GEO: 41.027210, -73.793617 Website says this store accepts trade in. I brought my tablet in to the store last Friday.  T

  • Converting MPEG2 video to AVI

    I am using PE4 and I am trying to edit video from a DVD. Usually, I have edited video from my camcorder; this is my first time using video from a different source. My question is; should I convert this video into AVI for better quality/easier to edit