Calling pop up from link to url ?

hi,
How to call a POP UP from an UI element LinkToUrl .
what are the methods available to create it?
reply me soon..
Lakshmi.

Hi,
If you use LinkTo Action element you can achieve opening a popup..In its action method use following codes.
data: l_cmp_api           type ref to if_wd_component,
         l_window_manager    type ref to if_wd_window_manager.
         l_cmp_api           = wd_comp_controller->wd_get_api( ).
         l_window_manager    = l_cmp_api->get_window_manager( ).
  if wd_this->cust_popup_wd is initial.
    wd_this->cust_popup_wd = l_window_manager->create_window(
             window_name  = 'CUST_POPUP_WD'
             button_kind  = if_wd_window=>co_buttons_yesnocancel
             message_type = if_wd_window=>co_msg_type_question ).
  endif.
  wd_this->cust_popup_wd->open( ).
where,
'CUST_POPUP_WD'-> name of your window which has the popup view
In attributes tab include
attr name   of type      IF_WD_WINDOW
Regards,
Dinesh
Edited by: Dinesh Babu on Jun 26, 2008 11:03 AM

Similar Messages

  • Calling java script from link

    Hi,
    I have a link on the page, when i click on the link i should call java script. Java script is written on page level edit area as HTML text.
    Can you give me the syntax ? how to call that script

    say you had a javascript function defined on or accessible to your current page that looked like this...
    function popupURL(url)
    {w = open(url,"winLov","Scrollbars=1,resizable=1,width=800,height=600");
    if (w.opener == null)
    w.opener = self;
    w.focus();}
    ...you could then call it with a link that looked like this...
    <a href="javascript:popupURL('http://www.google.com');">Open Google in Another Window</a>
    ...hope this helps,
    raj

  • Need Help calling Dynamic Action from Link in Interactive Report

    Hello I have an Interactive Report. I would like to have a Dynamic Action called when the user selects a row (Clicks a Link).
    I am running Application Express 4.0.2.00.07 on Oracle 11gR1.
    Any help would be great.

    Hi VANJ,
    Sorry for the poorly written original post. I will be much more specific.
    I have a Interactive Report on page 40. That report has a column named X_UID that is a link back to page 40 and sets a text item named P40_X_UID in a Region we will call "Form X" with the value of the column. That page refresh also then calls a Automated Row Fetch process to fetch all the values needed for the rest of the page items in the "Form X" region. Also "Form X" region has a conditional display on to only display when P40_X_UID is not null.
    What I would like to do:
    When the user clicks on link in the IR for X_UID instead of the "Form X" region becoming visible I would like to become modal. I am trying to use a Plug-In named "ClariFit Simple Modal - Show". I have it working with a Dynamic Action when you click a Page Item. But I would like to to work when the link is clicked and the data populated.
    I hope that helps some.

  • Calling a page from a button url

    Can you give me a hint how to call (branch to) a page from a button which is placed behind an item in a region. If I choose button to be a HTML button this should be possible. I think it's documented in User Guide Page 6-22. But description is not very informative. It's easy to do if the button is in a region position.
    Regards Christoph

    Christoph,
    For buttons in region positions the branches can be associated with the button by picking the button from the "When Button Pressed" select list. For buttons displayed among the region items, you need to conditionally branch based on the request send by the button. Assuming you already created the button and a branch that takes you to the target page, edit the button, scroll down to "Button Request Value" and type in your request string, e.g. BUTTON_PRESSED. Then edit your branch, and make it conditionally based on a request "Request = Expression 1" and type in your request string BUTTON_PRESSED into the Expression 1 field.
    Hope this helps,
    Marc

  • Pop ups from link

    Hi,
    I am extremely new to creating websites, I knew nothing three
    weeks ago. The site I have built is www.alecq.com the problem I am
    having is that after much trouble I managed to create a button in
    flash CS3 and export it to Dreamweaver CS3. The links work, however
    when pressed they open in a new window. How can I do this so that
    when a link is pressed it opens in the same window.
    I hope this makes sense. Below is the code I used in Flash
    for one of the buttons:
    import flash.events.MouseEvent;
    var getportfolio:URLRequest = new URLRequest("Untitled
    Document");
    addEventListener(MouseEvent.CLICK,pclick);
    function pclick(event:MouseEvent):void{
    navigateToURL(getportfolio);
    I will now show the relevant code from dreamweaver:
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/s...rsion=9,0,28,0"
    width="62" height="27" title="About Alec Quinton Male Model
    Bristol">
    <param name="movie" value="Buttons/About.swf" />
    <param name="allowScriptAccess" value="always">
    <param name="quality" value="high" />
    <embed src="Buttons/About.swf" quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/downl...ShockwaveFlash"
    type="application/x-shockwave-flash" width="62" height="27"
    allowScriptAccess="always"></embed>
    </object>
    I would be so very grateful of some help, please keep it
    simple though, my knowledge is minimal! Many thanks in advance.

    > My page doesn't use frames, I haven't learnt those yet.
    Wait until you've been at it for 3 years to do that. It's not
    worth the
    effort at this point.
    > I'll try it now, thanks for your time. Do these
    alterations mean anything
    > to
    > you?
    Only that you shouldn't use Flash buttons. Ever. Please
    reconsider this.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Alec2998" <[email protected]> wrote in
    message
    news:g5dad1$5m0$[email protected]..
    > My page doesn't use frames, I haven't learnt those yet.
    >
    > Everything works as intended except the links opening in
    new windows. I
    > just
    > recieved this advice:
    >
    > <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/s...rsion=9,0,28,0"
    > width="62"
    > height="27" title="About Alec Quinton Male Model
    Bristol">
    > <param name="movie" value="Buttons/About.swf" />
    > <param name="allowScriptAccess" value="always">
    > <param name="quality" value="high" />
    > <embed src="Buttons/About.swf" quality="high"
    > pluginspage="
    http://www.adobe.com/shockwave/downl...ShockwaveFlash"
    > type="application/x-shockwave-flash" width="62"
    height="27"
    > allowScriptAccess="always"></embed>
    > </object>
    >
    > The new bits of script are:
    > <param name="allowScriptAccess" value="always">
    > allowScriptAccess="always"></embed>
    >
    > I'll try it now, thanks for your time. Do these
    alterations mean anything
    > to
    > you?
    >

  • How to call a procedure from url

    hello,
    I'd like to call a procedure from the url. <br>
    I've tryed several ways to call that procedure, but none of it worked. <br><br>
    so can someone please tell me the correct syntax of such a call?<br>
    thanks in advance.

    Hi ,
    I have implemented this in one of my apps in the following way:
    - Created a database procedure (called download_file that accepts a parameter). This procedure opens a document stored in the database.
    - In a report region, in the Column Link attributes, I set the Link Text to "Download", set Target to "URL" and set URL to "#OWNER#.download_file?p_file=#MYFIELD#"
    Hope this helps.

  • TS1717 i was wonering why is it when i restord my iphone5 from my laptop now when i try to play my music and movie a blog pops up saying (the requested URL was not found on this server)?

    I was wondering why when i restored my iphoe5 from my laptop now when I try to play my music and movies a blog pops up saying (the requested URL was not found on this server)?

    The problem resolved itself when I resynced the iPod with my computer. I suspect the error displayed when I tried syncing with my laptop and canceled out of it.

  • How to hide the URL path on click of an link to URL element,from user

    Hi All,
          I have an link to URL element, on click of the link it opens the specified url in a new window. But in new window the user is able to see the entire URL path. I want to hide this path from the user. Can any one please suggest me how to do it.
    Regards,
    lakshmi.

    hi,
    just check this help
    http://help.sap.com/saphelp_nwce10/helpdata/en/f7/f289c67c759a41b570890c62a03519/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/7d/fdc99ab37a8d42892e0d39bbd23be8/frameset.htm
    Link to URL Question

  • URGENT: pass parameters from report to report without usting a link or URL

    HI.
    I want to send an ID field from a report to a report (like master-detail) and that should be done by pressing the next or previous button. So, not with a LINK or URL link.
    Is that possible? I used the wwsto_api_session package in several ways, but no luck so far.
    Thanks,
    Paul.

    If your requirement is to provide buttons that take the users to another report, you have to do the following:
    In your source report (report A), create a form containing a button. Use hidden fields for the parameters you have to pass to the target report (report B).
    You'd need to base your report A on a SELECT statement. One of the columns in the SELECT statement can be a string where you actually construct the entire HTML form, something like:
    SELECT ...., '<form action=... method=post> ... ' FROM ...Hope this helps.

  • Calling tcode using link to url

    hi friends,
    i want to call tcode SE38 in webdynpro application by using linktourl.
    here i am going to
    shuffler
    system
    webgui in internet service
    and then right click on it then 
    publish->complete service.
    and later i am going to tcode sicf
    here i am giving the path  /sap/bc/gui/sap/its/webgui and activate it
    what is the need of giving the path here
    and who is going to give the path as default....?
    can anyone explain clearlly..
    Thanks in advance
    karunakar
    Edited by: bkarunakar on Jul 19, 2011 3:56 PM

    Hi Karunakar,
    Goto SICF.
    Select the path as : /sap/bc/gui/sap/its/webgui
    right click on webgui and click on "test" to execute the servies.it will open the sap screen in web browser.
    **NOTE : if it gives an error you need to do some setting Reply if you want the steps for setting.**
    create LINK to URL or LINK TO ACTION according to requirement.
    use URL as   URL = 'http://<url>:portno/sap/bc/gui/sap/its/webgui?~TRANSACTION=SE38'. //
    "Note : you can find this url in ur WEBDYNPRO Application Properies
    lo_api_component = wd_comp_controller->wd_get_api( ).
    lo_window_manager = lo_api_component->get_window_manager( ).
    ld_url = FINAL_URL.
    CALL METHOD lo_window_manager->CREATE_EXTERNAL_WINDOW
    EXPORTING URL = url
    RECEIVING WINDOW = lo_window.
    lo_window->open( ).
    Also check this...
    Re: Reg calling Transaction code in Webdynpro ABAP
    Cheers,
    Kris.

  • IOS messages strips URL content from linked text sent from Messages Beta

    My guess is that this is an unexpected edge case in the iOS version of Messages, where pre-Messages beta it didn't have to worry about link embedded in text. But when I copy a URL from an application such as Reeder or drag and drop a URL from the Safari URL field into Messages in pastes in with underlined text of the title of the page the link is for, with the embeded link. When this link is recieved on iOS devices just the text of the page title is recieved, rendered without the embeded link. Which let me tell you left my wife wondering what I was trying to say to her more than once. Maybe this will is already resolved in a version of Messages yet to be released for iOS devices. 

    Ralph, yes, I am not denying if you highlight the url and copy and paste it into the text field in messages, you definitely get the full url, and iOS handles this case properly as it recognizes the URL.
    But if you click and hold on the favicon and drag away you get Blue text underlined like it was a clickable link, which it is. I did verify Firefox behaves the same way if you drag from the favicon.
    If you send the link like that (embeded url) and the reciever is Messages beta on another Mac, or over AIM, likely Gtalk (jabber) as well it is handled properly as a clickable link. If the reciver is on an iOS device, iOS does not handle this properly and strips the embeded url in the link.
    Below are images that illustrate
    Underlined in Red is the ghosted grab from the favicon, built in screen capture unable to grab my mouse pointer but it ends up over "messages" in the ghosted title with the green "+" indicator.
    Apologize for the size of this one, but that dragged URL dropped in a new message.
    How this message shows up on iOS devices.
    I know the workaround of copy and pasting the highlighted URL from the Safari URL field, but not all apps have this option, as I indicated Reeder for one when you are viewing an article there is a toolpar item to access several options for the article, one of them being copy URL - this must use the same method as Dragging and dropping from the Safari faviocn. Also many links that you bring up the contextual menu on in Safari and copy url end up pasting as embeded url links (Firefox does not do this). The workaround extends the workflow to open the article from a news feed in a browser, or click and load a link in Safari before the URL is exposed in the URL field before copy and pasting the url into messages, not very user friendly.
    I hope this helps clarify the case.

  • Url to call Integration engine from Webserver

    Hi All,
    Please let me know what is the url to call INtegration engine from Webserver
    I know below is url which we will use to call Adapter engine..But i need direct call to Integration engine
    http://server:50100/XISOAPAdapter/MessageServlet?channel=:R3_DEV:R3_CHANNEL_sender
    Thanks and Regards
    Suma S
    Edited by: Suma S on May 3, 2011 5:51 PM

    the url will have the format of
    http://hostname:8000/sap/xi/adapter_plain?type=entry&sap-user=xisuper&sap-password=******&namespace=<namespace>&interface=<interfacename>&service=<servicename>

  • How to open the pdf document from KM  through Link to URL UI element

    Hi All,
    I have Link to URL UI element  in webdynpro java layout - on click of the link we need to open the pdf document from KM respository.
    KM Document location : irj/go/km/docs/documents/RHPortal//USA/A/Test/Employee_details.pdf.
    Once this is transported to Test and Production portals , we need to retrieve the KM document from the respective portal location through the Link to URL UI element .
    Thanks,
    Portaluser100

    Hi,
    If you set the link to your document in a Context attribute by using a relative path this should work just fine.
    Example:
    wdContext.currentContextElement().setUrl("/irj/go/km/docs/documents/RHPortal//USA/A/Test/Employee_details.pdf");
    Bind that attribute to the reference property of the LinkToURL element.
    Cheers,
    Leo

  • Call Pop-up Dialog created in SE51 from report

    Hi All
    I've created a screen YTESTPOP screen number# 5005 of type 'Modal dialog box' and assigned the elements. Now i want to call this screen as a pop-up from a report say ydisplay_arrears. Though i had followed all the seting when i call the screen using call dialog it is not taking the shape of a pop-up window rather it is coming up as a full screen. not sure what i'm missing with. any inputs on this?
    pls do not give sugestion as use popup function module (i'm aware of it) and it is not desired for my requirement.
    thkx

    Try this way
      call screen 5005 starting at 7  8
                      ending   at 77 13.

  • Is MacKeeper supported by Apple?  I keep getting pop-ups from it but I'm also getting them each time I click links within links? This is all new.

    Is MacKeeper supported by Apple?  I keep getting pop-ups from it but I'm also getting them each time I click links within links?

    Please post a screenshot that shows what you mean. Be careful not to include any private information.
    Start a reply to this message. Click the camera icon in the toolbar of the editing window and select the image file to upload it. You can also include text in the reply.

Maybe you are looking for