Pop up with 4 buttons

Hi, I need to show a pop up with 4 buttons. I would not like use a dynpro.
How can i do it ???
Now, I use  "FUNCTION 'POPUP_GET_VALUES'", but it doesn´t let use 4 buttons.
Thanks

Hi,
Try using the function module POPUP_WITH_3_BUTTONS_TO_CHOOSE...It displays four buttons..you can enter the text for the three buttons and the fourth one is the cancel button..
Thanks
Naren

Similar Messages

  • My MacBook Pro recently shut down on me all of a sudden. When I restarted it, it popped up with a gray box with 'OS X Utilities,' then listed various options such as 1. restore from time machine backup, 2. reinstall OS X, etc. what do I do now?

    My MacBook Pro recently shut down on me all of a sudden. When I restarted it, it popped up with a gray box with 'OS X Utilities,' then listed various options such as 1. restore from time machine backup, 2. reinstall OS X, 3. get help online and 4. disk utility. what do I do now? I have not backed up to Time Machine in a few days, so I'm not sure I should restore from time machine backup, is there something else I can do? Help!

    Guitar21,
    your MacBook Pro has booted into its Recovery mode. From the OS X Utilities menu, select Disk Utility. On the left-hand side of the Disk Utility window, select your internal disk’s boot partition (typically called “Macintosh HD”). On the right-hand side, press the Verify Disk button if it’s not greyed out; if it is greyed out, or if it reports that errors were found, press the Repair Disk button. Once the verification/repair is completed, exit Disk Utility and select Restart from the Apple menu to restart in normal mode. Does it get to the login screen now?

  • Anyone have no service pop up with the new update and stay like that?

    Anyone have no service pop up with the new update and stay like that

    Try a Reset holding the Sleep button and the Home button together until Apple logo shows up and then wait for the Reset to return you to the lock-screen.   If you still don't have service check Settings>General>About and then scroll down to Carrier and see if your Service Provider is listed. 

  • Combo pop-up with.

    It is possible to place the width of the pop-up with the same width as the combo?

    Hi Ramana,
    i 've done exactly what you suggest but the problem still exists....
    Here is what i ve done....
    At drill down tab of initial pie chart, have you setted a Source Data area? (destination data is the cell B32 as you suggest...).
    As i set insertion type of enable drill down "Row", i write the legends of initial pie chart in a row at Excel.. e.g.
                    A                                  B                           C                          D
    77    legend1 (cell A77)      legend2 (cell B77)     legend3 (C77)                 0
    78          0                                     0                               0
    79       
    I set:
    Source data :  A78:C78
    Destination :    A78 
    A79 = IF(OR(A79= "legend1";A79= "legend2";A79= "legend3");A79=1000;A79=4000)
    At pop up pie chart:
    dynamic visibility :  Status (A79)   & Key (1000)
    at push button: Source data (D77)  & Destination (A78)
    At your xlf file you don't face this problem by setting these options? I  might do something wrong.. i dont know..!
    Should i ve missed something, please let me know...
    Thanks a lot...

  • Pop-up with Message Log and ability to correct

    Hi All,
    I am working on a Dialog Program which gets the messages that occur on validating the fields of this program into a message table.
    I am able to display the messages one after the other by looping through the message table.
    Is there a way that I could display a pop-up with the Message Log and provide a button ('Correct Errors') there to correct the errors encountered which (when clicked) would take me to the field responsible for that message, while the message appears in the status bar.
    Many Thanks in Advance.
    Kind Regards
    Sanjay

    Hi,
    you can use FM POPUP_TO_DECIDE to display error message and 2 buttons (one with "Correct Errors" and other "Cancel") and "SET CURSOR FIELD CURSORFIELD" to positionate in the respective field (that you must associate  to the message)
    Example:
    CALL FUNCTION 'POPUP_TO_DECIDE'
      EXPORTING
        DEFAULTOPTION           = '1'
        TEXTLINE1               = 'Message Text'
      TEXTLINE2               = ' '
      TEXTLINE3               = ' '
        TEXT_OPTION1            = 'Correct Errors'
        TEXT_OPTION2            = 'Cancel'
      ICON_TEXT_OPTION1       = ' '
      ICON_TEXT_OPTION2       = ' '
        TITEL                   = 'Error Log'
      START_COLUMN            = 25
      START_ROW               = 6
      CANCEL_DISPLAY          = 'X'
    IMPORTING
       ANSWER                  = answer.
    if answer eq '1'.
    *Correct Errors
    SET CURSOR FIELD CURSORFIELD.
      MESSAGE Ennn.
    else.
    *Cancel
    endif.
    Regards,

  • Pop up with nothing on top

    how do i make a pop up with nothing on top (the part with the
    file and edit button, or the refresh stop buttons)

    Use DW's Open Browser Window behavior?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "franco714" <[email protected]> wrote in
    message
    news:eeknqt$8r4$[email protected]..
    > how do i make a pop up with nothing on top (the part
    with the file and
    > edit button, or the refresh stop buttons)

  • IPHONE popping up with "voiceover" or "what can I help you with".

    My 2 month old Iphone 5 keeps on popping up with "ask me a question" (when siri is on) and "voiceover" (when siri is off). I can't listen to music without it popping up about every 20-30 seconds. (it is so distrcting) Can someone help? I am in Bermuda with no access to an apple store. I trired to re-set all my settings and also made sure voice over was turned off.
    Thanks.
    Jeff

    Hey there Jeffrey,
    It sounds like you are unable to use the phone without either Siri, or Voice Over coming on constantly. Sounds like something funny may be going on with the Home button on the phone, which you would normally hold to enable either of these 2 features. You should use these steps to help determine the issue, whether it be software or hardware:
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/TS2802
    Try turning iPhone off and then on again. If the iPhone will not restart, try resetting it.
    If the issue is still happening, try to restore the iPhone.
    Seek service is the issue is still occurring.
    Thank you for using Apple Support Communities.
    Take care,
    Sterling

  • Pop-up with Check box

    Hi forum,
    I need to do a pop-up with some options to choose, i think the best option will be with a checkbox..
    Anybody knows a function to do it? Any example¿?
    Thanks and regards,
    Mon

    u can check this , and with 3 buttons instead of check boxes
    CALL FUNCTION 'POPUP_WITH_3_BUTTONS_TO_CHOOSE'
                 EXPORTING
                      defaultoption = default
                      diagnosetext1 = space
                      diagnosetext2 = text-pv1
                      diagnosetext3 = text_popup
                      text_option1  = text-pv5  "Protokoll
                      text_option2  = text-pv7  "Fehlteilliste
                      text_option3  = text-pv6  "Fehlteileübersicht
                      textline1     = text-pv4
                      titel         = text-pv3
                 IMPORTING
                      answer        = antwort.

  • More than usual pop ups with pages freezing ?

    Hi i've been having problems with constant pop ups with pages freezing anyone else having these problems ?

    Force Quit .
    Press command + option + esc keys together at the same time. Wait.
    When Force Quit window appears, select the Safari if not already.
    Press Force Quit button at the bottom of the window.   Wait.
    Safari will quit.
    Relaunch Safari holding the shift key down.
    Identify and remove adware
    http://www.thesafemac.com/arg/
    or
    use Adware Removal Tool.
    http://www.thesafemac.com/art/

  • HT1918 Why I cannot buying some game it pop up with cannot connect to your iTunes Store...

    Why I cannot buy some gold in the game? It pop up with u cannot connect to your iTunes Store

    Try This...
    Close All Open Apps... Sign Out of your Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...

  • Creative Cloud pops up with trail will expire in 0 days when I run Dreamweaver CS6

    When I click on the icon for Dreamweaver CS6 a panel for Dreamweaver CC pops up with the message “Your trial will expire in 0 days”  “00 days remaining.  It offers “Buy Now” and “Continue Trial”. When I click the red x to close out I am returned to Dreamweaver CS6.
    I reinstalled Dreamweaver CS6 but the problem persists.  I do not want Dreamweaver CDC.
    I tried to follow the instructions In http://helpx.adobe.com/dreative-suite ... "Creative Cloud Help/Creative Cloud applications unexpectedly revert to trial mode | CS6, CC ..."  but I lost the thread.
    I am at a loss at to what to do now.  Please help.

    Here are two additional items that may be helpful:
    1.    I reported that Under Step 3 “Check Your Host Files – Still Have Problems?  Reset Host Files” I did not find entries that reference activate.adobe.com.  On further checking I found the Notepad file.  It contained the following information:
    Additionally, comments (such as these) may be inserted on individual
    lines or following the machine name denoted by a '#' symbol.
    For example:
        102.54.94.97    rhino.acme.com          # source server
          38.25.63.10    x.acme.com              # x client host
    localhost name resolution is handled within DNS itself.
            127.0.0.1      localhost
            ::1            localhost
    2.    On Saturday, 23 August 2014 I received an e-mail from Adobe Creative Cloud [email protected] that said
    Welcome. We’re glad you’ve joined us.
    Thanks for joining Creative Cloud. We thought we’d send along a few ideas to help you get started.
    * Get 30-day trials of all-new versions of creative desktop apps that make everyday tasks easier and faster while delivering new support for cutting-edge hardware and standards.
    * Easily upload and share your files, or post your work to the Behance community of creative professionals to get feedback, find inspiration, and connect with new opportunities.
    * Express your creativity on-the-go using our new and improved range of mobile apps.
    Get started
    Make something great,
    The Creative Cloud Team
    This is odd.  What made them think I joined Creative Cloud? The Creative Cloud program is not installed on the computer and I have not downloaded Creative Cloud trial version or a paid version.
    GOAL: My goal is to eliminate the CC pop up that occurs every time I access Dreamweaver CS6. I am satisfied with Dreamweaver CS6.  I do not want to lose the CS6 capability.  I do not want Creative Cloud trial version or the paid version.
    So far I have been unable to remove the pop up and I can’t find a way to phone or e-mail Adobe Technical Support.  When I received the CC Welcome message, I considered the following approach:
    1.    Accept the invitation to Get Started and install the 30-day trial version
    2.    Use the CC Cleaner Tool to uninstall Creative Cloud.
    This approach might work.  It is equally possible it would further complicate the problem.
    Should I accept the CC invitation to Get Started with CC and then use CC Cleaner to uninstall the Creative Cloud program?  Is there an alternative approach that will work?
    Thank you.
    Earl B. Stroup
    <Removed by Moderator>

  • My iphone 5 wont let me update apps keeps popping up with old apple id how do i fix this

    my iphone 5 wont let me update apps keeps popping up with old apple id how do i fix this??

    All apps downloaded/purchased are tied to the apple ID used to download/purchase them.
    If you change your Apple ID and do not wish to use the old apple ID and password to update them, you have to delete them and redownload or buy them under the new apple ID.

  • HT1349 My computer popped up with an update from iTunes several days ago. I downloaded the update and when I went to open iTunes, it won't open. I've tried to download again from the website, but it still gives me this error message.  Missing MSVCR80.dll

    My computer popped up with an update from iTunes several days ago. I downloaded the update. When I went to open iTunes on my computer, it gives me the following error messages...
    Missing MSVCR80.dll file.
    Error 7 (Windows error 126)
    I tried to download iTunes again from the website and repair the problem, to no avail.  I've tried several times, but cannot get it to open. I have a Windows 7 machine.  My iPhone 5 and iPad work fine and have not asked me to update. I've never had a problem with iTunes before.  I hate to delete it entirely from my computer and start over.  I'm afraid I'll lose all the music I have downloaded there. What do I do?

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • Why does my mac safari keep redirecting me to websites like Mackeeper and popping up with ads all over the websites i visit?Please help me get rid of this problem safely and securely

    Hey,
    My mac keeps redirecting me to pages like MacKeeper and stuff on safari.
    Its also popping up with a ton of ads like you just one and i phone 5 and crap.
    Also when i click somewhere on the page where I'm not supposed to click some times it
    redirects me to a new page please help!!!!:/ If u give me any websites to use
    please make sure there securer or u have used them before so i don't get anymore viruses!
    P.S i only got my mac this year
    Thanks if you can help

    You may have malware installed on the Mac. To remove it run this:
    Adwaremedic: Removes all known adware from your Mac

  • I installed elements 12, it won't open, a screen pops up with options for e-12 and 4 other language

    I installed elements 12, it won't open, a screen pops up with options for e-12 and 4 other languages.  When I click Elements 12 a screen pops up with a red install icon, I click it and it askes for the serial number. It won't let me type in letters only numbers. I already did the serial number once. How do I get this to work? I don't want to be a programer!  

    attach a screenshot of what pops up after clicking pse 12, http://forums.adobe.com/thread/963429

