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

Similar Messages

  • I am an international student studying in Kettering University, US and i have an isic that is international student identity card. Can you tell me what is the procedure to claim for a discount by using my isic. Want to buy ipad air 2 for education.

    I am an international student studying in Kettering University, US and i have an isic that is international student identity card. Can you tell me what is the procedure to claim for a discount by using my isic. Want to buy ipad air 2 for education.

    Welcome to the US!  I think you can just take your ID card to the Apple store or shop online : http://store.apple.com/us/browse/campaigns/education_pricing
    the site has all the info for eligibility and available items for purchase -- I think you can type in your school to see if on list of approved schools. I think the ID checking is rather benign. discounts are modest from what I recall.

  • Can you tell me what is the music app in the iPad TV advert love?

    hi,
    there is a music app in the TV advert love in the scene where there are musicians and an electric guitar connected to the iPad.
    the app seems to have something like a rack of music equipment in different colours. i am uncertain as to the name of the app.
    thank you

    i think i found the programme. it is "Stomp Box" by Limelight Software and currently featured in Band in your Hand
    in the iTunes App Store under "Guitar & Bass"
    thanks for those who tried to find the answer for me. i chanced on the app whilst searching iTunes for music apps.

  • Can you tell me what is the error?

    Hi all
    I am new to dynamic sql
    I am trying to execute below block
    But i am getting below error
    ERROR at line 8:
    ORA-06550: line 8, column 19:
    PLS-00306: wrong number or types of arguments in call to '||'
    ORA-06550: line 8, column 1:
    PL/SQL: Statement ignored
    DECLARE
    V_CURSOR VARCHAR2(4000);
    v_value VARCHAR2(4000);
    CURSOR GET_TABLE IS SELECT TABLE_NAME FROM user_tables;
    BEGIN
    FOR TAB IN GET_TABLE
    LOOP
    EXECUTE IMMEDIATE 'SELECT '||TAB.TABLE_NAME||' FROM '||TAB||' INTO '||v_value;
    dbms_output.put_line (v_value);
    END LOOP;
    END;
    can anybody please help me in this
    Thanks in advance...

    he says he's new to dynamic sql and wants to try it out...
    perhaps something like this might help for him/her? ;)
    BEGIN
    FOR tab IN (SELECT tab.table_name FROM user_tables) LOOP
    execute immediate 'truncate table '|| tab.table_name;
    END LOOP;
    END;
    --evil smirk...                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Since passing to ML, I have a message, in French, which is: La connexion au serveur a échoué. Les URL de type "file" ne sont pas prises en charges.  Can you tell me what this means and how to get rid of it? thank you.

    What does this message mean?
    La connexion au serveur a échoué.  Les URL de type "file" ne sont pas prises en compte.
    thank you.

    Without more information, ie what were you trying to do when you got this message, it is very hard to answer your question. If you were trying to access a webpage it means the server the page is on had a problem. If you were doing something else please post back and someone may have the answer.

  • Who can tell me what are the functions of the following subdirectories?

    Who can tell me what are the functions of the following subdirectories? How are they classified?
    oracle@hostp ~$ cd $ORACLE_HOME
    oracle@hostp db_1$ ls
    {color:#0000ff}
    assistants demo jdbc network oui slax
    bin diagnostics jdk nls owm sqlj
    cdata has jlib oc4j perl sqlnet.log
    cfgtoollogs hostp_db10g jre odbc plsql sqlplus
    clone hostp_rcatalog ldap olap precomp srvm
    config hs lib OPatch racg sysman
    crs install log opmn rdbms uix
    css {color:#000000}install.platform{color} md oracore relnotes wwg
    ctx inventory mesg oraInst.loc {color:#ff6600}root.sh{color} xdk
    dbs javavm mgw {color:#ff6600}ord root.sh.old{color}
    {color}
    dbs javavm mgw ord root.sh.old

    Hi,
    Here we go:
    - assistants:      configuration Assistants
    - bin:      binaries for all products
    - ctx:      interMedia Text cartridge
    - dbs :     contain initsid.ora, lksid (initiation files, password files,etc)
    - instal:l      install related files
    - lib:      Oracle product libraries
    - jlib:      Java classes
    - md:      Spatial cartridge
    - mlx      Xerox: Stemmer (for interMedia Text cartridge)
    - network:      Net8
    - nlsrtl :      NLS run-time loadable data
    - ocommon:      common files for all products
    - odg:      data gatherer
    - opsm:      Parallel Server Manager Components
    - oracore:      core libraries
    - ord:      data cartridges
    - otrace:      Oracle TRACE
    - OPatch: Patches to the DB
    - plsql :     PL/SQL
    - precomp:      precompilers
    - rdbms :      server files and libraries required for the database
    - slax:      SLAX parser
    - sqlplus :     SQL*Plus
    For more Information you can refer to:
    - http://www.stanford.edu/dept/itss/docs/oracle/10g/em.101/b12140/3_oui_oracle_homes.htm
    - http://www.dba-oracle.com/linux/important_files_directories.htm
    Cheers,
    Francisco Munoz Alvarez
    http://www.oraclenz.com

  • I keep getting this error in Dreamweaver when I am trying to upload my website?  Can you tell me what I am doing wrong?  here is the error message: /html - error occurred - Unable to create remote folder /html.  Access denied.  The file may not exist, or

    I keep getting this error in Dreamweaver when I am trying to upload my website?  Can you tell me what I am doing wrong?  here is the error message: /html - error occurred - Unable to create remote folder /html.  Access denied.  The file may not exist, or there could be a permission problem.   Make sure you have proper authorization on the server and the server is properly configured.  File activity incomplete. 1 file(s) or folder(s) were not completed.  Files with errors: 1 /html

    Nobody can tell you anything without knowing exact site and server specs, but I would suspect that naming the folder "html" wasn't the brightest of ideas, since that's usually a default (invisible) folder name existing somewhere on the server and the user not having privileges to overwrite it.
    Mylenium

  • Help! We have a form with more than 200 entries and when I looked at it yesterday it had one! When you download the form to excel they all show up. However, when I added another record today it disappeared. Can you tell me what's happening? I've been usin

    Help! We have a form with more than 200 entries and when I looked at it yesterday it had one! When you download the form to excel they all show up. However, when I added another record today it disappeared. Can you tell me what's happening? I've been using adobe forms for 2 years with mass response feedback and have never had this problem.

    Greetings,
    I've never seen this issue, and I handle many iPads, of all versions. WiFi issues are generally local to the WiFi router - they are not all of the same quality, range, immunity to interference, etc. You have distance, building construction, and the biggie - interference.
    At home, I use Apple routers, and have no issues with any of my WiFi enabled devices, computers, mobile devices, etc - even the lowly PeeCees. I have locations where I have Juniper Networks, as well as Aruba, and a few Netgears - all of them work as they should.
    The cheaper routers, Linksys, D-Link, Seimens home units, and many other no name devices have caused issues of various kinds, and even connectivity.
    I have no idea what Starbucks uses, but I always have a good connection, and I go there nearly every morning and get some work done, as well as play.
    You could try changing channels, 2.4 to 5 Gigs, changing locations of the router. I have had to do all of these at one time or another over the many years that I have been a Network Engineer.
    Good Luck - Cheers,
    M.

  • On my new iPad under the space category it shows I have 5.5gb occupied by 'Other" data - Can you tell me what this is exactly and how can I reduce it Thank-you

    On my new iPad under the space category it shows I have 5.5gb occupied by 'Other" data - Can you tell me what this is exactly and how can I reduce it
    Thank-you

    How Do I Get Rid Of The “Other” Data Stored On My iPad Or iPhone?
    http://tinyurl.com/85w6xwn
    With an iOS device, the “Other” space in iTunes is used to store things like documents, settings, caches, and a few other important items. If you sync lots of documents to apps like GoodReader, DropCopy, or anything else that reads external files, your storage use can skyrocket. With iOS 5, you can see exactly which applications are taking up the most space. Just head to Settings > General > Usage, and tap the button labeled Show All Apps. The storage section will show you the app and how much storage space it is taking up. Tap on the app name to get a description of the additional storage space being used by the app’s documents and data. You can remove the storage-hogging application and all of its data directly from this screen, or manually remove the data by opening the app. Some applications, especially those designed by Apple, will allow you to remove stored data by swiping from left to right on the item to reveal a Delete button.
     Cheers, Tom

  • I am using Mavericks. I had a list of VIPS and used it extensively. Now it has disappeared and VIPs on the menu bar is faded. There is nil response to VIP in help. Can you tell me what has happened?

    I am using Mavericks. In Mail I had a list of VIPS and used it extensively. Now it has disappeared and VIPs on the menu bar is faded. There is nil response to VIP in help. Can you tell me what has happened?

    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Mail/V2/MailData/VIPSenders.plist
    Right-click or control-click the highlighted line and select
    Services ▹ Show Info in Finder (or just Show Info)
    from the contextual menu.* An Info dialog should open.
    Does the dialog show "You can read and write" in the Sharing & Permissions section?
    In the General section, is the box labeled Locked checked?
    What is the Modified date?
    If you don't have read and write access to the item, change the settings as directed here. Note, however, that if one file has wrong access settings, most likely others do as well. If the item is locked, unlock it.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. Open a TextEdit window and paste into it (command-V). Select the line you just pasted and continue as above.

  • Well.., I'd like to refer the iPone 4S. However, my living place is in the Launceston in which Tasmania does not Apple store. So, can you tell me what should i do?

    **** Apple officers,
    I'm MinKyung Han who live in the Launceston. Actually, i have a question about the iPone 4S refer bushed becaues my iPone have techical erorrs, and it still expose amount of thermal energy in which lack of capacities in the battery. Also, I have not too many use the iPone, but it still hot in battery area. It is so dangerious for me.Thus, I would like to refer my iPone 4s if i can. However, alredy you know, I live in Launceston, Tasmania, where I cannot find Apple store. So, can you tell me what sould i do? such I need to send a parcel which included the iPone for you guys?
    Thank you
    MinKyung Han

    Tom, is it acceptable to use FCP7 Log & Transfer when importing card media (like I have been doing in the past) and then close FCP7 and open FCPX and import those ProRes clips - since they're in the RAID, already labeled and trimmed, and already "optimized"?  Does that sound like something that will work for me and work with FCPX?

  • Why the apple tell that they could'nt activate my iphone, they told that try again later, can you tell me what time i could activate my iphone 3gs, i just updated ios 6.1.3

    why the apple tell that they could'nt activate my iphone, they told that try again later, can you tell me what time i could activate my iphone 3gs, i just updated ios 6.1.3

    See your other post on this Topic...
    https://discussions.apple.com/message/22408061#22408061

  • My computer temp runs at 120 degrees. I used scmfancontrol but it did not lower the temp much. Can you tell me what I can do to make it work or any other suggestions to fix this would be most appreciated.

    My computer temp runs at 120 degrees. I used scmfancontrol but it did not lower the temp much. Can you tell me what I can do to make it work or any other suggestions to fix this would be most appreciated.

    To get rid of "pop-up ads and other crap on my computer when I am on the internet", click on Safari in the Menu bar, and select Preferences. Next select Extensions. Delete all of them. Restart Safari.
    The first step in addressing the black screen is an SMC reset.
    Shut down the computer.
    Plug in the MagSafe power adapter to a power source, connecting it to the Mac if its not already connected.
    On the built-in keyboard, press the (left side) Shift-Control-Option keys and the power button at the same time.
    Release all the keys and the power button at the same time.
    Press the power button to turn on the computer. 
    Note: The LED on the MagSafe power adapter may change states or temporarily turn off when you reset the SMC.
    Excerpt from
    http://support.apple.com/kb/ht39

  • My Mac says i do not have sufficient permission,( though I've repaired permissions and checked that I'm an administrator of this computer) to upgrade- can you tell me what the problem is? Mac 10.5.8

    My Mac says i do not have sufficient permission,( though I've repaired permissions and checked that I'm an administrator of this computer) to upgrade- can you tell me what the problem is? Mac 10.5.8
    == This happened ==
    Every time Firefox opened
    == I attempted to upgrade from 2.0 version ==
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16

    See http://kb.mozillazine.org/Installing_Firefox#Mac_OS_X
    If you have Mac OS X 10.5 or newer then do this:
    Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    Trash the current Firefox application to do a clean reinstall.
    Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • Everytime i try to download illustrator an error occurs U44M1I210. Can you tell me what this is? I even tried uninstalling an downloading the cloud again, but the same error occurs.

    Everytime i try to download illustrator an error occurs U44M1I210. Can you tell me what this is? I even tried uninstalling an downloading the cloud again, but the same error occurs.Everytime i try to download illustrator an error occurs U44M1I210. Can you tell me what this is? I even tried uninstalling an downloading the cloud again, but the same error occurs.

    U44M1I210 - Creative Cloud Help / Error U44M1I210 | Install updates :
    http://helpx.adobe.com/creative-suite/kb/error-u44m1i210-installing-updates-ccm.html

Maybe you are looking for

  • Problem with a Table of a RFC-Function

    Hi, I wrote a function where I get a picture (in a byte-Array). But I get a defekt Stream from the JCO. Several time the JCO give not the result but a ?. Here the ASCII-Code of the orig File: ÿØÿà  JFIF     ` `  ÿþ  Created by AccuSoft Corp. ÿÀ    °

  • Wont reboot past start up, recovery now looping!

    Help! my phone has been freezing up lately, normally if i take the battery out, put it back in and then turn it back on it will be fine, but now i cant get my phone to boot past that very first white HTC startup screen. I tried rebooting it in recove

  • Reader XI isn't printing highlights but ink cartridges are & full print colors OK in Word, etc.

    My Reader XI isn't printing highlights but ink cartridges are & full print colors OK in Word, etc. How can I correct this?

  • Multiple mitigation controls assignment through CUP

    Dear All, We have implemented CUP 5.3 and under SP9. We have multiple controls addressing same risk where in we are supposed to assign multiple controls to the users. When the manager is assigning multple controls, the old one is getting replaced wit

  • BSP error at StartCourseNow Button

    Hi, Iam facing an issue when clicking on StartCoursebutton in  SAP LSO Portal.The navigation is like this. Login to Portal / Learning Portal / Training Activities / Webbased training / WBT / Coursename  So when i click on 'Start Course Now'  button i