Popup for several choices

Hi all.
I need a popup quite similar to POPUP_TO_DECIDE_LIST, but I need to be able to choose more than one item from the list. Does anyone have a suggestion which popup to use?
Thanks in advance!

Hi Emelie,
You can use POPUP_TO_DECIDE_LIST itself !
It can also show checkboxes. Please check the function module documentation.
The following is the sample code given in the function module documentation.
  DATA: BEGIN OF SPOPLIST OCCURS 15.                               
          INCLUDE STRUCTURE SPOPLI.                                
  DATA: END   OF SPOPLIST.                                         
  DATA: ANTWORT TYPE C.                                                                               
SPOPLIST-VAROPTION = 'Creditor'(001).                            
  APPEND SPOPLIST.                                                 
  SPOPLIST-VAROPTION = 'Material'(002).                            
  APPEND SPOPLIST.                                                 
  SPOPLIST-VAROPTION = 'Account '(003).                            
  SPOPLIST-SELFLAG   = 'X'.                                                                               
CALL FUNCTION 'POPUP_TO_DECIDE_LIST'                             
    EXPORTING  TITEL            = 'Possible entra: Order'(a01)     
               TEXTLINE1        = 'By which criteria'(b01)         
               TEXTLINE2        = 'should orders'(b02)             
               TEXTLINE3        = 'be selected?'(b03)              
               MARK_MAX         = 2                                
               MARK_FLAG        = 'X'                              
    IMPORTING  ANSWER           = ANTWORT                          
    TABLES     T_SPOPLI         = SPOPLIST                         
    EXCEPTIONS TOO_MUCH_ANSWERS = 1                                
               TOO_MUCH_MARKS   = 2.                                                                               
IF SY-SUBRC = 2.                                                 
    WRITE: 'Too many answers chosen.'.                             
  ENDIF.                                                           
  IF ANTWORT = 'A'.                                                
    WRITE: 'Popup canceled.'.                                      
  ELSE.                                                            
    WRITE: 'Options chosen:'.                                      
    LOOP AT SPOPLI WHERE SELFLAG = 'X'.                            
      WRITE /SPOPLI-VAROPTION.                                     
    ENDLOOP.                                                  ENDIF.                                                          
Hope this helps..
Sri

