Creating a pop up window.

Hi Friends,
If Sy-subrc <> o,
some error message.
But the error message should be as a pop Up window.
So to create the pop window whats the procedure.
Thanks,
Shejal.

Hello,
I also try to create a pop-up window en use the following coding:
if vbak-kunnr = '0000000484'.
  Call function 'POPUP_TO_INFORM'
  EXPORTING
  titel = 'pop-up'
  txt2 = 'pas op'
  txt1 = 'pas nog een keer op'.
  exit.
endif.
This pop-up only has to appear for customer 484 and this also happens. However the pop-up stays on the screen and I cannot continue with the order. What part in my coding is wrong or wat is missing?
Thanks in advance,
Ivo

Similar Messages

  • How to create a pop up window while creation of the delivery note.

    Hello Experts
    How to create a pop up window while creation of the delivery note.
    As soon as we go in to delivery note creation screen in VL01N, immediately a pop up screen should be displayed on the screen containing the following details,
    For e.g.
    Str. Loc     Qty      UOM
    DE01        100        KG
    DE99          50        KG

    Dear all,
    i m having two document numbers for invoic of same types such as output type print program and smartform.
    biut the issue is im getting print preview for one invoic and for another invoic i m not getting any print preview.
    Directly the cursor comes to initial stage of vf03.
    suggest what to do
    Thanks and regarnds
    ravi

  • How to create a pop up window with text information?

    Hi experts,
    I am a newbie in LC and I have created a form to be sent to the vendors by our buyers.  Everything seems fine except the Accounting Manager would like to include our Financial Details in the form.  I would like to simply create a pop up window with the information which will be activated by pressing a button.  I have tried to create an invisible button and a visible button to achieve this but didn't succeed. 
    p.s. I have no javascript background but slowly learning.  I would appreciate if anyone can assist me to complete the task.
    Thanks a million.

    Hi Mdjco,
    Thanks for replying.  What I need to accomplish is to have another page of information with all the financial details on the pop up window and the vendor has a choice to print it out or not.  After the form is filled out, it is to be sent back to our buyers.  So instead of me inserting a 2nd page with the information, I would like to hide it unless someone presses a button to show it.
    I have found something like making 2 buttons, one is invisible with all the information on it and the other one "visible" to activate the invisble button.  Didn't work at all.
    Also another question is after the vendor insert the digital signature, it automatically asked to save (which I found out why from help) and then it opens up the email and sends the form as XML.  I will need it to send as PDF, possible??
    Much appreciated.

  • I would like to create a pop-up window appear from Labview Interface. In this window, I will have a slide control and an image taken from a camera. The main VI have to run while pop-up window is open. How can I do ?

    When I pushed a button, this pop-up window has to appear. There will be a slide control and a picture from a camera in this window. Is it possible to make appear this windows while main VI Interface continue to run ? How can I do this ? Thank you for your answers.
    Cyril.

    Here you go. This is simple example. Maybe not the best way, I am just
    beginner in LV and still not comfortable with data flow that much. I prefer
    events, so I would change this to use Event Structures.
    When you click on OK button on SliderMain, it opens Slider.vi. Now both
    windows are open and you can interact with both. Now if you click on OK
    again with Slider.vi open, you run into problems. Only thing I did was
    change VI properties of slider.vi, mainly window appearance.
    vishi
    "Cy" wrote in message
    news:[email protected]..
    > I would like to create a pop-up window appear from Labview Interface.
    > In this window, I will have a slide control and an image taken from a
    > camera. The main VI hav
    e to run while pop-up window is open. How can I
    > do ?
    >
    > When I pushed a button, this pop-up window has to appear. There will
    > be a slide control and a picture from a camera in this window. Is it
    > possible to make appear this windows while main VI Interface continue
    > to run ? How can I do this ? Thank you for your answers.
    > Cyril.
    [Attachment SliderMain.vi, see below]
    [Attachment Slider.vi, see below]
    Attachments:
    SliderMain.vi ‏16 KB
    Slider.vi ‏11 KB

  • Creating a "Pop Up" Window/Box in Sharepoint 2010

    Hi, 
    I have a CEWP with several image buttons in it. When a user clicks on the images, a "pop up" window should appear which will have several different links for the user to choose from. So when the user selects the the link he/she wants to go to,
    the user will then be directed towards that page/list/form. 
    How can i create a "pop up" window/box for the 1st requirement? 
    Any assistance would be appreciated.
    Thanks, Aarti

    Hi ,
    Pls check if it can helps you
    http://social.technet.microsoft.com/Forums/office/en-US/a2fec044-669f-45a2-b979-7ec324831a8b/how-to-create-a-popup-message-box-in-sharepoint-2013-?forum=sharepointdevelopment
    http://social.technet.microsoft.com/Forums/office/en-US/9b5a0fa5-0c09-4753-b276-8e8e42c21542/create-pop-up-window-from-a-listview-in-sharepoint-2013?forum=sharepointdevelopment
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Creating a pop up window on button click?

    Hi
    How would I create a pop up modal window when a user clicks on a print button within an interactive report. This window would then display a message with a confirm or cancel button. If they click on confirm the page prints out and if they click cancel it takes the user back to the report
    Is this possible? if so how is this achieved?
    Many Thanks

    The confirm dialog is a native dialog in the browser. It will display a message and it has an ok and cancel button. Running it in javascript will prompt the user with the dialog, and the return value will be true or false depending on the button clicked.
    You don't need any extra page whatsoever.
    var r=confirm("Press a button");
    if (r==true)
    x="You pressed OK!";
    else
    x="You pressed Cancel!";
    }This would prompt you with a small dialog, asking "Press a button.". Clicking Ok or Cancel will return true or false to variable r, which in this code is then tested.
    You could shorten it up to
    if(confirm("Do you want to print?")){
       //execute print code
    };Alternatively, if you are on version 4.0 or higher you can use a dynamic action for this. Set the action to fire on the click of a button, and as a true action you can choose the confirm action, which then lets you display a text.

  • Trying to create a pop-up window creates 2 identical windows

    Hello,
    I am trying to accomplish the following:
    Clicking text in my webpage and causing a small pop-up window to open.  I have tried this 2 ways: the first way, I get a new tab in my browser, but it is full-sized; the second way, I get a new tab in my browser AND a small pop-up window.
    Here's the first way:
    1. highlighting the text that should be an "object."
    2. entering a URL in "Link."
    3. defining the "Target" as _blank
    This opens my link in a new browser tab.  This is good, but I'd like this to be a smaller pop-up window so that my full-sized webpage remains in the background.  Please note that if I select any other option for the "Target" or leave that box empty, my webpage is replaced by the url entered in the "link",
    Here's the second way:
    1. highlighting the text that should be an "object."
    2.  entering a URL in "Link."
    3. leaving the "Target" box empty
    4. selecting "open browser window" in "behaviors" and defining that window as a smaller size
    This opens my link in a new browser tab AND opens a smaller  pop-up of that same link.  My webpage remains in another browser tab, but is not showing in the background (I have to close both the pop-up and new browsesr tab in order to get back to my webpage).
    Dreamweaver doesn't allow me to leave the "Link" field blank and select "open browser window" in "behaviors," which I believe is causing thi redundancy.  Since my "object" is not an imported image, but rather, text (such as "click here" that I hope to turn into an object), I wonder if I have to import some kind of file (e.g. jpg, etc. ) as an object in order to achieve my goal.  Can anyone tell mw what I'm doing wrong?
    Thanks in advance for any help!
    Heather

    John,
    Thank you for your reply--since you need to use javascript for this, I take it this is either not possible or very difficult to do in Dreamweaver?
    I'm going to try your script.  May I ask a few questions first?
    1.  Can I do this for multiple links on one page, and if  so, which parts would I repeat and where/ how?
    2.  Which of the values in quotations below do I replace with my own data?  I think it's "my-file.htm," "A PopUp Window of Helpful Search + Information Links" and "open_links()"?
    3.  For the part that goes "anywhere you want in the body," do you mean by "body" the general section with that type of data in it?  Or does that mean anywhere on the page?
    4.  Finally, If I prefer not to create a button, but rather, to leave it as text with a highlighted color for a link, is that possible?  I think it would require an input type other than "='button'", but what are my other options?
    Thanks again,
    Heather

  • How To: create legaleze pop up window in pdf form?

    Hello all. I would like to incorporate a pop up window with my company's legaleze for authorization to use our images in our customers marketing materials. The purpose of the legaleze is to inform the customers our policy on using our images in their marketing materials. The pop up would obviously contain two radio buttons (1. I Agree AND 2. I Disagree) Where if they agree they can continue to fill out the form and request images. But if they disagree they will not be allowed to fill out the form and submit it.
    The form will be distributed via email, and be downloaded from our website.
    The most important aspect of this is that the pop up window with the legaleze function properly. The secondary aspect of the form not being able to be filled out if they disagree is not as  important. Obviously if I see that they disagree, I will not release the images.
    Thanks for your help!

    Adding layers to a PDF is a new feature in version 9 (you can work with layers in version 8, but have to add them in InDesign).
    In 9, add the layers Navigation Panel (View>Navigation Panels>...), then click the gear symbol and choose Import as Layer, and select your PDF with the legal agreement.
    You can control the layer visibility with a button action (one action is "set layer visibility"), and JavaScript can be used to show or hide buttons. So your accept button would have two actions, one layer visibility action and one execute JavaScript action that controls field visibility. A field called Name is controlled by changing that button's display property (hidden/visible):
    var a = this.getField("Name");
    a.display = a.hidden;
    etc.
    For more JavaScript info, check here.

  • How can I create a pop up window for a Windows Media video file in Dreamweaver CS6?

    I have a Windows Media video file on my homepage that plays automatically when you go to the website. I'd like to change my homepage. I now would like to place text that says "click here to play the video" and I'd like a pop up window to open and play the video. I'm using Dreamweaver CS6. Your help will be appreciated. Thanks.

    BlueSapphire777 wrote:
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    Is the code you told me about (above), is it necessary for older browsers such as ie8? I thought you were saying it was for the HTML5 tags and I wasn't sure I'd bother with it. If it helps people with ie8, I probably should add it.
    I include it (or a link to a localized copy of the file) by default now.
    To truly support the ancient browsers out there, you'd likely need something like...
    <video width="500" height="500">
        <source src="video.mp4" type="video/mp4" />
        <source src="video.ogv" type="video/ogg" />
        <source src="video.webm" type="video/webm" />
        <object width="500" height="500">
        <param name="movie" value="video.swf" />
        <embed src="video.swf" width="500" height="500"></embed>
        </object>
    </video>
    I don't bother with a Flash fall back for old browsers though. I just put in text letting the viewer know they're behind the times pretty severely, like...
    <video width="500" height="500">
        <source src="video.mp4" type="video/mp4" />
        <source src="video.ogv" type="video/ogg" />
        <source src="video.webm" type="video/webm" />
        <p>Your browser is horribly, helplessly and hilariously outdated. Visit <a href="firefox.com" target="_blank">www.firefox.com</a> to download something better, more secure, modern, worthwhile, etc, etc...</p>
    </video>
    For junky old browsers that can't see any HTML5 (which the <video> and <audio> tags are), they get a text message to get something better and a link to go there.

  • How to create centered pop up window

    How do you get a pop up window to appear at the center of a
    screen? I did it in the past on go live using an action form a 3rd
    party. I don't see any placement options on the pop up window
    behavior.
    thx

    Works for me using Firefox :-)
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au
    ~ Forum Posting Guidelines ~
    http://www.adobe.com/support/forums/guidelines.html
    CSS Tutorials for Dreamweaver:
    "martinstan" <[email protected]> wrote in
    message
    news:etmrvs$7v5$[email protected]..
    > Hi Murray
    >
    http://www.flevooware.nl/dreamweaver/extdetails.asp?extID=8
    >
    > it's the link that actually starts the download from
    this page. Nothing
    > seems to happen.
    > Thnx
    > Martin

  • Creating a pop up window from a link

    I was wondering if someone could help me. I'm building a new
    website and awhile ago I saw a cool effect which someone did on
    their site. Basically what I would like to do is when I click on a
    link in my page a pop up or a window opens, NOT A BROWSER, a stand
    alone window appears on top of the page where the link was clicked.
    When this window opens the page behinds dims to highlight this
    window. Then inside this window images or video could be placed.
    Apple also has this on their site where when you click on an image
    of one of their computers a window opens to reveal a bigger image.
    Their window also gives off a drop shadow on the page behind which
    is nice. I am not much of a coder so any help would be much
    appreciated. Another thing, would it be possible in this pop up
    window to say if you wanted to view images that at the bottom of
    this window was a slider with images and the main image above this
    and as you click on the images in the slider they fade in above but
    full size?

    quote:
    Originally posted by:
    Jadedlusion
    I was wondering if someone could help me. I'm building a new
    website and awhile ago I saw a cool effect which someone did on
    their site. Basically what I would like to do is when I click on a
    link in my page a pop up or a window opens, NOT A BROWSER, a stand
    alone window appears on top of the page where the link was clicked.
    When this window opens the page behinds dims to highlight this
    window. Then inside this window images or video could be placed.
    Apple also has this on their site where when you click on an image
    of one of their computers a window opens to reveal a bigger image.
    Their window also gives off a drop shadow on the page behind which
    is nice. I am not much of a coder so any help would be much
    appreciated. Another thing, would it be possible in this pop up
    window to say if you wanted to view images that at the bottom of
    this window was a slider with images and the main image above this
    and as you click on the images in the slider they fade in above but
    full size?

  • Create a pop up windows wth the javacript

    hi there,
    i got problem how to make ur own pop up windows with OK and CANCEL button with javascript inside my jsp page since i got already find it through all the internet and still hard to find it.
    the popup windows should work like this:
    if OK
    move to another page
    else CANCEL
    remain to this page (do nothing)
    anyone could help me with this problem. thanks so much.

    May this can solve your problem...
    if u have already confuse try the cheat one :)
    window.open("your name page of JSP");
    then in the JSP add button and now u can make a way form this button

  • How to create a pop out window?

    Can any buddy help me?
    I need a Pop Out window, that is 630Pixels X 430 Pixels...For a Flash Poll sistem
    I have search in google, for tutorials but it is just not working....
    What I being looking for, is to add like a link to a Text, and a pop out window appearing, to put a poll
    Any advice...thanks
    This is the code I being using
    </object>
    </noscript><script language="javascript" type="text/javascript">
    <!--
    function popitup(url) {
        newwindow=window.open(url,'name','height=430,width=630');
        if (window.focus) {newwindow.focus()}
        return false;
    and for the Text link
    <p><span class="style12"><a href="encuesta.html" onclick="return popitup('encuesta.html')"
        >CLICK AQUI ENCUESTA</a>

    But is the function "popitup()" actually defined somewhere? if there is no complementary script code in the head or an external JS file, naturally it won't work. And by all means, one can find a million alternate pop-up code generating tools...
    Mylenium

  • How to create a pop-up window with a larger image

    Again, I'm looking to do something very simple and can't figure it out. I want users to be able to hover over/click on an image and there pops up a larger version of the image, much like you see on online catalogs and shopping sites. I've looked into Lightbox and jQuery but don't understand how to incorporate the code into my pages. Is there a simpler way using DW CS4?
    Thanks,
    Gail

    Select the thumbnail image and link it to the larger image file.
    Use DW Behaviors Panel and hit the plus + sign.
    Choose Open Browser Window.  This will invoke another panel for adjusting the size and other attributes of your pop-up window.
    Hit OK.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Best way to have a button click create a pop-up window with link URL?

    Hi everyone,
    What is the best way to set a button's click to open a pop-up browser window and take the user to a specific link?
    I did a bit of research and it looks like there are many methods and I'm not sure if the posts were older, but many mention that some of the methods are inconsistent with different browsers + get caught in pop-up blockers...
    Different methods:
    navigationToURL()
    window.open()
    ExternalInterface.call()
    Many thanks,
    DK

    Just to clarify a bit: The observer pattern is not really used for "simple binding". I mean, if your application is really small, I can't say that it would hurt to implement an observer pattern just that it might be more of an overkill ( but not completely an overkill ). If the stuff you are trying to do is really simple then using simple listeners and dispatchers is fine ( even in more complex situations, events come in really handy ).
    So, don't overkill if the application is not aimed to evolve/change and be as flexible as possible. Design patterns are great when they are used correctly and in the correct situation. Just because they solve certain problems well, that doesn't mean that all applications need the complexity and abstraction many patterns bring ( you could build a simple Hello World! app in tons of classes with N patterns but what would be the point? ).
    I hope you understand what I mean. Good luck.

Maybe you are looking for

  • Downloading windows support software slow

    Trying to install on new mac mini a windows partition. Been stuck on "downloading windows support software" for over an hour. Have a fast connection, already downloaded win7 ultimate 32 bit iso. Not sure why its taking so long. Tried this already wit

  • When i execute code, it shows "Record 1/?" and takes too much of time to execute.

    Hi all, I have s form with push_button (SEND TO BACKUP). For this push button - SEND TO BACKUP, i have coded the below for Trigger - WHEN BUTTON PRESSED. DECLARE   CNT NUMBER;   TEMPDATE DATE; CURSOR C1 IS SELECT MAT_DESC, FRAME, FSIZE,    POLES, NUM

  • New Mac-old photoshop

    Yesterday I bought a new iMac and downloaded my Photoshop CS3 from my CD/DVD and when I brought it up the first time and tried to register it, it said that I needed to download java 6 something or another which I did. Now it says I need to enable jav

  • Rolling credits - Copy/paste from Word - straight line

    We create our rolling credits in Word, sometimes there are 100-200 student names. We create it in Word, centered, looking great and when we copy and paste it into the Text-rolling credits, it comes out as one line. We then have to manually place a re

  • Select distinct queries

    Is it possible to do select distinct queries with Kodo/JDO? I have a table of with a county field and a state field. There are obviously many counties for each state. I'd like to get a list of just the states using a select distinct query. Do I have