Maybe you are looking for

  • Line item and Ledger item difference when parking through BAPI

    Hi Friends ,   I have a BAPI for parking the documents in SAP from another system.This BAPI is using the function module PRELIMINARY_POSTING_FB01  to park the documents.But when I park the documents using this BAPI  and post the document manually  th

  • Negotiating the space/port limitations

    First off, please note that this is not a complaint about the size of the MBAir's SSD drive nor about its one USB port; I've had the machine for a week today, and took it on a business trip with me this week, and had this amazing moment upon leaving

  • Flash 8 SWF not showing up online

    Hi all, I have a flash SWF file that I embedded in an HTML page through Dreamweaver. When I upload it to my site, it doesn't show up. All I get is a dotted line box around where the file is suppose to be. I isolated that earlier flash version work se

  • Missing Videos, Memory says videos are there

    When going to Settings>General>About>Videos it shows there are 12 videos and my memory is being used on them. I know I put a movie on my phone awhile back as well as some music videos. However, when I go to iPod>Videos there are no videos there. I ei

  • T420 Game Issue

    I have a T420 with the NVIDIA graphics card, Intel core i5 and 8 gig of ram. I was trying to play the game Scourge of War Gettysburg (http://www.scourgeofwar.com/index.shtml) but it will not open. All the further I can get is a screen that says initi