Similar Messages

  • Circular arrow on one of my email accounts goes around and around for 5 minutes or more and then popup says mail is going to quit.  Nothing has come into this account for several weeks.

    The circular arrow on one of my email accounts (I have three, and this is one of two googlemail accounts) goes around and around for 5 minutes or more with nothing happening and then a pop up says mail is going to quit - report to apple.  Nothing has gone into this account for several weeks, and this is my 'business account'.

    Hi Stewart,
    Safe Boot from the HD, (holding Shift key down at bootup), it will try to repair your Disk Directory while the spinning radian is happening, so let it go, run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, then move these folder & file to the Desktop.
    Move this Folder to the Desktop...
    /Users/YourUserName/Library/Caches/Mail/
    Move this file to the Desktop...
    /Users/YourUserName/Library/Mail/Envelope Index
    Reboot.
    If that doesn't help & you can afford to redo any Mail Rules...
    Trash these files...
    /Users/YourUserName/Library/Mail/... MessageRules.plist and MessageRules.plist.backup
    Then if need be with the backup, Import emlx to mbox, See if this helps...
    http://www.cosmicsoft.net/emlxconvert.html

  • Extensions like Ghostery, WOT or AdBlock stop working after two or three times. Restarting the webpage in a new tab the extensions will work again for several times and then stop again. Has anybody an explanation or a workaround for this bug in Safari 5?

    Extensions like Ghostery, WOT or AdBlock stop working after two or three times. Restarting the webpage in a new tab the extensions will work again for several times and then stop again. Has anybody an explanation or a workaround for this bug in Safari 5?

    Remove the extensions, redownload Safari, reload the extensions.
    http://www.apple.com/safari/download/
    And if you really want a better experience, use Firefox, tons more choices and possibilities there.
    Firefox's "NoScript" will block the Trojan going around on websites. Best web security you can get.
    https://addons.mozilla.org/en-US/firefox/addon/noscript/
    Ghostery, Ad Block Plus and thousands of add-ons more have originated on Firefox.

  • Open PopUp for IE and Firefox

    Hello,
    Can anyone help me for this: when i click on a movie clip or
    a button i open
    a popup window, for Internet Explorer or Firefox.
    Thanks
    Waiting to your answer...
    Zaki

    Hello,
    but i have a problem:
    i am using this code, to open a centred popup, but it works
    with Firefox but
    i have a javascript error with Internet Explorer, can anyone
    help me?
    Here is the action scipt:
    // Open the centred popup
    MovieClip.prototype.centerPopup = function(theUrl, title, w,
    h, features) {
    var sysW = System.capabilities.screenResolutionX;
    var sysH = System.capabilities.screenResolutionY;
    var centerx = Math.round((sysW/2)-(w/2));
    var centery = Math.round((sysH/2)-(h/2));
    getURL("javascript:void(window.open('"+theUrl+"','"+title+"','width="+w+",
    height="+h+", left="+centerx+",
    top="+centery+",screenX="+centerx+",
    screenY="+centery+","+features+"'));");
    // When i click on button1
    button1.onRelease = function() {
    // btn est le nom d'occurence du bouton
    centerPopup("index.htm", "title", 240, 210,
    "scrollbars=no");
    Why does it work with firefox and not with IE ??? is there
    any thing to do
    in IE for working?
    Waiting for your help...
    Zaki
    "Zaki" <[email protected]> a �crit dans le
    message de news:
    [email protected]...
    > Hi,
    > Sorry for the cross posting.
    > Thank you Chris ;)
    > Zaki
    >
    >
    > "Chris Georgenes" <[email protected]> a
    �crit dans le message de
    > news: [email protected]...
    >> hi,
    >> please refrain from cross-posting (same question in
    multiple forums).
    >> popup windows have been used for several years - a
    quick google groups
    >> search:
    >>
    http://groups.google.com/advanced_group_search?q=group:*flash*&hl=en&lr=&ie=UTF-8&oe=UTF-8
    >> for "popup window" returns 10,900 threads. This was,
    for a very long
    >> time, one of the top ten most popular asked question
    a few years back :)
    >> You should be able to find sample code that suits
    your needs.
    >>
    >> good luck.
    >>
    >> ******************************************
    >> --> **Adobe Certified Expert**
    >> --> www.mudbubble.com
    >> --> www.keyframer.com
    >>
    >>
    >>
    >>
    >> Zaki wrote:
    >>> Hello,
    >>> Can anyone help me for this: when i click on a
    movie clip or a button i
    >>> open a popup window, for Internet Explorer or
    Firefox.
    >>> Thanks
    >>> Waiting to your answer...
    >>> Zaki
    >
    >

  • One order for several maintenance equipment

    Hi
    Is it possible on SAP-PM to create an order for several equipment
    Thinks

    hi
    The object list is a central part of the order. You use it to assign technical objects, notifications or objects, which are identified by a combination of material and serial numbers, to the order.
    When you make entries in the object list for an order, you are linking it to the objects you enter. When you make entries in the object list for an order, you are linking it to the objects you enter.
    Even if no reference object has been entered for the order on the header data screen, you can still assign technical objects, notifications or objects, which are identified by a combination of material and serial numbers, to the order in the object list
    Two features are available for the object list:
    An object list, in which you can enter technical objects (equipment, functional locations, assemblies) and notifications
    An object list, in which you can enter objects, which are identified by a combination of material and serial numbers, and notifications
    Which of these two versions is used in the order depends on:
    The choice of reference object in the notification/order
    The view setting for the Reference object frame in the notification/order
    If you create the order with reference to a notification, for which a reference object has been entered, the system copies the reference object from the notification as the reference object for the order. The system writes the notification number in the order header and in the object list for the order.
    You can group together several notifications that can be processed together using a "worklist for notifications" for a maintenance or service order. In this case, the notifications are also included in the object list of the order
    check
    http://help.sap.com/saphelp_erp2005/helpdata/en/5b/ae2ed74b8611d182ba0000e829fbfe/content.htm
    -ashok

  • HT5278 Can I download IOS 5.1.1 to use for several iPhone's -How...?

    Can I download IOS 5.1.1 to use for several iPhone's -How...?

    torrak1 wrote:
    So, that you are telling me, is that I should "download only" and not "download and update".
    No I'm not saying that.  For the first iPhone you can "download an update", then the 2nd one would be just "update" since the iOS file has already been downloaded (and "update" would be the only option for #2 since iTunes knows iOS has already been downloaded).  Of course you can also "download only" and then "update" each iPhone at a later time, your choice.
    As far as where the iOS files live, assuming you use a PC take a look here:
    C:\Documents and Settings\(account name)\Application Data\Apple Computer\iTunes\iPod Software Updates
    Look for the .ipsw and .signature files with 5.1.1 in the name.  If you need to copy this to a 2nd PC to save your download time and cost, just copy these files to the same location on the other computer before launching iTunes.

  • Flexible Upload of Data for several periods/years

    Hey Colleagues,
    my client wants me to develop a new functionality to upload data for several periods/years. The function they are using right now and correctly is the flexible upload.
    As we have already developed several custom tasks and enhancements/modifications we try to not modificate further SAP standard or to post directly (back-door solution)
    But:
    It is no problem to start the flexible upload for different selecitons and to provide the values in an excel sheet. But I have problems to avoid a popup for selecting the excel file. It would be no problem if for example Batch-Input would work here, or if we would post directly using standard functionality (posting method with data change) but in this case we try to use the flex upload.
    Has anyone experienced a similiar problem? Can we use the flex upload with suppressing the popup to select the file WITHOUT an enhancement?
    Thanks in advance for your help,
    Yavuz

    Hi Yavuz,
    Yes this can work for every period in one year - use the multiperiod processing option, available since EHP2 (BCS 6.02).
    The multiperiod processing requires you to define the consolidation cycle and start period, so you could define it to start with p1 and include all 12+ periods of the year.
    NB the multiperiod processing is initiated by running with selection screen - right click and selec "run for remaining periods of the year"
    You can run either a task or a task group for the rest of the consoliation cycle, but data collection with flexible upload MUST have the presentation server settings (already mentioned above) or the data collection task will not work.
    So you make the configuration settings
    You then save your multi-period file on the presentatin server
    You then go to data collection (flexible upload) task in p1 and "run for remaining periods"

  • I need an Acrobat Pro for several users in our network

    I need an Acrobat Pro for several users in our network

    If you have enough users a volume license will be a reasonable choice. Again you might contact Adobe or an Adobe reseller.
    http://partners.adobe.com/resellerfinder/na/findreseller.jsp

  • TS1368 I'm a PC user with an itunes account for several years. I updated my itunes and now it wont open and shows me 'missing file MSVCR80.dll,and error 7(Window error 126)' keep coming up even after re-installing itunes . What should i do?

    I'm a PC user with an itunes account for several years. I updated my itunes and now it wont open and shows me 'missing file MSVCR80.dll,and error 7(Window error 126)' keep coming up even after re-installing itunes . What should i do?

    Click here and follow the instructions.
    (98897)

  • Trying to install iTunes 10.5 but wont install and it just seems to hang for several hours and do nothing.  Need help cos otherwise I cant update to iOS5 on my Iphone 4.  Thx

    I have tried many times today to install iTunes 10.5 in order to update to iOS5 on my Iphone 4 however it just wont work.  I have a MacBook Pro and when I use the software update it says that I have already downloaded iTunes 10.5 but when I go to install it and it says it is writing the files and the bluw bar is working its way across the page and then becomes very very slow and and at the last millimetre it seems to just hang there and do nothing.  I even left if like this for several hours and nothing progressed.  I have since tried to update via the iTunes program and the same problem happens.  Any and all help would be greatly appreciated.

    Hi Rick,
    by "repair" I mean I went to the control panel, option - programs and features, and in the list of all my installed programs I selected "Apple Software Update". On top of the screen you find the options Uinstall, Change and Repair. I clicked the repair button and that did the trick. After the repair I could uninstall the program. I also uninstalled iTunes, Apple Application Support, Apple Mobile Device Support en Bonjour, thus all Apple programs. Then I installed iTunes 10.5 again and everything went fine.
    Success,
    Peter

  • Be grateful for your help with Photoshop Elements which I have been using for several years.

    Be grateful for your help with Photoshop Elements which I have been using for several years.  Does Elements need to have access to ‘My Pictures’ on Windows as when I remove Photos from ‘My Pictures’, Elements later, when backing up, gives a message that it is unable to ‘reconnect’ to the same picture on elements.  On other occasions when removing a photo from Elements catalogue I also get a similar message when backing up saying ‘unable to reconnect’.  1. Is there a relationship between Elements and My Pictures and is Elements dependant on    the Windows ‘My Pictures’? 2. Why does some photos in Elements in some cases cause them to multiply e.g. double; triple; quadruple; and on occasions even more?  Is there something I need to do to stop this or an easy way I can remove the multiples without spending hours doing it manually one by one?  Am I doing something wrong? My O/S is Windows XP SP2 and windows Vista on my Laptop.  I have been using Elements 5 and have just purchased Photoshop Elements 8.0. (Upgrade) and about to install it. Be grateful for any advice as I do enjoy using the program if only I can resolve this issue.  I am not a PC wiz and mainly use Elements to catalogue photos from which I compile collections and from them slide shows with music.  Any advice appreciated Sonny.t PS Have tried to post this previously but without success so hoping to see message appear and a +response

    The organizer doesn't care where you send your photos when you download them via the downloader or where they happen to be when you first bring them in if you use the Get Photos command, but once your pics are in the Organizer, you *must* move them from within organizer or it can't find them. You don't have to use My Pictures at all if you don't want to, but regardless of the folder where you put your photos, if you want them someplace else, you use organizer to do it.

  • HT1848 I purchased a album on my iPhone and was playing it for several days... Last night after syncing it to my laptop i no longer have it on my phone and the only thing that shows up in my iTunes is the digital booklet.

    How in the world do i get my lost Album back?
    I purchased a Album from Itunes on my iphone, Played it for several days. Then when I synced my phone to my laptop, the album is no longer there. It shows up in the Itunes on my computer but only as the digital booklet, which you are supposed to get after a purchase.
    I tried downloading all songs into itunes, that didnt work. I tried logging out of my account with no avail. I tried seeing if i could go into iTunes again and buy redownload it. But it showes that I have to purchase it again...
    Any help would be appreciated.
    Thanks

    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/HT2519

  • I have not been able to use iTunes for several months.  Every time I open iTunes, it freezes by computer such that there is about a minutes between each action.  I am running iTunes 11 on Mac OS 10.6.8 and have a computer with maxed out memory.

    I have not been able to use iTunes for several months.  Every time I open iTunes, it freezes by computer such that there is about a minutes between each action.  I am running iTunes 11 on Mac OS 10.6.8 and have a computer with maxed out memory.  Help!  I can't access my iTunes content.

    I have not been able to use iTunes for several months.  Every time I open iTunes, it freezes by computer such that there is about a minutes between each action.  I am running iTunes 11 on Mac OS 10.6.8 and have a computer with maxed out memory.  Help!  I can't access my iTunes content.

  • I have owned my MacBook Pro for several months.  Initially, I did not have any problems.  Now I have a problem with Yahoo Mail.  I can open my account, but when I try to get at my mail, 2 out of 3 times I get the spinning ball that never stops.  Now what?

    I have owned my MacBook Pro for several months without having any problems with it. Recently I am having trouble with my Yahoo Mail.  I can open it fine, but 2 out of 3 times when I try to actually open a message, the spinning ball comes on the screen and does not stop. Sometimes, I can log out or force quit and come back in to my account and use it.  Other times, I run into the same problem.  Any suggestions?

    Killerfinch wrote:
    My new yahoo account nestles comfortably in iCloud on the mine iPad.
    No, your Yahoo account is not in iCloud (which only handles iCloud mail), it is in Yahoo, and the Yahoo mail account is on your iPad.
    But the MacBook Pro will have none of it! I write this question now as I fear that I will be totally demented very soon and unable to formulate my thoughts clearly!
    Get the correct settings for your account from Yahoo and set it up manually.
    By the way, I also find the "password" issue problematical. It seems Apple want my Apple password rather than my eMail password. All very confusing.
    That would depend on what you are trying to do.

  • Having horrible service with 4GLTE I have had 3G for several weeks (I am not the only person I know having this problem), I have reset my network settings and it did not resolve the issue.  I am also unable to send SMS and text messages without them eithe

    Having horrible service with 4GLTE I have had 3G for several weeks (I am not the only person I know having this problem), I have reset my network settings and it did not resolve the issue.  I am also unable to send SMS and text messages without them either failing or not sending at all.  Is there an outage in the Cleveland, Ohio area (zip codes 44129, 44134, 44137) or anything else I can do to resolve this issue?

    Not that I'm a Verizon employee, but I have experience in the field. An LTE tower will only extend up to, on a perfect day, with no elevation, 6-7 miles. On a typical day, you will be lucky at four (4) miles. The three ZIP codes you've given are all within about a 12 mile radius. That would mean that 2-3 towers are currently down at the same time, and Verizon would know about it within the hour. Being it's Cleveland, I'm sure they would receive numerous calls regarding an outage of that size.
    My point is that if you're having issues in all three ZIP codes, chances are it's a phone issue. If you're handset is simply not receiving LTE, but still receiving 3G, that would signify a SIM card issue. You need to get your SIM card replaced.

Maybe you are looking for

  • From Compressor to iPhone.... Videos not working.

    So I'm exporting with Compressor at 320x240, settings are as follows: File Format: Quicktime Movie Video: Enabled, h.264, keyframes automatic, faster encode (single pass), data rate restricted to 699kbits sec. Audio: AACm 48.00khz, Quality better, Va

  • Garbled text when loading web page. Screenshot included.

    Can anyone explain why Safari constantly does this? MacBook 2Ghz Black   Mac OS X (10.4.8)   2 GB RAM

  • á é í ó ú  How to avoid     á  Ã...ú writing in Spanish

    I usually write in Spanish, and sending or forwarding e-mails with these special characters, the strings are transformed as discussion title. Can anybody help me in setting an Ipad for avoiding transformation? Answers will be welcome copied to [email

  • Learning Shake. Video tutorial advice from a new user...

    I am brand new to Shake and compositing. I've used Final Cut Pro for a few years and done simple compositing after doing FCP tutorials. Shake is tougher to learn thank FCP, so I've purchased some videos from Gnomon workshop and cmiVFX. I wouldn't con

  • Callback failure..

    Hi, What in general could be the problem with the following error statement, please.. will altering the table help resolving the problem...Is there any configuration setup which can help resolve the issue.. Thanks and Regards, Vijay. Cannot insert de