Pop-up message with buttons

Hi all,
When user press a button, I want to pop up a messagebox showing the message "Do you continue the process? " with "OK" and "Cancel" buttons. ( like MessageBox of Visual Basis).
Sure, the action will be changed by the button pressed.
In such case, should I use dialog window(jsp)? or is there other way to make it?
I've tried javascript and it worked. But I want to make it with JSF/ADF if it's possible..
I'm using JSF + ADF BC.
Thanks in advance.
Hiro

Hi,
check this: http://stegemanoracle.blogspot.com/2006/03/re-usable-prompt-to-save-changes.html
Frank

Similar Messages

  • How to skip the Print Screen List pop-up message with standard T-code?

    Dear Experts,
    I want to do not see the Print Screen List pop-up message with standard T-code.
    Ex, sm66, sm51
    click on print button -> Print Screen List pop-up message(SAPGUI) -> print windows dialog (X)
    click on print button -> print windows dialog (O)
    Is it possible to disappear it?
    Thanks,
    Lee

    Hello Mr.Lee,
    If you are refering to the print icon on the toolbar (CTRL+P), then no, it is not possible.
    This printer dialog is necessary for front-end printing so you can choose the active printer.
    Regards,
    Jude

  • Pop-Up message with OK button in main page

    All,
    Below is my client's requirement....
    when ever user login into Oracle EBS, before going to Home Page a pop-message with OK button should display and user must and should click OK button to proceed further...
    I am planning to to extend the CO (OAHomePageCO) of /oracle/apps/fnd/framework/navigate/webui/HomePG ... is this is a correct approach or please provide your valueable inputs on this one...
    Thanks in advance

    All,
    any inputs on this requirement?

  • Pop-up message with table value

    hello all,
    i have to display a pop-up message while saving invoice documents in FB60, i m using the customer exit for the same.
    but problem is that i have to display some values also in pop-up screen and there should be two pushbutton for user selection like 'OK' and 'CANCEL'. can anyone plz tell me which function module should i use? i tried POPUP_TO_CONFIRM, POPUP_TO_CONFIRM_WITH_MESSAGE, and POPUP_TO_CONFIRM_WITH_VALUE.
    pop-up message must be like....
    'atleast one document has been entered.'   " this is text only
    Vendor   :   211111 - product distribution.    "vendor & description from ITAB
    Refrence :  Test1                                          " Ref from ITAB
    Do u want to continue to save?
    OK -CANCEL  
    Regards saurabh

    hi gopinath,
    i passed the FB60 screen number and now it is working, so now only u check that what i write, is it fine or not?
    and please let me know can i increase the size of POP-UP box because all contents are not coming as desired line and spaces?
    please suggest.
      tables : bsip, lfa1.
      TYPES: BEGIN OF t_tab,                   " Structure
               xblnr like bsip-xblnr,
               belnr like bsip-belnr,
               name1 like lfa1-name1,
               end of t_tab.
      DATA: lt_itab TYPE TABLE OF t_tab with header line.  "local internal table
      data : lwa type bseg.       " Local work area
      data : lwa1 type bkpf.      " Local work area
      constants: text1(80) type c value 'Atleast one document has been entered with same vendor name and Reference Data.'.
      constants: text2(10) type c value 'Vendor:'.
      constants: text3(10) type c value 'Reference:'.
      data: message type string,
               l_answer type c.
      read table DOC_ITEM_TAB index 1 into lwa.
    1
      if sy-subrc = 0.
        read table DOC_HEAD_TAB index 1 into lwa1.
    2
        if sy-subrc = 0.
          select single xblnr belnr from bsip into lt_itab where LIFNR = lwa-LIFNR
                                                       and XBLNR = lwa1-XBLNR
                                                       and SHKZG ne 'S'.
    3
          if sy-subrc eq 0.
            select single name1 from lfa1 into lt_itab-name1 where lifnr = lwa-lifnr.
            concatenate text1 text2 lwa-LIFNR '-' lt_itab-name1 text3 lwa1-XBLNR into message separated by space.
            call function 'POPUP_TO_CONFIRM'
           exporting
            titlebar                    = 'Duplicate Check'
            text_question               = message
            text_button_1               = 'OK'
            icon_button_1               = 'X'
            text_button_2               = 'Cancel'
            icon_button_2               = 'X'
               default_button              = 1
            display_cancel_button       = ' '
           START_COLUMN                = 25
           START_ROW                   = 6
       importing
           answer                      = l_answer
       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 l_answer = '2'.
              leave to screen 1100.
            else.
            endif.
    else.
          endif.
    3
        else.
        endif.
    2
      else.
      endif.
    regards.

  • Calendar. Annoying pop-up message with Using calendar OS X Mavericks. When it tries to connect to iCloud it gives me VERY annoying pop-up message, that it can't connect and that server responds with CalDAVAddSubscriptionCalendarQueueableOperation: 400.

    Using calendar in OS X Mavericks. When it tries to connect to iCloud it gives me VERY annoying pop-up message, that it can't connect and that server responds with CalDAVAddSubscriptionCalendarQueueableOperation: 400.
    Help me please, really need my calendar!

    Hello Steve
    The simple and quick fix is right-clicking on that little Safe icon in the system tray (near the system clock) and choose Stop Backup/Synchronization. Do you see that icon?
    Turn it on and off as needed. Did this work for you?
    Scott

  • Pop up message with Contract Number if Contract exists in ME21N in MM

    Hi Experts ,
    We have ECC6.04 system.We are NOT usning Pur. Requisition.
    While creating PO by  ME21N transaction code  ,w.r.t. Contract if Contract is exist, then we need to find out the contract Number manually for each material in the req Pur. Org., which is very tedious task.
    We can craete PO from Contract as a follow on document in ME33, but still 1st we need to find out the contrcat and then go to display of it and then craete Release Order (PO)...but it is not necessary that we will use single contract of same Vendor.
    Currently , if contract is exist and we are craeting the PO w/o contract , then system gives Warning Message that '"... but does not gives me Contract Number & item No.
    I'm exploring some enhancement, which will give me pop screen with the Contract Number & item No or system will directly insert the Contract Number and item in the item overview with all the detials picked up from it 9from source list)...while creating the PO in ME21N code.
    Can anyone suggest, whether it is possible to achive the above by doing any custom devolopment or user exit..etc
    Thanks
    NAP

    You can maintain the contract in source list. On creating purchase order you can go to environment-source list---there you will see the contract number, item number  and validity.  If the requirement is to see the contract number and item number can  be done in this way without any enhancement.
    REgards
    Sangeeta

  • Pop Up Message with three  Option---------------Very Urgent

    Hello all ,
       I need a POP Message Name which show three option Before saving My data.
    Please Provide me the name of functional module .
    regards
    Swati,,,

    Hi Swati,
    Use POPUP_TO_CONFIRM
    Regards,
    Sai

  • Pop-up message 'OK' button

    Hi guys,
    Can I link the 'OK' button to another event then a 'button click' like a boolean variable. I want the dialog to dissapear and go to the next step when a boolean variable get 'true' state.

    I haven't got sight of the MessagePopUp at the moment, but I think the Timeout control is on the same screen as the other buttons. You just have to enter a value which is in seconds eg enter 10 and this will remove the MessagePopup after 10 seconds which the Active Button activates.  Check the TestSTand Help for more information on the MessagePopup Tabs
    Regards
    Ray Farmer

  • Gmail through Safari - pop up message to increase database size?

    several times when using gmail I get a pop-up message with the title "Increase Database Size?"
    then in smaller letters it says "Do you want to allow "https://mail.google.com" to use up to 10 MB of storage on your iPhone"
    button options to either cancel or increase.

    It's happening to me right now (iPad 3) and several times over the last month. I am going to go out to gmail via another computer and do a major mail clean off the google server. Do you think that will help? I am on my way to the local MAC store. I try to even launch gmail and it seems to be in some major loop. site keeps flashing on and off my screen. glad I read this... thanks  your post is very old so maybe you won't even get this....
    Can anyone else help me?
    Lynn

  • To display pop up message

    In a function module :
         Based on certain validation, I just want to display a pop up message with optional values "yes" and "no".
         When  "yes " is pressed ,then  some processing needs to be done else if "no " is pressed some other processing
         needs to be done.
    How can i implement the logic of this pop up message requirement???? Could any one please suggest any ideas??

    Hi,
    You can use the Standard FM.
    GOTO >SE 37>POPUP_TO_DECIDE_INFO
    Accordingly you can write the respective code.
    Regards
    Arbind

  • Email Pop-UP message "Email issue detected"

    Over the last week I continually receive a pop-up message with  "Email issue detected" and the options of "Fix" or "Ignore"
    When I selct FIX it sends a test message to my Outlook 2003. A new pop-up then appears with no fault found. However it does refer to my current email address and also an old email address which I have not used in 5-6 years.
    How do I stop this and get rid of old address?

    Sounds like a bit of Malware to me.
    Try malware removal tool from Cnet Downloads http://download.cnet.com/windows/security-software/?tag=rb_content;main
    Plenty on there to choose from
    Check your exchange or major service outagesIf someone has given a helpful answer, please click on their Ratings star on the left-hand side. ***

  • BExAnalyzer Pop-Up messages log?

    Hi All,
    I am responsible for the administration of our BI System. Currently we are providing all of our Queries via an Excel Workbook , because its easier for the enduser. If an Query is adapted the user gets an Pop Up Message with the Info Message that the Query has been changed.
    My Question is: Are these messages logged somewhere? Or Can i trigger a message as an email to me if an user gets some kind of Popup after opening a Query or an workbook?
    Its very Confusing for our enduser and i need to be informed if such an message is displayed.
    Thank you
    Best regards
    Tobias

    Seems like something went south in your installation. I would recommend deactivating, uninstalling, running the cleanscript to remove anything left over and reinstalling.
    http://www.adobe.com/support/contact/cscleanertool.html

  • TS1368 HELP!!! After upgrading to IOS 6.13 my IPAD Stucks in a plug-in screen and the Itunes. When i Try to connect to iTUNES pop-up message apear "iTunes has detected an iPad in recovery mode.. You must restore this iPad before it can be used with iTunes

    I have windows 8 enterprise OS and iTunes ver. 10.5.0.142. I was upgrading my iPad to IOS 6.1.3. After finishing the upgrade my iPad Reboot and currently stucked-up in a plug-in screen and iTunes Logo. When I try to connect it to the iTunes pop-up message appear saying " iTunes has detected iPad in recovery mode. You must restore this iPad before it can be used with iTunes." In short, I push the restore button then another pop-up message appear saying " The iPad software update server could not be contacted. Make sure your network settings are correct and your network connection is active, or try again later." I tried many ways but still no luck. I repeatedly reboot the iPad and open the iTunes still the same problem. I try also to uninstall the iTunes and installed the lower version but still the same problem, I even check the firewall if the ITunes was block or My privileges is administrator to run the iTunes or even reset my winsock but the problem still remain. PLEASE HELP! Thank you in advance!!!

    Turn off your firewall and antivirus software.

  • What's with this "stay connected" pop up message?

    Hi all,
    I just got a new G5 Intel iMac and have had great success transfering all of my setting and data from my old g4 iMac via the Migration Assistant and Target Disk Mode to the new machine. No problems at all. It was a breeze!
    However, now that the new machine is up and running I periodically get this message: "This is your reminder that your connection is still active. Do you wish to remain connected?" Then it offers two buttons: " Disconnect" and "Stay connected" I remember that with an older version of OS 10, either Panther or Jaguar, I would get such messages but there was a System Preferences panel in which you could shut this message off and stay permanently online without having to hang around during long downloads and punching the "Stay connected" button. This message never appeared on the old G4 iMac even though I was running the very same version of Tiger (10.4.8) on it that I now have on the new iMac. Apparently the setting to turn off this message didn't transfer over and, what's worse, there is nowhere I can find in the Tiger System Preferences where I can shut it off.
    Does anyone know how to do this?
    Thanks everyone.
    Rick

    Hi Steve,
    Thanks for the quick response! I looked at the "about this Mac" in the Apple menu and here's what it states:
    "2 GHz Intel Core 2 Duo"
    I tell you this because I originally posted this question in the iMac G5 forum and they told me to post it over here in the Intel Mac forum. I'm starting to get even more confused.
    Also, I looked again at the Network setting in System Preferences and there is no PPP or Options choice anywhere. Instead it just tells me this:
    "Built-in Ethernet is set up to use PPPoE." and "You are connected to the internet via Built-in Ethernet."
    And I am indeed connected via the ethernet port to a DSL modem. I do remember in previous versions of OS 10 doing exactly what you suggested in your post to get that blasted pop-up message to stop annoying me and, like you said, "Problem [was] gone". This message never bothered me on my old iMac g4 (which was a power PC Mac) but now, maybe because of this new chip it's baaaaaack So with this further information do you have any other ideas?
    Thanks again,
    Rick

  • Pop up window with yes & no push buttons

    hi
    i want to display a pop up window with yes & no push buttons
    can anyone help for this

    Hi,
    call function POPUP_TO_CONFIRM
    exporting
    TITLEBAR = pop_up' (for pop-up header)
    TEXT_QUESTION = 'do you want to save data'
    TEXT_BUTTON_1 = 'Yes'
    ICON_BUTTON_1 = ' '
    TEXT_BUTTON_2 = 'No'
    ICON_BUTTON_2 = ' '
    DEFAULT_BUTTON = '1'
    DISPLAY_CANCEL_BUTTON = ' '
    USERDEFINED_F1_HELP = ' '
    START_COLUMN = 25
    START_ROW = 6
    POPUP_TYPE = ' '
    IV_QUICKINFO_BUTTON_1 = ' '
    IV_QUICKINFO_BUTTON_2 = ' '
    importing
    ANSWER = ANS
    OR.
    Use POPUP_TO_DECIDE.
    call function 'POPUP_TO_DECIDE'
           exporting
                defaultoption  = '1'
                textline1      = text1
                textline2      = ' '
                textline3      = text-202
                text_option1   = 'YES'
                text_option2   = 'NO'
                titel          = text-114
                start_column   = 15
                start_row      = 6
                cancel_display = ' '
           importing
                answer         = zanswer.
    hope this helps.
    plz take a look on this function modules also:
    POPUP_TO_CONFIRM_LOSS_OF_DATA Create a dialog box in which you make a question whether the user wishes to perform a processing step with loss of data.
    POPUP_TO_CONFIRM_STEP Create a dialog box in which you make a question whether the user wishes to perform the step.
    POPUP_TO_CONFIRM_WITH_MESSAGE Create a dialog box in which you inform the user about a specific decision point during an action.
    POPUP_TO_CONFIRM_WITH_VALUE Create a dialog box in which you make a question whether the user wishes to perform a processing step with a particular object.
    POPUP_TO_DECIDE Provide user with several choices as radio buttons
    POPUP_TO_DECIDE_WITH_MESSAGE Create a dialog box in which you inform the user about a specific decision point via a diagnosis text.
    POPUP_TO_DISPLAY_TEXT Create a dialog box in which you display a two line message
    thanx,
    dhanashri.
    Edited by: Dhanashri Pawar on Aug 19, 2008 2:20 PM
    Edited by: Dhanashri Pawar on Aug 19, 2008 2:25 PM
    Edited by: Dhanashri Pawar on Aug 19, 2008 2:26 PM

Maybe you are looking for