Trigger a WD Application on click of a button

Hi,
Could anyone please tell me the steps involved in triggering a webdynpro application on click of a button ?
I have created the webdynpro application. The button is "Create Follow-on RFx" which is associated with event "FOLLOWON_RFQ"
Thank you,
Pavan Maladkar
Moderator Message: Please use meaningful subject lines for your posts.
Edited by: Suhas Saha on Jul 18, 2011 3:13 PM

Hi,
Could anyone please tell me the steps involved in triggering a webdynpro application on click of a button ?
I have created the webdynpro application. The button is "Create Follow-on RFx" which is associated with event "FOLLOWON_RFQ"
Thank you,
Pavan Maladkar
Moderator Message: Please use meaningful subject lines for your posts.
Edited by: Suhas Saha on Jul 18, 2011 3:13 PM

Similar Messages

  • BSP Application on click of a button in WebDynpro ABAP

    Hello All,
    We have a requirement to display a BSP application in a POP-UP on click of a button in WD ABAP application. Then, passing some paramters from WD to BSP (in POP-UP) and vice versa. Please let me know of how this can be acheived. Thanks.
    Regards,
    Gopal.

    To call a wd abap application from BSP use the method CL_WD_UTILITIES=>CONSTRUCT_WD_URL then just create a link in bsp with the url returned like this:
    <a href="url">Link</a>
    To pass data from wd abap to bsp or vice versa that a look at this blog: /people/koen.labie2/blog/2006/11/29/eating-cookies-with-webdynpro-and-bsp
    regards,
    Fabio Louzada Saito

  • How to call custom BSP application on click of BACK button for SC in EBP.

    Hi All,
    We are implementing OCI using custom BSP applications.In EBP SC screen ,in step1 (Select Goods/Services), the links for these BSP applications are displayed.
    The user can create a shopping cart using these applications , after the items are transfered from BSP to SC on standard  EBP screen , in step2
    there are four buttons ,
    1)Refresh
    2)Check
    3)Back
    4)Continue.
    We need to call one of our custom BSP applications on click of  this BACK button
    How can i acchieve the same?
    Do i need to make changes in the standard ITS application or thers some other way?
    Thanks,
    Anubhav.
    Edited by: Anubhav Jain on Jul 1, 2008 7:24 AM

    To call a wd abap application from BSP use the method CL_WD_UTILITIES=>CONSTRUCT_WD_URL then just create a link in bsp with the url returned like this:
    <a href="url">Link</a>
    To pass data from wd abap to bsp or vice versa that a look at this blog: /people/koen.labie2/blog/2006/11/29/eating-cookies-with-webdynpro-and-bsp
    regards,
    Fabio Louzada Saito

  • How to trigger a pop-up on click of dial button on IC web UI  - CRM 7.0

    I want to enahcne the standard button 'Dial' that is displayed on Interaction center web UI.
    I am trying to show a custom popup with list of phone numbers of the BP for the sales agent to select from.
    I created the custom component to display the data but I am not able to locate the event handler to trigger the pop-up from.
    Can anybody help me with this?
    Thanks in advance,
    Nalini.

    Hi Ram,
    I am still facing problems in the same. I am doing the steps as below.
    Please see if there is anything wrong or anything else that I need to do.   In my case, the method IF_CRM_IC_EVENT_LISTENER~HANDLE_EVENT for the custom controller is not getting triggered where i am handling the event.
    Do I need to call the same explicitly?
    Class: ZL_CRMCMP_I_CUCOHIDDENVIE_IMPL
    Attribute: G_INSTANCE   Static Attribute    Private  Type Ref To     ZL_CRMCMP_I_CUCOHIDDENVIE_IMPL
    Method :  GET_INSTANCE   Static Method   Public
    parameters: RV_INSTANCE   Returning  Type Ref To   ZL_CRMCMP_I_CUCOHIDDENVIE_IMPL
    code:
      if g_instance is not bound.
    create object g_instance.
    endif.
    rv_instance = g_instance.
    Method CONSTRUCTOR.
    Code:
    CALL METHOD SUPER->CONSTRUCTOR
    constants: lc_start_event type string value 'InteractionEnded'.
    data: lr_event_service type ref to cl_crm_ic_event_srv.
    subsrbing for the event.
    lr_event_service ?= cl_crm_ic_services=>get_event_srv_instance( ).
    check whether the service is bound.
    if lr_event_service is bound.
    call method lr_event_service->if_crm_ic_event_srv~subscribe
    exporting
    event_name = lc_start_event
    listener = me.
    endif.
    method IF_CRM_IC_EVENT_LISTENER~HANDLE_EVENT.
    data: name type string.
      name = event->get_name( ).
    CASE name.
      WHEN 'END'.
                 code to create pop up
      WHEN OTHERS.
    ENDCASE.
    Enhanced class : CL_CRMCMP_I_HIDDENVIEW_IMPL
    If i create the post exit for method DO_INIT, it is not triggered when the END button is clicked.
    Post Exit for method IF_CRM_IC_EVENT_LISTENER~HANDLE_EVENT
    code:
    data:lr_inst type ref to zl_crmcmp_i_cucohiddenvie_impl.
    CALL METHOD zl_crmcmp_i_cucohiddenvie_impl=>get_instance
    receiving
    rv_instance = lr_inst
    Please help me. I need to deliver this ASAP. My exact requiremnt is to dispaly a pop up wen END button is clicked. If user selects Yes, the data shall be saved  as per the standard functionality of the END button and I he selects No, then the data shall not be saved
    Thanks in advance,
    Alka Gangal

  • How to trigger an ESS application from a custom built WD app

    Hi All,
    I want to trigger the ESS record working time application from a custom built web dynpro application on click of a button.
    I tried Absolute Page Navigation for this but I am not able to do so can somebody help me in this. I use this code to navigate it to the target application.
    <b><i>WDPortalNavigation.navigateAbsolute("ROLES://portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.roles/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.area_working_time/com.sap.pct.erp.ess.recordworktime", WDPortalNavigationMode.SHOW_INPLACE, WDPortalNavigationHistoryMode.NO_HISTORY, "");</i></b>
    Regards
    Sid

    Hi Tummuru,
    I was about to close this question as my problem got resolved.
    I was running the application outside portal and because of that the navigation was not working.
    Anyways thanks for showing interest
    Message was edited by:
            siddharth chauhan

  • Close Web Dynpro Application on click of button

    Hi,
         I have a Web Dynpro Appliaction which would be open in a Portal iView. I have a close button in the application. How do I close the application on the click of "Close" button.
    Thanks,
    Prasanna.

    Hi prasanna,
    First, it is very bad decision to make decisions instead of user. Just redirect him to logoff page and let close window himself.
    In WebDynpro you may use Exit plug on interface view with parameter Url (notice the case) of type string.
    Then you may previously fire this plug with JavaScript url: javascript:void(window.top.close())
    In recent versions of WD this will not work. So you have to redirect user via exit plug to some static html page, that contains in header <script>window.top.close();</script>
    Check the below thread,u will get an solution for your question....
    Close Button
    How to close portal page by Web Dynpro App
    Exit button that close me the window in personalize
    Re: Close Button Issue

  • After upgrading to Mavericks on my MacBook, I'm not able to download third party applications like Dropbox and MyCleanMac 2.  After clicking the download button, the screen just turns dark and is frozen.  Any idea what is happening?

    After upgrading to Mavericks on my MacBook, I'm not able to download third party applications like Dropbox and MyCleanMac 2.  After clicking the download button, the screen just turns dark and is frozen.  Any idea what is happening?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Can you help me to retrieve my applications. In iTunes I accidentally clicked the Restore button in the Summary screen. It restored the original settings and I lost all my applications and don't know if it is possible to retrieve them.

    Can you help me to retrieve my applications. In iTunes I accidentally clicked the Restore button in the Summary screen. It restored the original settings and I lost all my applications and don't know if it is possible to retrieve them.

    All apps on an iPhone, iPad, or iPod Touch should be in your iTunes library on your computer.
    You can re-download all 3rd party apps and you won't be charged again for a purchased app as long as you use the same iTunes account to re-download the apps that was used to purchase the app originally.
    http://support.apple.com/kb/HT2519
    Do this with iTunes on your computer. After you have re-downloaded every app one by one, select Sync Apps under the Apps tab for the device's sync preferences along with selecting the apps below that you want transferred to the device followed by a sync to re-install the apps on the device.

  • I am trying to surf the Net and every time I click the SAFARI button, a window pops up saying that this application was closed all of a sudden

    I am trying to surf the Net and every time I click the SAFARI button, a window pops up saying that this application was closed all of a sudden. What can I do to solve this problem?

    How are you connecting to this website?

  • Not able to see list of Plan applications when click on Navigate- Applica

    Hi,
    Somehow I am not able to see list of Planning applications when clicking on on Navigate->Applications->Planning from Workspace within Planning 9.3.1. Is there an Internet settings that I would need to change in order to see the list of applications. It seems like there are something disabled within my internet options or within my preferences.
    Could someone please help?
    Thanks.

    Hi,
    Is it just yourself that is experiencing this issue.
    Are you using IE7, If so
    Tools -> Internet Options -> Security -> Custom Level -> Allow script-initiated windows without size or position constraints
    Otherwise it could be that you have not been given access.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to launch My Own Application by clicking a embedded link in iPhone

    Hi All
    Does anyone know how to launch my own application by clicking a embedded link in iPhone? same thing like you click a phone number , and then the phone application will be launched.
    Thanks
    -Tommy

    You have to place the URL types your application handles in the Info.plist - see LaunchMe's for the format.
    You'll do best opening it in a "plain text format" (right-click, open as), as it's a nested array instead of just a set of values, and it's easiest seen/modified in its native XML.

  • Trigger change badi when click a custom button

    hello guys i want to trigger the change badi when a user clicks on a button.  Any help would be create?
    I am using the set change by client setting it to true and then firing the refresh but it is not working?  Any clues?  Thank you.

    As I told you in that linked thread, I'd suggest trying to use SET_CHANGED_BY_CLIENT method on the context of your webdynpro. This is sufficient to make the system aware of a change and trigger the CHANGE badi.
    As far as I've observed doing my tests, the CHANGE badi is then triggered after an event that will follow the SET_CHANGED_BY_CLIENT execution.
    So I'd suggest two test:
    - pre-exit of the method you trigger when the user press your custom buttom: set_changed_by_client and then execute your code. See if the badi is then triggered;
    - if not: you could "force" a subsequent action after the button press, for example, a simple REFRESH of the view. Then I'm sure that, after the set_changed_by_client method, the badi will surely be triggered.
    Please be aware that I'm absolutely NOT a guru on these arguments, so I'm trying to give you some workarounds I implemented on an SRM 7 system. Probably some guru will have better and cleaner solution for your task, but as far as I've seen, these ones should meet your needs.

  • Since I actualize my iphone 4 to ios6 I can´t download applications from app store in it they seem to by downloading but within some seconds it's like if not clicked the download button. But then I have "waiting" mode applications that I never search for.

    Since I actualize my iphone 4 to ios6 I can´t download applications from app store in it they seem to by downloading but within some seconds it's like if not clicked the download button. But then I have "waiting" mode applications that I never search for.

    Hi nitish7
    Thank you for posting and welcome to Nokia Support Discussions! 
    Can you provide us the following information to better assist you:
    1. Model of your phone.
    2. Are you downloading from Nokia Store on the phone or using Nokia Suite?
    3. Type of connection you're using (WiFi/mobile data)
    4. Any error message you're getting?
    If my post helped you, please don't forget to click on the "White Star" and if it resolved your issue click on "Accept as Solution"

  • Problem while launching Webdypro Application on click of a work item in UWL

    Hi All,
    I am trying to launch a webdynpro application by clicking one of the work items in UWL. But I am getting the error as "iview N/A".
    It is trying to use the UWL Launch Webdynpro iview(with the id com.sap.netweaver.bc.uwl.uwlLaunchWebdynpro)
    I searched for the above iview,I could see all the UWL related iviews at the following location(Portal content->Content Provided by SAP->End user content->Standard Portal users->iviews ->com.sap.netweaver.bc.uwl.uwliviews)
    I could find UWL Launch SAP BSP and UWL Launch SAP Transaction and few more,but could n't find UWL Launch Webdynpro iview.
    Can any one let me know wat do I need to do,to get that iview.
    I am working on EP6 & KMC SP19.
    Thanks for the help
    Regards,
    Santhosh

    Hi Santosh
    One thing is clear that you can see your task in the UWL, If your SWFVISU is entry is correct (especially the System Alias ), the only reason i can see is the XML is not imported properly.
    Login as administrator and navigate to
    System Administration->System Configuration->Universal Worklist & Workflow->
    Universal Worklist Administration
    Re-Register your System again.
    and click this link on the same page "Click to Administrate Item Types and View Definitions"
    There will be an XML imported, just check your Task Number is present and check
    the application, if exists should not be a problem.
    If you see the SAP Standard ESS workflows, all webdynpro applicaitons are directly called by specifying the webdynpro component name, not as an iView.
    I think you are using Portal iView to display your webdynpro, try to use the webdynpro applicaiton as it is.
    Regards
    Abhimanyu L

  • On google.ca, enter key does not trigger the google search action. I have to manually click the search button

    Hi there. Recently I upgraded to Firefox 4.0.1. I don't recall if the issue occurred prior to this upgrade, but as of right now, if I go to my homepage of www.google.ca and type in a search criteria and hit the enter key, what used to happen of course, is that it would trigger the actual search and the page would refresh with any matching results.
    This no longer happens. If I click the button labelled "Google Search" the search works. It's just the enter key that doesn't seem to register.
    On a side note, F5 no longer refreshes my page, and I'm sure this worked previously. Now I have to click the Go/Stop/Reload button to the right of the address bar.

    Do you have ''AVG Safe Search'' installed? It blocks the use of the Enter key after typing in a search.
    Disable it by clicking the Firefox button, go to Add-ons, then Extensions. You should be able to find it in there.
    If the problem persists, try running Firefox in [[Safe Mode]]. If it functions properly in that configuration, then one of your add-ons is the culprit.

Maybe you are looking for

  • Can I bond two conections together in one MacBook Pro?

    I am at the beach for a week, and in desperarte need of some conectivity. Although I haven't used it in a while, I have the Apple Modem, and can get in using that alone at ~52k using traditional dialup speeds (Ugh!). I had forgotten how slow that is!

  • My magic mouse  does not pair with my mac mini   help please

    i get a error message pairing unsuccessful  i have paired it ok with my Macbook AIr ok

  • Questions about buying new Macbook

    I have a 2001 iBook, still going and going. It was my first computer. I want to replace it by buying a Macbook. I make webpages, blog, no videogaming, no heavy graphics apps (like PS), only a couple of third-party apps. I'm very short of breath so, e

  • Resizing Images in fly (while downloading)

    I have a program which downloads images in to File System and show it to the user, like an online album.The images are downloaded in multipart.Before showing the full image we first show the album (thumbnails). The problem we are facing is that the i

  • Delivery Deletion Problem

    Hello SAP Gurus, We have a very peculiar problem. There is one particular delivery document which has been deleted but still that delivery is showing in Document flow as being processed.Is there any correction program available to correct these entri