Hyperlink to ;aunch webdynpro

Hi All,
I need to place a hyper link(WEBDYNPRO APPLICATIO URL) in workflow task description.When ever the agent clicks on that link we need to launch our webdynpro application.
could any one help to solve this
Thanks&regards
Vardhan

Hi,
Sorry to ask, but don't you have a thread about this same topic already?
Hyperlink to launch webdynpro abap from workflow
It is still unclear for me that if you just manually put a proper and working web dynpro application URL (copy and paste it from SE80) into work item description (in work item edit mode), will it launch the application?
Kind regards,
Karri

Similar Messages

  • Hyperlink to launch webdynpro abap from workflow

    Hi Guys,
    We have developed WORKFLOW where we need to send HYPERLINK along with WORKITEM to the AGENTS.
    When ever the user(AGENT) clicks on the HYPERLINK we need to launch our WEBDYNPRO ABAP APPLIOCATION.
    Please guide me to achieve this scenario.
    Thanks&regards,
    Harsha P

    Hi
    I think you have to check the below points  as Karri has suggested you some good points, and still if you face some issues then
    1. Make sure you have made the workitem ID as URL parameters.
    2. You should be able to access the URL parameters from Default method of the Window.
    3. Make sure the URL that you are generating is correct , by looking at URL I felt like some thing is missing, like if you have observed the url of any webdynpro applicaiotn it may be some thing like
    https://<domain>.50000/sap/bc/webdynpro/....   and this is purely my guess so make sure th URL you are populating is correct.
    @Rick
    Why do you keep saying "kemp" when the sign-off is "Karri"?
    May be you should concentrate on suggesting some thing useful regarding thread issue, rather than how the others signature is or suggesting something how to call or address the other forum participants.  Its just a suggestion....
    Don't mind its just a friendly advise.
    Regards
    Pavan

  • Hyperlink for a table field leads to popup webdynpro abap

    Hi All,
    I have a problem in finding the solution for this.
    I know we can drilldown on a field for further details in ALV webdynpro.
    But here I have a situation where I need to drilldown on a field in a table(which is not ALV).
    EG:
    FOLLOWING IS THE THE TABLE I HAVE NOW ( its not an ALV )
    EMP NO               EMP NAME
    912245            Ruise gill
    923045            bernard chan
    All the numbers should have an underline like a hyperlink and it should lead to a popup with further details.
    For ALV you have on_click event like the below
    Display link in column pernr
    DATA: lr_link TYPE REF TO cl_salv_wd_uie_link_to_action.
    lr_column = l_value->if_salv_wd_column_settings~get_column( 'PERNR' ).
    CREATE OBJECT lr_link.
    lr_link->set_text_fieldname( 'PERNR' ).
    lr_column->set_cell_editor( lr_link ).
    Can you please help is there any way to drilldown on a table field
    Thanks in advance.

    hi, Amol Ghatuk.
    Just as Chris Paine said, from your description, the information what i can get is that:
    you want one column which plays like "Link to Action"(hyperlink). And when user presses the "Link to action",one pop-up will be displayed....
    And in addition, your given the coding example of ALV,  is just for: in ALV, create "Link to action" UI element and then set it in ALV to make the column play like "Link to Action"(hyperlink).
    Now, in your Table(Not ALV), what you need to do is just "create one table column" in which you continually  create  one "Cell editor"(choose the "Link to action" UI element)...
    Oh, this is the basic of WD4A. I think you have already been very familiar with "Action handler" and "Open one Pop-up"...
    If any misunderstanding, pls point out. very glad to discuss with you.
    Best wishes.

  • Task configuation  containing webdynpro hyperlink in UWL

    Hi Experts,
         i have a workflow userdecision task that contains a hyperlink of webdynpro application.Now we have to integrate this task into UWL.we are able to open the task from UWL but on clicking on hyperlink this web dynpro application is not getting opened.
    Can you please suggest the steps to do the same.
    Regards
    Sonika chauhan

    Hi prashant,
       I am doing this for the first time..so not sure am i going in the correct way..i have a user decision task that contain following details
    1.Accept
    2.Reject
    3.Send for review
    Note for approval (hyperlink for webdynpro application)
    Now since i dont need any additional functionality i did not register this task in swfvisu(as i have understood if we need to add additional functionality ,we have to create webdynpro for that task and register the task in swfvisu).so for the task,the standard config screen is opening in UWL providing me the details of task,The accept and reject button are also working fine.
    Now when the user clicks on the hyperlink..it should call webdynpro application.But it is not calling.On right click on hyper link it shows URL as javascript.void(0)..that means it is not taking the URL.But where is this URL getting missed..i am not able to figure out.
    Do i need to configure the task in swfvisu..if yes what would be the launcher type.?
    Edited by: chauhansonika2011 on Jun 17, 2011 12:10 PM

  • Adding a hyperlink in Webdynpro ESS box

    Hi Group,
    I need to add hyperlink to a box displayed in ESS side. The webdynpro application I am looking into is HRESS_A_PER_US_ONLINE_W2. In the election tab, I need to add a hyperlink inside 'Additional Information' box.
    I tried to create a GENERAL TEXT in SE61 and insert a link which works fine in the preview in SE61 but this doesn't show up as a hyperlink in the ESS side. It just displays the command for the hyperlink as such.
    Requesting your input on this.
    Thanks,
    María

    Hi Maria,
    I think you are not very much familiar with the object navigator and Webdynpro component's structure. I suggest you take the help of a developer who is familiar with WDA.
    You need to enhance the standard component to achieve your requirement.
    Your requirement can be achieved as below
    Open the standard WDA component in SE80 and go to the respective view
    Enhance the view and go to the view layout
    Add UI element LinkToUrl or LinkToAction
    To set the link text from data element documentation,
    Go to the POSTEXIT of wddomodifyview( ) method of view
    Get the documentation text by using function module  DOCU_GET_FOR_F1HELP
    Get the link ui element from view like
                      data lo_view_element type ref to if_wd_view_element.
                   lo_view_element ?= VIEW->GET_ELEMENT( 'LINK' )
    Set the text, by using method
                   lo_view_element->set_text( lv_doc_text ).
    Hope this helps you.
    Regards,
    Rama

  • Creating a multi level views in webdynpro for java

    Hi,
    My requirement is i need to create a webdynpro application with 3 screens .
    first screen will be a search screen for example with first and last names fields .so when i give search criteria it will display the search results in the second screen below the first screen(search screen) and some of the fields in the result screen wil have a hyperlink so when i click on that it will display the details of that row in the details view below that results view
    in simple terms
    search screen
    results screen
    detail screen
    please let me know the way to develop this kind of application in webdynpro for java
    points will be rewarded for the helpful answer.

    Hi Bala,
                Here you have two options.
    <b>I. Display all views at one time:</b>
    Open  Navigation Modeler,
    Create  a <b>ViewSet</b> with properties column 1, rows 3.
    1. In the tool selection list, select Embed View.
    2. In the layout area of the Navigation Modeler, click on the cell of the view set in which the view is to be embedded.
    3.In the wizard, choose Embed New View and, in the next window, enter a name for the view.
    4.Use the package that you entered for the component definition or select another package by choosing Browse.
    5.Choose Finish.
    Create 3 views with names search screen,results screen and detail screen.
    Use plugs to navigate.
    <b>II. Display one view at a time:</b>
    Create a main View. Insert <b>ViewContainerUIElement</b>
    Open  Navigation Modeler.
    1. In the layout area of the Navigation Modeler, click on the cell of the <u>ViewContainerUIElement</u>.
    2.In the wizard, choose Embed New View and, in the next window, enter a name for the view.
    3.Use the package that you entered for the component definition or select another package by choosing Browse.
    4.Choose Finish.
    Create 3 views with names search screen,results screen and detail screen.
    Use plugs to navigate.
    You can use <b>visibility</b> property also as another option to show/hide the views in both of these.
    regards,
    Siva

  • Rnd:action in displayed properties of resource renderer to open a webdynpro

    Hi,
    In the collection renderers of the SAP KMC, we define the displayed properties as below.
    rnd:iconrnd:displayname(contentlink)rnd:action
    Which means that the displayname of the resource is shown as hyperlink and we click on it the resource opens in the respective editor.
    I have an requirement when I click on the hyperlink of the display name I want to open a webdypro application. How can this be achieved.
    Any inputs will be of great help.
    Regards,
    Sreeram

    Hi,
    Firstly thanks for your quick reply. My requirement is , I have some images in a folder in KM of portal for example : /document/IMAP. If I click on this file , it should invoke a webdynpro application. I have follwed ur blog and created a oth file and uploded in /etc/oth folder. After doing this I thought when I click on any file in /documents/IMAP folder the webdynpro application will open but its not happening.
    my oth file is as below
    <?xml version="1.0"?>
    <ObjectTypeHandler Name="IMAPOTH" Class="com.sapportals.wcm.service.objecttypehandler.GenericObjectTypeHandler">
    <SelectionCriteria>
    <Paths>
    <Path>/documents/IMAP/**</Path>
    </Paths>
    </SelectionCriteria>
    <Actions>
    <Action>
    <ActionType Type="view" Namespace="http://sapportals.com/xmlns/cm"/>
    <ActionURL URL="/webdynpro/dispatcher/local/DropDownApp/DropDownApp?Resource=&lt;resource.uri&gt;"/>
    </Action>
    </Actions>
    </ObjectTypeHandler>
    Regards,
    Sreeram

  • Hyperlink in a User Exit for standard transaction?

    Hi,
    First off, I am a novice in ABAP. After some searching on the forums, I have found out that it is possible to have hyperlinks in an ABAP Programm.
    Is it possible to change a standard transaction (through user exits) to add in this sort of functionality? For instance, a link in VA23 to jump to a remote portal? Is it possible? And if yes, could anyone give me an example of how this could be done? Links to documentation or tutorials would also help me.
    Could such a functionality be added through a button in the same transaction instead of a simple hyperlink?
    Thanks and regards
    Sameer

    The SAP.Web.UI.Controls namespace is a collection of classes that allow you to create controls in an iView. SAP NetWeaver web controls run on the server and include form controls such as buttons, input fields and tables. Because web server controls run on the server, you can programmatically control these elements. SAP NetWeaver controls are more abstract than HTML server controls or Microsoft web controls from the System.Web.UI.WebControls namespace. Their object model does not necessarily reflect HTML or Microsoft web control interfaces. SAP NetWeaver controls reflect the SAP WebDynpro UI elements. They also implement the behaviour of SAP Unified Rendering, which allows custom UI branding by selecting and modifying CSS style sheets. This namespace includes the ViewElement class, which is derived from System.Web.UI.Controls.Control and provides all SAP server controls with a common set of functionality. Therefore you can also mix SAP NetWeaver controls with Miocrosoft web controls within an iView.
    for more details on this please go through the below link.
    https://www.sdn.sap.com/irj/go/km/docs/library/dotnet/pdk%20for%20.net/developer's%20Guide%20PDK%202.0%20for%20.NET/Reference/SAP.Web.UI.Controls.html
    <b>Give points if useful</b>
    related topics
    http://help.sap.com/saphelp_crm50/helpdata/en/20/041c3a1cf1c54be10000000a114084/content.htm
    http://help.sap.com/saphelp_crm50/helpdata/en/e7/43f438c842cc2be10000000a114084/content.htm

  • Launch webdynpro component from a assignment block

    Hi,
    I am trying to launch a webdynpro component on click of a hyperlink from a assignment block.
    This works fine but, on click of hyper link i set a global attribute GV_url = 'X'.
    based on this, i call the webdynpro link in the .htm page of the view.
    <%
    if ZL_BT116IT__BSPWDCOMPONEN_IMPL=>gv_url is not initial.
    %>
    <a href="<%= ZL_BT116IT__BSPWDCOMPONEN_IMPL=>gv_url %>" target="_blank"> Sample URL to launch Web Dynpro Application</a>
    <%
    clear: ZL_BT116IT__BSPWDCOMPONEN_IMPL=>gv_url.
    endif.
    %>
    using this i get an additional hyperlink in the assignment block which on click gets the webdynpro page.
    This is an additionaluser click which is not required.
    How can we skip this , instead directly navigate on click of the attribute in the assignment block?

    have solved this using the script window.open
    <%
    if ZL_BT116IT__BSPWDCOMPONEN_IMPL=>gv_url is not initial.
    %>
    window.open("<%= ZL_BT116IT__BSPWDCOMPONEN_IMPL=>gv_url %>).focus();
    <%
    clear: ZL_BT116IT__BSPWDCOMPONEN_IMPL=>gv_url.
    endif.
    %>
    This helped me open the link directly but have a new problem with this.
    I am able to navigate to the link in a new window only the first time i click the hyperlink.
    once i close the new window and if i try to click the hyperlink again, i am not able to open this again.
    Have tried to debug but, everything is in place.
    Pointers on this scripting would be very helpful.
    Should i clear the link before exceuting again or do any additional scripting?.

  • Hyperlink in ITS

    Hi,
    As of now we have a button "Show Order" which shows the details for the material that you select(radio button).
    Now i want to delete the radio button and also the button(Show Order) and provide a hyperlink to the material which does the same functionality as the "Show Order" button.
    Could anyone guide me on how to create hyperlinks??
    Thanks,
    SB

    Hi Berigai,
    could you please be a bit more specific on what technique on the ITS you are using. There are a number
    of different poibilities out there
    IAC with Templates on Plain HTML
    IAC with Templates on HTMLBusiness
    IAC without Templates
    Flow Logic with Templates on Plain or on HTMLBusiness
    WebGui External ITS  Integrated ITS.
    If you are using any type of templates this might be of help to you
    http://help.sap.com/saphelp_nw2004s/helpdata/en/af/712384248c11d3a6390060087a79ea/frameset.htm
    or you want to download the SAP@Web Studio found on the service marketplace
    http://service.sap.com under section Frontend Components -> ITS. In there you do find a good help
    on how to develop templates with SAP.
    Anyway if you are developing your own application
    I would highly recomend not to use ITS any more as
    it is old technique. I would suggest to look into ether BSP development or Webdynpro.
    regards Ingo

  • BPM & WebDynpro ABAP

    Hello,
    I would like to call WebDynpro ABAP application from BPM.
    I assume in order to get process data from BPM i must call some specific web service with process id which must be delegated to WD ABAP. Via call of a web service
    it must be also possible to confirm the step as processed. Is it correct?
    Of course it would be nice if SAP would  offer an access to WD ABAP Components (context and events) directly from BPM like it is possible with WD Java.
    Regards
    Paul

    Hi Krishnam,
    We are currently working on a draft article for the SDN community on this...  to give you the overview of what is needed for WebDynpro ABAP UIs in BPM:
    1. You you need to create a Web Dynpro ABAP component with a CHIP (Collaborative Human Interface Part).  BPM will use the CHIP to call the component and export/import data.  This means your ABAP system must be at least on platform SAP NetWeaver 7.02 SP5 (e.g. a ECC 6.0 EHP5 system or similar)  and your NetWeaver BPM needs to be 7.2 or higher. 
    2. In transaction SE80 use the context menu on your Web Dynpro ABAP to add the CHIP
    3. In the CHIP you select the interface view and start-up plug to be exposed as CHIP.  Existing views and plugs can be used.
    4. You need exactly one interface component method with only one importing parameter to be used as the CHIP Inport.  An existing interface method can be used if you have one.  In the CHIP you select the method and which parameters to expose.
    Note: The parameter is either a DDIC structure or table type.  Within the parameter the data types currently supported by BPM for CHIPs are STRING, INT4, and WDY_BOOLEAN - so its best to stick to those and do any conversion in the mapping on the BPM side.
    5. You need at least one interface event with an exporting parameter to used as the CHIP Outport. An existing interface event can be used if you have one. In the CHIP you select the event and the parameters to expose.
    Note: Normally we create two events - a complete event and an error/cancel event (we can use the error event as a boundary event in BPM).
    6. On the "Properties" tab of the CHIP, mark the chip as "Remote-enabled" and enter the Loading application "WDR_CHIP_LAUNCHER".
    7. On the "Inports" tab of the CHIP, assign the tag CHIP_CONTRACT:PROCESS_STEP_START_POINT.
    8. On the "Outports" tab of the CHIP, assign the tab CHIP_CONTRACT:PROCESS_STEP_END_POINT.
    Note: if you forget to do steps 7 and 8, BPM will find your chip but complain that its not valid and won't let you assign it to your task.
    9. Then go to BPM and Create a new task (do NOT use the UI generation template here - just start with an empty task).  In the User Interface section of the task use the "Choose..." button and the UI Wizard "Online Technologies(Web Dynpro Java, Web Dynpro ABAP, Visual Composer).    Select Web Dynpro ABAP and your SAP system (you can use SAP systems configured in your NWDS preferences or add them on the spot here with the "Configure R/3 Destinations" hyperlink). 
    10. Press the "Search" button to find your component.  It will show the name of your CHIP -  not its technical id - so make sure you know what you called it.  By default it selects for only supported components (there's a checkbox to do this towards the bottom of the Select UI Component wizard window)  - if you can't see your CHIP, try searching for all components and you will be able to see a brief message giving you some idea as to what is still missing from your CHIP.
    11. Select your CHIP and complete the wizard.
    We'll be putting screenshots in the article.
    Hope that helps,
    Regards,
    Jocelyn

  • Hyperlinks in Interactive ADOBE Forms

    Dear experts,
    I have a scenario of INTERACTIVE ADOBE FORM in ABAP WEBDYNPRO wherein Attachments have to be stored for a given form and these forms would be archived in a shared folder after a complete workflow lifecycle .
    Initially, we implemented the handling of attachments using the 'ATTACHMENT' tab in the ADOBE form itself and storing these attachments as xStrings in GOS. This worked really well until recently where the attachment sizes increased from a few KB to many MBs . The form processing got extremely slow leading to unacceptable performance.
    This called for the approach of using hyperlinks to attachments on a network folder to be added to the form by the users while data entry itself.
    I am unaware as to how can we open a text field to accept hyperlinks which can then be stored ina backend table, so that they can be fetched and updated in the form at a later stage during the subsequent workflow steps?
    Any inputs on this would be of gret help..
    I searched the forum for queries but none were really helpful. Please help me out with this issue..
    Regards,
    Amith

    Hello experts,
    I am using Livecycle designer version 8.0 and do not have the 'Launch URL' UI element. So I have to resort to using a text field and a button with a script to launch the URL. Something like
    xfa.host.gotoURL(url.rawValue, true);
    This works for a web URL but this is not opening any network shared folders. Is there any way to achieve this?
    Secondly, I want it to open in a new window and not in the same browser window/tab that the form is in.
    Any inputs on this would be really helpful.
    Kind Regards,
    Amith
    Edited by: Amith Menezes on Dec 21, 2010 6:26 AM

  • Including hyperlink in outlook mail body not working

    Hi,
    We have a requirement to open an outlook mail on click of a link on webdynpro screen and also inlcude a hyperlink in the body of the mail.
    I created a LinkToURL and assinged the following to the 'reference' property :-
    mailto:?body=http://<xyz>:80/DSARCLNK_AP10D/CONTENTSERVER.ASP?get&pVersion=0045&contRep=D1&docId=AP10D_332
    Outlook opens properly, but the complete link is not appearing in the body of the e-mail.
    it shows just the following :-
    http://<xyz>:80/DSARCLNK_AP10D/CONTENTSERVER.ASP?get
    so what's happening is it breaks when it finds '&'.
    Can some one help me in resolving this issue?
    Thanks,
    Hari

    Hi Hari,
    Replace "&" by "%26"
    Best regards, Maksim Rashchynski.

  • VC vrs WebDynpro Java

    Hi Specialists,
    I have a question, we have to develop 7 dashboards (Views) with Oracle is back end, we are going to use Web Services for that. Details requirements are given below.
    1.     Each of these views interacts with each other through hyperlinks.  A user should be able to go directly to any of these views, but a user should also be able to click on a particular record in one view and pull up a more detailed view with data filters pre-set based on the selection in the previous view.
    2.     If a user navigates to a view from another view (via hyperlink), the context of the previous view should be maintained. 
    3.     There are some graph view, user can click to see the raw data,
    a.     The summarized and raw data from any graph or table can be downloaded to MS Excel.
    b.     Each view can be printed.  Print views are represented in the width of a single sheet of paper, in portrait or landscape mode as appropriate.  The view can roll on to multiple sheets horizontally if tables include a large amount of data, but the information in the view should tie to the width of a single page.
    4.     Shorting and searching option in all Views.
    Clint is asking us to use Visual composer, but we think Webdynpro java would be better.
    Could you please suggest me which one is better for these requirements and why, what problem we can face if we can use VC, and how Webdynpro java would be better.
    Regards
    Divyanshu

    << Do not post the same question across a number of forums >>

  • 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

Maybe you are looking for

  • Report for release strategy

    Hi, Is there a report for PR/PO release strategy? Thanks in advance!

  • FIREFOX OPEN ONLY HALF ON MY LAPTOP SCREEN REST IS BLANKC

    firefox with yahoo home page opens only half way on the laptop screen. That is first half of the laptop screen is blank while the yahoo window will start on 2nd half horizontally. all web sites will also be displayed on half of the screen (2nd half).

  • South Park Collectors Edition Problem????

    Is there some type of problem with this collectors edition? I got a email today when it doesnt come out until tomorrow that it is no available for pickup. I also called as the email said and the associate told me no other stores had it available for

  • Simple Update query Will not work

    I am new to sql and I am doing an update query in access and it will not work, here is the query. UPDATE Change Code Master Table SET change code = '0'; Edited by: 805337 on Oct 26, 2010 8:05 AM

  • ACME video on Java Web Server 2.0

    ACME video was fairly easy to get running using the built in web server provided with JDeveloper 3.0. Things got a bit more difficult when I tried to deploy the web application portion to Java Web Server 2.0. Here's what I had to do to get it to work