How to create pop ups  in abap !

When  a particular action will be done or a button eill be pressed a pop up will be created ...please help me with code...any standard function module ?????

and how to get the fields in the pop-up window? if any func. module is there , what are the parameters to be passed?
USE THIS fm POPUP_TO_DECIDE_INFO .
Parameters required for this FM is the Text you require to display on the popup window.
Two buttons automatically comes on this window a Tick and a x sign if you click tick the output varaible ANSWER is J else it is A .
check this [link|http://sap-img.com/abap/abap-pop-up-window.htm]

Similar Messages

  • How to block pop ups gone wild..???

    how to block pop ups on my macbook pro.?
    i been experiencing this since 1month now got tired of it!!!

    You likely installed adware.
    http://www.thesafemac.com/art/

  • How to create function module in abap for VirtualProvider in bi

    how to create function module in abap for VirtualProvider in bi ???????????????
    can any one help me with simple example ?????????????????
    Moderator message : Duplicate post locked. Read forum rules before posting.
    Edited by: Vinod Kumar on Jun 15, 2011 4:40 PM

    Hi ,
    Thanks for replies about my question??.
    If i am using the exit in my char relation ship how can i debugg that exit???
    if i am using BPS0 how to do it???If i am using BPS_WB how to do it??
    Case1.Variable (type Exit) I known how to do debugg this one in BPS0 but i'm not sure in BPS_WB??
    Case2:Char Relation Ship(Type Exit) how to do in BPS0 and BPS_WB??.
    Thanks.

  • "How to create new client in ABAP sneek Preview "

    HI ,
             Can anybody tell me how to create new client in ABAP sneek preview , i had  create  a new client 100 and tried to enter with Cilent 100. User : SAP* , and Password : pass. But i'm unable to log into the sap system.

    Hello,
    perhaps this will help you --> <a href="http://www.sap-img.com/bc049.htm">instructions</a>
    And this quote from another thread:
    <i>in SAPNW2004sSneakPreviewABAP this procedure only works if the system <b>profile parameter login/no_automatic_user_sapstar is set to 0</b> (and the system restarted after that), otherwise you will have a new client without any user thus useless ;-).</i>
    Regards,
    Norman

  • HOW TO CREATE AUTHORISATION OBJECT IN ABAP PLEASE HELP

    HOW TO CREATE AUTHORISATION OBJECT IN ABAP PLEASE HELP

    You can Use Transaction code: RSSM
    Check the following link
    http://www.sap-img.com/bc042.htm
    In SU20 you will have to create a CLass.
    After saving this double click this and you will taken to another screen where you can create Auth Object.
    You can create authorization fields in SU21 or use existing ones.
    You can also do above thru tcode SE80 Edit -> Other Object. In one the tabs you will see Auth. Objects .

  • HOW TO creat  BAR CHART using ABAP Programming

    DEAR ALL,
    I want some help as to how to creat GRAPHICAL display using ABAP programing (BAR CHART) any sample codes Example will be very helpful.
    Regards,
    VJ

    On earlier versions, you can do something like this.
    [code]
    REPORT ZRICH_0005 .
    DATA: BEGIN OF ITAB_DATA OCCURS 0,
               DATANAME(15),
               QUANTITY1 TYPE I,
               QUANTITY2 TYPE I,
               QUANTITY3 TYPE I,
          END OF ITAB_DATA.
    Data: BEGIN OF ITAB_OPTIONS OCCURS 0,
               OPTION(20),
          END OF ITAB_OPTIONS.
    ITAB_DATA-DATANAME = 'Maple'.
    ITAB_DATA-QUANTITY1 = 5500.
    ITAB_DATA-QUANTITY2 = 6200.
    ITAB_DATA-QUANTITY3 = 5900.
    APPEND ITAB_DATA.
    ITAB_DATA-DATANAME = 'Oak'.
    ITAB_DATA-QUANTITY1 = 3500.
    ITAB_DATA-QUANTITY2 = 5200.
    ITAB_DATA-QUANTITY3 = 4400.
    APPEND ITAB_DATA.
    ITAB_DATA-DATANAME = 'Cherry'.
    ITAB_DATA-QUANTITY1 = 1800.
    ITAB_DATA-QUANTITY2 = 2200.
    ITAB_DATA-QUANTITY3 = 1900.
    APPEND ITAB_DATA.
    CALL FUNCTION 'GRAPH_MATRIX_3D'
         EXPORTING
              COL1        = 'Jan'
              COL2        = 'Feb'
              COL3        = 'Mar'
              TITL        = 'Lumber Usage in $'
         TABLES
              DATA        = ITAB_DATA
              OPTS        = ITAB_OPTIONS
         EXCEPTIONS
              OTHERS      = 1.
    [/code]
    Regards,
    Rich Heilman

  • How to allow pop-ups in iPad Safari

    How to allow pop-ups in iPad Safari?

    Do you have an Exchange (e.g. a work) email account set up on the iPad ? If you do then it's possible that the account profile is preventing you turning popups 'on', in which case you would need to contact the email account administrator

  • How to create pop-up window to search for items

    Hi,
    I want to create a pop-up window were the user will be able to search for an item and select it.
    How can I use a pop-up window in a portlet? Is there any api in the pdk for creating pop-up windows?
    Thanks

    Hi,
    Can you let me know why you are trying to use a popup window for searching?
    You can always add a search portlet - Basic,Advanced,Custom
    - which will give you the link to the respective searched items.
    I couldn't get a clear idea of your requirement.
    Thanks.

  • How to create a job thru ABAP program for calling a program with variant???

    Hello experts,
    can u give me step wise procedure to create jobs for  a program with a variant name thru ABAP???
    Also, can a transaction can be scheduled as a job to run in background with a variant name???
    Edited by: SAP USER on Jul 22, 2008 6:08 AM

    Hi,
    To create a job through ABAP program you can do the following.
    Go to Menu bar.
    In there, go to   SYTSTEM> SERVICES> JOBS--> DEFINE JOB.
    Then give the JOB NAME and CLASS in the screen that comes up.
    This is how we schedule a program.
    Now, to create a variant for a program -
    First activate your program in SE38. Then execute it .
    Now, click on SAVE button. It will open up  the variant creation screen. Give the details there like variant name and value for the fields. Save and come back.
    Hope this helps.
    Regards,
    Hari Kiran

  • How to allow pop-ups in Safari for all users

    How do you allow Safari pop-ups for all users? After rolling out 50 Mac OSX with Safari comes default with Safari pop-ups disabled, now I must allow pop-ups for all users logging in.
    Good day!

    Do you have an Exchange (e.g. a work) email account set up on the iPad ? If you do then it's possible that the account profile is preventing you turning popups 'on', in which case you would need to contact the email account administrator

  • How to create a tcode for abap query

    how to create a transaction code for abap query,
    i used a single table , my requirment is as i enter the tcode i should get the selectioin screen of my query.

    Hi
    Follow this
    . Make a transaction with parameters transaction from se93 .
    2. Put START_REPORT in the transaction
    3. Check the skip intial screen checkbox
    4. in the table control in the end of screen put these values
    D_SREPOVARI-REPORTTYPE = AQ
    D_SREPOVARI-REPORT = <USER GROUP in WHICH THE QUERY IS CREATED> G
    (G stands for GLOBAL AREA:)(Entered after a space)(G should come after 9
    chanracters(8 char for user group,one space and then G)
    D_SREPOVARI-EXTDREPORT = <QUERY NAME>
    refer this:
    http://sap.ittoolbox.com/groups/technical-functional/sap-dev/how-to-assign-a-tcode-to-a-sap-query-579623
    Regards
    Shiva

  • How to Create an XML using Abap Objects

    Hi there,
    who has an example how to create an XML Document from an internal table using abap objects
    e.g. Class CL_XML_DOCUMENT_BASE ?
    any feedback is welcome.
    thanks
    Johann

    Hi Johann,
    You don't need a class to do the job if you are on a 6.10 or higher system. Use command CALL TRANSFORMATION to create an XML from an internal table.
    Regards,
    John.

  • How to create Transaction code for ABAP and execution by other user

    Hi All,
    Could someone please let me know how to create transaction code in detail for ABAP program. Step by step procedure expected. I would like to know how other user can execute the report using same transaction code which I have created.
    More about authorization.
    Thanks in advance.

    Hello,
    You can create transaction code from se80 as well.In object navigator,right click on your program name and create->transaction code.You can create transaction and select if it is only a report,a report with selection-screen depending on your requirement.You can run your report directly by entering the transaction code in the command field.
    You can authorise the users who can use your transaction:
    <b>Authorisation objects</b> are used to restrict certain transactions to users.Critical data must be protected from unauthorised users.For example,the head has access to certain data.But it cannot be accessed by his subordinate.For this we need to define <b>roles</b>.
    •Create an authorization object with transaction SU21.
    An object usually consists of the ACTVT (activity) field and one other field,which specifies the data type to be protected.By ACTVT, we can decide if the data is accessible for change,display only etc.
    •Add authorization fields to the authorization object created.
    •Assign the authorization object to the transaction using SE93.
    Attach the authorization object to the role using transaction PFCG.
    If you want <b>to assign roles</b>,use transaction PFCG.Create a new role.In the AUTHORIZATIONS tab,you can get a self generated profile name and a profile text by clicking on the icon next to it.Then go to the "Change Authorization data" and choose an authorization template.Then you can choose to display/change/create an activity and after the selection,click on the red and white circle.The profile will now be created.
    In the user tab,you can give the user details who can use this role.
    <b>Also check this link:</b>
    http://www.*********************/r3_security/r3_security_tips.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/52/6716a6439b11d1896f0000e8322d00/content.htm
    <b>Very helpful guide:</b>
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a92195a9-0b01-0010-909c-f330ea4a585c
    Regards,
    Beejal
    **Reward if answer is helpful

  • How to disable pop-ups

    I seem to have a bit of an issue on my MacBook Pro with pop-ups. I use Google Chrome and I thought this was a Chrome issue. I uninstalled the program and re-installed it, but when I used Safari to re-install, I had pop-ups come up on Safari, so it isn't a Chrome issue.
    I am unsure if this is a Java plug-in issue or what, but I'm getting pop-ups everywhere and I do work quite a lot on my MacBook. I keep getting pop-ups such as MacKeeper, Purifier, EuroMillionaire, etc. I noticed I had MacKeeper and removed it. I will admit, I was working rapidly on Friday afternoon and I think I may have disabled Java or something. I am not sure how to go to the settings and adjust this.
    Please let me know how I can erase this. I've had this MacBook since late 2008 and haven't had this issue. I am on OS X 10.9.5 if that matters. Thank you in advance.

    One of the best tools available is to go to Thomas Reed's site, http://www.thesafemac.com then the link to AdwareMedic and get his little program AdwareMedic.  That will block adware popups and remove adware that may be resident.

  • How to remove pop ups and flash mall ads

    When I follow the first step of the instructions from Linc Davis on how to get rid of pop ups flash mall on how to get rid of pop ups flash mall
    I find the following at ~/Library/LaunchAgents:
    com.extensions.updater67619.agent.plist
    com.extensions.updater67619.ver
    com.extensions.updater71471.agent.plist
    com.extensions.updater71471.ver
    com.flashmall1-1.agent.plist
    com.google.keystone.agent.plist
    com.Installer.completer.download.plist
    com.Installer.completer.ltvbit.plist
    com.Installer.completer.update.plist
    com.jdibackup.ZipCloud.autostart.plist
    com.jdibackup.ZipCloud.backupstart.plist
    com.jdibackup.ZipCloud.notify.plist
    com.webtools.update.agent.plist
    UpdateDownloader
    Should I delete all these files???

    Only remove the ones Linc listed; if doing so doesn't remove the adware, keep only the items relating to software you'd like on the computer. Mac OS X doesn't itself put any files in it.
    (124218)

Maybe you are looking for

  • Plug-in update ACR 6.4.1

    Whan selecting "Edit in" option to edit a DNG in Photoshop CS4, I get the prompt, "This version of Lightroom may require the Photoshop Camera Raw plug-in v. 6.4.1 for full compatibility. Please update the Camera Raw plug-in using the update tool avai

  • How do I connect my HP 7 1800 (Mesquite) Tablet to my Canon MP495 wireless printer?

    I have a new HP 7 1800 tablet and want to print to my Canon MP495 wireless printer.  I already have other PC's and laptops using the wireless printing, but don't know how to get my Tablet set up for the wireless printing. Should I direct connect from

  • Non-blocking ServerSocketChannel.accept()

    This may be a dumb question, but what would the motivation be behind utilizing a non-blocking call to the accept method of the ServerSocketChannel? I'm just having a hard time thinking of any, although I'm sure there are good reasons for doing it. Th

  • CS5 : tabs for .php and .css but spaces for .html ?!?

    Hello my problem is simple I modify the shorcuts for text indent to Tab by changing the files Menus.xml and the shorcuts file (these manips are painfull !). I have set 2 spaces as text indent in the preferences BUT it persists to add 2 tabs in php an

  • Best firmware that works on iPhone 4?

    Hi there, I currently have the iPhone 4 running on iOS 6.1.3 (Latest). However, I am not too happy. I don't feel like it is working as well as it should, everything feels laggy, the keyboard responds slowly and apps are slow to start up, especially w