Popup box similar to INfo message

Hi,
I need a Function module, which gives you a pop-up box similar to the Information message.
Thanks in Advance.

hi,
Try using Function module POPUP_DISPLAY_MESSAGE.
Sample code is given below :
call function 'POPUP_DISPLAY_MESSAGE'
  exporting
    titel = 'This is a popup info message'
    msgid = '00'
    msgty = 'I'
    msgno = '001'
    msgv1 = 'Message Variable 1'
    msgv2 = 'Message Variable 2'
    msgv3 = 'Message Variable 3'
    msgv4 = 'Message Variable 4'.
*Reward points if it helps you

Similar Messages

  • Email through a dialog popup box in ABAP

    Hi all
    We have a requirement where in a user click on a button on the screen , the system should respond with a popup box where in he can enter some text and send it as an email.
    I looked at the function SOTR_DIALOG_SEND_EMAIL . It is able to bring in the popupbox , enter text and also has a button to send email But when I execute this function I am getting a ABAP dump.
    Request your  help on this. This seems to be the function I need to use but it fails.
    Looking forward for some help,
    Regards
    Kumar

    HI guys
    Thanks for your reply.
    Currently I got around my requirement using a SEND function in an ALV grid to enable the email service. But still I feel that is too complex for the user community and the need we are addressing.
    I tried the other techniques too with popup edit and then a email FM module. All of them works but I still feel it is simpler for our application to bring in a popup with edit capability , a place to put in an internet address , and a send mail button which  would be similar SOTR_DIALOG_SEND_EMAIL function. Unfortunately this function fails when I click send. May be I am making some mistake or not using it the way it should be.
    The advises and the links send via your replies provided me with a wealth of information related to this topic , which I am sure will be very useful in other applications which would come in our way. I appareciate and thanks for your time taken in response to my query.
    I request  that If you or any one find some way  or know of some way of combining popup / edit and send capability , let me know.
    Regards
    Kumar

  • Flex Mobile - Alert and Information Popup Boxes

    Since a Android-looking popup box doesn't yet exist in the Hero SDK, I thought I would put a pretty good looking component together.
    You can download it (and the sample code) here:
    http://www.digitalretro.tv/components/InformationBoxTest.fxp
    A real simple example in in the project, for both an Info and an Alert.
    I currently only support an "OK" button, but I will be adding a Yes/No and OK/Cancel later this week.
    Hopefully this will save someone some time.
    Enjoy and feel free to use this in your code (commercial or non-commercial), just leave the copyright code in the component source file in place.
    Thanks.
    Darren

    Hi.
    I tried the Messagebox and it works great but is it possible to use a TextInput with it?
    I added a Textinput and when i enter the Textinput i got an Focusmanager is null error:
    private function touchMouseDownHandler(event:MouseEvent):void
             isMouseDown = true;
             mouseDownTarget = event.target as InteractiveObject;
             // If we already have focus, make sure to open soft keyboard
             // on mouse up
           if (focusManager.getFocus() == this)
                 delaySetFocus = true;
             // Wait for a mouseUp somewhere
             systemManager.getSandboxRoot().addEventListener(
                 MouseEvent.MOUSE_UP, touchMouseUpHandler, false, 0, true);
             systemManager.getSandboxRoot().addEventListener(
                 SandboxMouseEvent.MOUSE_UP_SOMEWHERE, touchMouseUpHandler, false, 0, true);
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at spark.components.supportClasses::SkinnableTextBase/touchMouseDownHandler()[E:\dev\hero_private\frameworks\projects\spark\src\spark\components\supportClasses\SkinnableTextBase.as:2140]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at mx.managers::SystemManager/mouseEventHandler()[E:\dev\hero_private\frameworks\projects\framework\src\mx\managers\SystemManager.as:2924]
    Does anyone tried to use a TextInput or Textarea?
    I think it's the a problem with the Keyboard. Does mobile air can't use the "Android" Keyboard in Popup's?

  • Can you tell me what is the function modue to get POPUP box

    Hi Folks,
    can you tell me what is the function module to get the POPUP box.
    Thanks in Advance,
    Lakshmi

    Hai use
    POPUP_TO_CONFIRM
    check the following Code
    CONCATENATE 'Send selected spools to the: '
                 altdest
                ' Printer.' INTO V_TXTQUES SEPARATED BY SPACE.
    CALL FUNCTION 'POPUP_TO_CONFIRM'
      EXPORTING
        TITLEBAR                    = C_TITLEBAR
      DIAGNOSE_OBJECT             = ' '
        TEXT_QUESTION               = V_TXTQUES
      TEXT_BUTTON_1               = 'Ja'(001)
      ICON_BUTTON_1               = ' '
      TEXT_BUTTON_2               = 'Nein'(002)
      ICON_BUTTON_2               = ' '
      DEFAULT_BUTTON              = '1'
       DISPLAY_CANCEL_BUTTON       = ' '
      USERDEFINED_F1_HELP         = ' '
       START_COLUMN                = 6
       START_ROW                   = 6
      POPUP_TYPE                  =
      IV_QUICKINFO_BUTTON_1       = ' '
      IV_QUICKINFO_BUTTON_2       = ' '
      IMPORTING
        ANSWER                      = D_ANSWER
    TABLES
      PARAMETER                   =
    EXCEPTIONS
       TEXT_NOT_FOUND              = 1
       OTHERS                      = 2.
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    IF D_ANSWER = '1'.
    Thanks & regards
    Sreenivasulu P

  • Popup box in Adobe Muse

    hello,
    I have a question with Abobe Muse
    Can we make a popup box in webpage 
    I am working on my thesis about with map and places
    what I want to do is when we click at the pin on a map and the text box will come up
    thank you in advance .

    Please refer to similar discussion here :
    https://forums.adobe.com/thread/1388792
    Thanks,
    Sanjit

  • Why do I get "Podcast Authorization Required" popup box?

    Since recently applying the latest update to iTunes to version 11.2.2.3, I now get the following message in a popup box whenever I manually update my podcast list:
    Podcast Authorization Required
    To access this podcast, you need
    to log in to www.mevio.com
    It wants a login and password to be entered. Hitting "cancel" makes it go away, but it'll pop up again sporadically as iTunes updates my podcasts.  Any ideas on how to stop this from happening?
    Another issue (possibly related to the above issue) is that iTunes constantly freezes/"not responding" when I manually update my podcasts.  Both of these issues have occurred regularly since I applied the latest iTunes updates.  Am I the only one who still hasn't learned not to trust any iTunes update from Apple?
    Thanks for any help anyone can give me.

    Do you have an add-on called '''Ghostery '''installed? I tried it once myself and if you don't disable certain options, you get those purple popups appearing as can be seen in your screenshot. Go to Tools | Add-ons | Extensions to remove it.
    If you can't find it, try running Firefox in [[Safe Mode]]. If it works correctly in that configuration, then one of your other add-ons is the culprit.

  • WebDynpro ABAP Popup Box where data can be entered

    Hello
    I was wondering if anyone was able to describe how to create a popup in WDA, the requirement being that the popup needs to display a table of 3 lines with 3 columns.   Some of the fields need to be able to accept input.   The business scenario is that I have a ALV table with pricing in it and the user needs to be able to drill down (click on a Link to Action in the WDA scenario) on a price to see the validity dates (DATAB / DATBI) of the price they are interested in and then be given the opportunity to change the price (and specify new validity dates).
    I would prefer to offer this to the user as a popup box displayed on top of the ALV table.
    All the reading and examples I have found to date are about using popup boxes for messages, warnings, etc.
    Thanks very much in advance.

    Hi Tony,
    Yes you can very well display the POP UP with ALV , with editable fields. You can use the existing window and view with all elements to be displayed as a POP UP.
    Just use the Code wizard and select the check box for generating pop up.In the code that generates just pass the name of the window you have created.
    This is the code that gets generated.
    method WDDOINIT .
      DATA lo_window_manager TYPE REF TO if_wd_window_manager.
      DATA lo_api_component  TYPE REF TO if_wd_component.
      DATA lo_window         TYPE REF TO if_wd_window.
      lo_api_component  = wd_comp_controller->wd_get_api( ).
      lo_window_manager = lo_api_component->get_window_manager( ).
      lo_window         = lo_window_manager->create_window(
                         window_name            = 'ZTEST'
    *                    title                  =
    *                    close_in_any_case      = abap_true
                         message_display_mode   = if_wd_window=>co_msg_display_mode_selected
    *                    close_button           = abap_true
                         button_kind            = if_wd_window=>co_buttons_ok
                         message_type           = if_wd_window=>co_msg_type_none
                         default_button         = if_wd_window=>co_button_ok
      lo_window->open( ).
    Regards,
    Runal

  • When I choose a photo to share on face book a drop down box appears with the message, Face book didn't recognise the information you entered for the account this is my Face book login information I use to access my face book page how can I overcome the b

    when I choose a photo to share on face book a drop down box appears with the message, Face book didn't recognise the information you entered for the account this is my Face book login information I use to access my face book page how can I overcome this.

    Delete abd re-enter your Facebook account information jnder the accounts tab in the iPhoto preferences
    You may also want to take a look at the user tip for Facebook problems
    LN

  • My iTunes will not start.  The box on the error message APSDaemon.exe,  And message says "This application failed to start because MSVC80.dll was not found.  Reinstalling may fix."  I did the reinstall and I get the same error.

    My iTunes will not start.  The box on the error message APSDaemon.exe,  And message says "This application failed to start because MSVC80.dll was not found.  Reinstalling may fix."  I did the reinstall and I get the same error.  The error first happened after I approved the an iTurns update.

    Same problem today. Took five times to reinstall without any error messages. Apple has posted a way to fix and you should follow their's first. I finally got to upldate correctly by doing their fix but with one difference. I did the following:
    1) Went to the C:\program files (x86)\iTunes and C:\program files\iTunes folders and moved every file ending in .dll to the desktop (even if two files in same location had the same name, just replace)
    2) Restarted computer and still got error message
    3) Uninstalled all apple programs possible in the following order......itunes, apples software update, apple mobile device support, bonjour, and apple application support.....all performed using the microsoft control panel
    4) put all the .dll files on the desktop in the trash and emptied (this is a step apple support did not specifically put in their fix but for a final try I wanted to delete everything apple).
    5) Restarted computer.
    6) Re-installed itunes from apple website
    No error messages during re-install and was able to open shortcut in one try. Even updated my ipad to make sure everything was working.

  • I have a laptop and a desktop both Macs all of a sudden the desktop wont let me get into my bank account a popup box comes up when I click login asking if I want to save, open with or do automatically, never had this before my laptop is fine

    I click on login on my Mac OSX and a popup box appears with save, ope with or do automatically if I click on any of those it does not get me into anything
    Go to preferences and not sure what I should be changing to rectify the problem
    My laptop is fine

    Troubleshooting extensions and themes
    * https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes
    Check and tell if its working.

  • My iphone 4 started displaying a message box with the following message: "This accessory is not optimized for this phone. You may experience noise and loss of battery."  My question is: how to fix this?

    My iphone 4 started displaying a message box with the following message: "This accessory is not optimized for this phone. You may experience noise and loss of battery."  My question is: Why is this happening and how do I fix it? (I'm losing battery power precipitously). Thanks in advance for any assistance with this question.

    Thanks Kilted Tim, you solved the problem. I'm mightily impressed at the simplicity of the solution!
    Jaded Kane

  • No print dialogue popup box in Windows 7

    Hello Everyone,
    I am running Windows 7 with Adobe CS5 premium. All printers are working and printing outside of this program. I have changed
    default printers back and forward, problem still exists. I created a label for school books, and when I go to print it out, no print dialogue
    popup box appears. The print option is then greyed out until I reopen CS5. When I opening a desktop pic and open it in CS5 though
    and go to print the popup box for printing appears, but their is a wait. I also tried to save my created document as something else
    but I don't have any other options except PSD and some others I have never heard of. I have been using photoshop for sometime and
    decided to upgrade from PS7 as not many brushes and the great new stuff out there is compatible. I feel like going back to PS7.
    Can any one help me solve this, it would be appreciated. Thank you

    Sorry it has taken me so long to respond.  Printer drivers for Windows 7 have been installed correctly.  It doesn't matter what brand printers are involved.  The label printer is the one that has the smaller page size obviously -- brand can
    be Cognitive, Godex or Zebra.  All respond the same way.  If you have the 8 1/2 x 11 printer set to the default printer but you want to print to the label printer about 5 or 6 labels spit out because it is trying to print 8 1/2 x 11 instead of 2.0
    x 2.4.  It works the opposite way if the label printer is set to the default.  If you have the label printer set to the default it will print a tiny report on an 8 1/2 x 11 sheet of paper on the report printer.  In this example it is a Canon,
    but it doesn't matter what brand the report/invoice printer is.  Keep in mind this is choosing the printer from Internet Explorer that you want to print to and even confirming that the printer preferences show correctly from the printer dialogue window
    in IE.  This is using IE9 but it happens in 8 as well.  It DOES NOT happen in Microsoft Word, Chrome or Mozilla.  I just sent a 2.0 x 2.4 Word document to the label printer when the default printer was set to the Canon and it print just fine.
     I also sent a regular size document to the Canon with the label printer (RT200) set as the default.  It also printed normal size.  A person should be be able to attach 2 printers to a computer and print to either one from Internet Explorer
    and have it use the print preferences assigned to their chosen printer regardless of whether it is set as the default or not.  We developed our web-based application to use Internet Explorer so there are other issues that keep us from using another browser
    --our customers are told that we only support IE, but if this doesn't get resolved we might have to change that. 
    Thank you for any help you are able to provide. 

  • I would like to sync Notes between my MacBook Air and the IPhone and/or IPad.  I used to tick a box in Itunes (info), but for some reason it is no longer there.  How do I go about doing the sync?

    I would like to sync Notes between my MacBook Air and the IPhone and/or IPad.  I used to tick a box in Itunes (info), but for some reason it is no longer there.  How do I go about doing the sync?

    The only way to sync Notes is through a mail server. If you don't want to use iCloud, you'll have to use some other mail account, or run your own mail server under OS X Server. The latter is a job for advanced users only.

  • How do you set the number of visible items in the popup box of a JComboBox?

    Hi,
    Do you know how to set the number of items that shall be visible in the popup box of a JComboBox?
    I have produced an implementation of an autocomplete JComboBox such that following each character typed in the text field, the popup box is repopulated with items. Normally 8 items are visible when showing the popup box. Sometimes even though the list of items is > 8 the popup box shrinks in height so that 8 items are not visible.
    Thanks,
    Simon

    Below is my JComboBox autocomplete implementation.
    The problem seems to occur when the list of items is reduced in number, the button selected and then the list size increased, the popup box does not automatically increase in size. I have tried setMaximumRowCount � but does not resolve the problem.
    To see how it works:
    1)     click in text field.
    2)     Type 1 � the full list of items are shown.
    3)     Type 0 � the list has been narrowed down � the popup box is greyed out for remaining items.
    4)     Type Backspace � the full list of items is redisplayed.
    5)     Type 0 � to narrow down the list.
    6)     Select button � the popup box is invisible.
    7)     Select button � the popup box is displayed with 2 items.
    8)     Select Backspace � here is the problem � the combo box list contains all items but the popup box has been shrunk so that only 2 are visible.
    9)     Select button � popup box is invisible.
    10)     Select button � popup box is as expected.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.tree.*;
    import java.util.Enumeration;
    import java.util.Vector;
    import javax.swing.plaf.basic.*;
    class Test
    private JComboBox jCB = null;
    private JTextField jTF=null;
    private String typed="";
    private Vector vector=new Vector();
    public Test()
    JFrame fr=new JFrame("TEST ComboBox");
    JPanel p = new JPanel();
    p.setLayout( new BorderLayout() );
    ComboBoxEditor anEditor = new BasicComboBoxEditor();
    String[] s = new String[30];
    for (int i=0; i<30; i++) {
    s[i] = (new Integer(i+10)).toString();
    jTF=(JTextField)anEditor.getEditorComponent();
    jTF.addKeyListener(new KeyAdapter()
    public void keyReleased( KeyEvent ev )
    char key=ev.getKeyChar();
    if (! (Character.isLetterOrDigit(key)
    ||Character.isSpaceChar(key)
    || key == KeyEvent.VK_BACK_SPACE )) return;
    typed="";
    typed=jTF.getText();
    fillCB(vector);
    jCB.showPopup();
    jCB = new JComboBox();
    jCB.setEditor(anEditor);
    jCB.setEditable(true);
    boolean ins;
    for (int x=0; x<30; x++)
    ins = vector.add( new String(s[x]) );
    fillCB(vector);
    jCB.setSelectedIndex(-1);
    fr.getContentPane().add(p);
    p.add("South",jCB);
    p.add("Center",new JButton("test combo box"));
    fr.pack();
    fr.show();
    public void fillCB(Vector vector)
    typed = typed.trim();
    String typedUp = typed.toUpperCase();
    jCB.removeAllItems();
    jCB.addItem("Please select");
    for(Enumeration enu = vector.elements(); enu.hasMoreElements();) {
    String s = (String)enu.nextElement();
    if (s.toUpperCase().startsWith(typedUp)) {
    jCB.addItem(s);
    jTF.setText(typed);
    public static void main( String[] args )
    Test test=new Test();
    Many thanks,
    Simon

  • Every time I try to access the ASPX pages, the browser doesn't display the pages. Instead, a popup box asks if I want to open or save

    every time I try to access the ASPX pages, the browser doesn't display the pages. Instead, a popup box asks if I want to open or save

    What site is doing this? 99% of the time it is a problem with the headers sent from the web server.

Maybe you are looking for

  • Ipod touch will not sync or charge..can anyone help ?

    Hi my ipod touch is allof a sudden not syncing at all to my computor. (I have installed the latest itunes). It is also not accepting the charge from any charger or lead. I have tried an option found on a different website which involved holding down

  • Blurry Titles in Premiere CS6

    Is Adobe doing anything to correct the problems that Premiere CS6 has when creating titles that look great until they are rendered, at which point they become blurry...titles created in Photoshop and/or AfterEffects render out the same way in Premier

  • How to setup Blazeds with Flex builder 3

    I need to setup Blazeds with Flex builder 3. Can anyone help me out regarding this?

  • ODI Log

    Hi, Where can i find the name of the user who executes a particular interface in ODI?? Thanks, Parag

  • HT1711 rest of the songs

    when i search a album and lets say theres 24 songs.. it only shows like 12-17 of them. how do i see the rest. imac user