Pop up message help for 'POPUP_TO_DISPLAY_VALUE'

Hi friends,
I want to display a pop up message in the screen with my input variables.
Which function module can assign for this....
i.e., just wants to display the information,i passed thru var/field.PLs reply.
******If it can be done thru error message(not from message classs), pls notify me.
Pls post ur comments with some good example codes.
thanks & regards
sankar.
Edited by: sankar babu on Jan 3, 2008 1:14 PM

Hai,
You can use 'POPUP_TO_CONFIRM'.
See the below example:
data: asdf(60) type c.
message i000 with 'aer' 'Eswar' into asdf.
CALL FUNCTION 'POPUP_TO_CONFIRM'
  EXPORTING
  TITLEBAR                    = ' '
  DIAGNOSE_OBJECT             = ' '
    text_question               = asdf
  TEXT_BUTTON_1               = 'Ja'(001)
  ICON_BUTTON_1               = ' '
  TEXT_BUTTON_2               = 'Nein'(002)
  ICON_BUTTON_2               = ' '
  DEFAULT_BUTTON              = '1'
  DISPLAY_CANCEL_BUTTON       = 'X'
  USERDEFINED_F1_HELP         = ' '
  START_COLUMN                = 25
  START_ROW                   = 6
  POPUP_TYPE                  =
IMPORTING
  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.

Similar Messages

  • Auto pop alter message - Help needed

    Hello Experts,
    I need your little help in making the select list editable. Does any of you have any idea?
    Please find the following information/details:
    I have an appointment page where I need to set an appointment.
    So I have 7 fields (same as of my table - Appointments) on my page
    Pxx_Start_Date (appointment start date) (date picker)
    Pxx_From_Hour (appointment start hour) (select list 00 to 23)
    Pxx_From Min (appointment start minutes) (select list 00, 15, 30, 45)
    Pxx_End_date (appointment end date) (date picker)
    Pxx_End_Hour (appointment end hour) (select list 00 to 23)
    Pxx_End_Min (appointment end minutes) (select list 00, 15, 30, 45)
    Pxx_Description (appointment description) (text item)
    All appointments are stored in Appointments table.
    and what I required is:
    * to alert (Pop a Message) the user before 15 minutes of the next appointment.*
    eg: start_date - 08/12/2009, from_hour - 15, from_min - 30, end_hour - 16, end_min - 00, end_date 08/12/2009 and Description - Apex meeting, room no 1.
    So it should alert at 15:15.
    Your help would be appreciated. It would be nice if you can put an example with steps on apex.oracle.com.
    Kind Regards,
    Bhavin
    London, UK

    Hi here's a starting idea....
    Put this in your HTML Header of the page (or in the page template)
    <script>
    function alertMe(){
    if (document.getElementById('alertMe'))
    {alert('Get to your meeting!');
    </script>Then put this in the HTML body attribute
    onload="alertMe();"Then create an application process On-load like this
    BEGIN
    htp.p('<div id="alertMe"></div>');
    END;Just stick your logic in that application process so if the user is due then do the htp.p, and end if.
    Cheers
    Ben

  • Messages help for Macbook Pro

    how do you get your phone number to show up when you send a message from your mac, and not your email?

    There is software for the Mac Phoneview, and both the Mac and PC is Touchcopy. I know that Touchcopy works, I have used it on my PC. They have a free trial, I'm just not sure how much you can get off the phone with that. You can check on it.

  • Keep getting pop-up message re updating RSS feed for twitter

    Please advise why I get this pop-up message. After I get it and fill in the info, I get another pop-up message asking for the same info, which doesn't take. What's going on? My Safari version is 4.1 (4533.16)
    Enter your name and password to update the RSS feed.
    To update the RSS feed “Twitter / mimbrava with friends”, you need to log in to the area “Twitter API” on twitter.com. Your password will be sent in clear text.
    Name:
    Password:
    _ Remember this password in my keychain
    Cancel Log In

    Ok...
    From your Safari Menu Bar click Safari / Preferences then select your Security tab.
    Click: Show Cookies. Delete all Twitter cookies.
    And in the Preferences pane select the RSS tab. Click: Check for updates. Select: Never
    Restart your Mac.
    See what happens when one is a senior citizen, Carolyn? You've got a great memory!
    It rang a bell. I've never seen this behavior before with pop ups from Twitter. Interesting...

  • Why do i keep getting a pop up menu for automatic downloads? I turned it off in the preferences, but it keeps popping up, asking me for my password.

    Why do I keep getting a pop up menu asking me for my password in itunes to enable automatic downloads? I turned it off in the itunes preferences several times.  iTunes still gives me a pop up message asking for my password.  Please help.

    Automatic downloads is for when you download something on your iPhone, iPod touch or iPad and automatic downloads will download these on your Mac or pc, eliminating the need for syncing. But I have limited bandwidth at home so I do not want this feature. Mine actually stopped bugging me for now, I cruised around the whole community looking for an answer and different things seems to be working for different people. It just seems to be a bug that will hopefully be fixed in an update. For me, I put in my password, even though I didn't want it, made sure it's not set to allow automatic downloads and tested it and it worked. It hasnt bugged me since, but it may come back over time.

  • I spend a long time to try to sync my itunes music on my ipod 160 GB Classic, but after waiting so long get a pop up message that itunes stop syncing because of error 46, some times giving me 58, 1469, and many other numbers, please help macbook pro

    i spend a long time to try to sync my itunes music on my ipod 160 GB Classic, but after waiting so long get a pop up message that itunes stop syncing because of error 46, some times giving me 58, 1469, and many other numbers, please help am using macbook pro

    That is precisely what my mid-2010 MacBoook Pro 13 was doing before the drive finally died after an Apple Genius rebooted it a dozen or so times. I have since read about the exact same thing happening to others, including a writer for The Atlantic magazine who had never had an issue with a Mac before. Do a back-up ASAP to make sure you don't lose anything and see about replacing the HDD. It is only about $140 for a new drive. The real issue is if you lose your data, too. So, make sure you do that back-up!

  • F4 help for pop up window

    Hi guys,
                 for pop up window i need f4 help..... actually wt the task is if i  give the program name, that program contents have to save in a text file... for that i need to specify the path ie., where i have to save the text file...
                i have done some coding on it i dont weather the function module i used is correct? and for that i need f4 help....
             so plx tell me how to use f4 help for the function module and also wt is the exact function module for pop up window....
    here is the code.............
    REPORT  ZTEST_DOWNLOAD.
    PARAMETERS :  P_PROG(30) TYPE c.
    DATA: ITAB TYPE TABLE OF STRING.
    READ REPORT P_PROG INTO ITAB.
    CALL FUNCTION 'RSO_DIRECTORY_POP_UP'
    IMPORTING
      E_DIRECTORY       =
    EXCEPTIONS
       FAILED            = 1
       CANCELLED         = 2
       OTHERS            = 3
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    START-OF-SELECTION.
    data: progname type string.
    progname = P_PROG.
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
      BIN_FILESIZE                    =
        FILENAME                        =   PROGNAME
        FILETYPE                        = 'ASC'
      TABLES
        DATA_TAB                        = ITAB
      FIELDNAMES                      =
    EXCEPTIONS
       FILE_WRITE_ERROR                = 1
       NO_BATCH                        = 2
       GUI_REFUSE_FILETRANSFER         = 3
       INVALID_TYPE                    = 4
       NO_AUTHORITY                    = 5
       UNKNOWN_ERROR                   = 6
       HEADER_NOT_ALLOWED              = 7
       SEPARATOR_NOT_ALLOWED           = 8
       FILESIZE_NOT_ALLOWED            = 9
       HEADER_TOO_LONG                 = 10
       DP_ERROR_CREATE                 = 11
       DP_ERROR_SEND                   = 12
       DP_ERROR_WRITE                  = 13
       UNKNOWN_DP_ERROR                = 14
       ACCESS_DENIED                   = 15
       DP_OUT_OF_MEMORY                = 16
       DISK_FULL                       = 17
       DP_TIMEOUT                      = 18
       FILE_NOT_FOUND                  = 19
       DATAPROVIDER_EXCEPTION          = 20
       CONTROL_FLUSH_ERROR             = 21
       OTHERS                          = 22
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Thanks in advance..............

    Use this code.. F4 help for both Application as well as Presentation Server..
    *                      Form  FILE_F4_APP
    *      Help on Selection-screen for file on Application Server
    form file_f4_app .
      call function '/SAPDMC/LSM_F4_SERVER_FILE'
        exporting
          filemask         = space
        importing
          serverfile       = p_name
        exceptions
          canceled_by_user = 1
          others           = 2.
      if sy-subrc is not initial.
        p_name = space.
      endif.
    endform.                    " FILE_F4_APP
    *                      Form  FILE_F4_PRE
    *           Filename F4 help for Presentation Server
    form file_f4_pre .
    * Local Constant
      constants: l_c_p type c length 1 value 'P'.
    * Local Data
      data: l_path type c length 255.
      call function 'F4_DXFILENAME_TOPRECURSION'
        exporting
          i_location_flag = l_c_p
          i_path          = l_path
        importing
          o_path          = l_path
        exceptions
          rfc_error       = 1
          error_with_gui  = 2
          others          = 3.
      if sy-subrc eq 0.
        p_name = l_path.
      endif.
    endform.                    " FILE_F4_PRE
    Please award points..
    Thanks,
    Rahul

  • Hi there, I can't install Photoshop CC on my computer. The pop-up message directs me to press "Retry" every time I try to install the program. Thanks for your time and consideration!

    Hi there, I can't install Photoshop CC on my computer. The pop-up message directs me to press "Retry" every time I try to install the program. I'm a bit unsure of what to do from here. Any help is appreciated!
    Thanks for your time and consideration!

    YOu have not provided any system info or other technical details, so we can't know.
    Mylenium

  • Pop up message for 0019 infotype

    Hi gurus,
    can you help me out  my requirement is when ever i mainatain infotypes 0016 and 0019 system should pop a message showing the reminder date for that event can you tell me how can i do it .If i run a standard report date monitoring  i can see the data but i need automatically generated POP up message.
    Regards
    Smitha

    Hi,
    You can use Dynamic actions to get this done, please check table T588Z to do this configuration. Hope this will help you, Thanks.
    Regards,
    Sridhar.

  • Pop up message for pending sales order.

    My requirement is whenever a zgor sales order is being created for a particular material,if a pending sales order exists for the same material,the message should pop up : "number of sales orders pending for the given material",
    Pls help me how to write coding for this to deliver a pop up message.

    Hi,
             You need to find the correct exit for your req.  se38 -> sapmv45A-> INCLUDE MV45AFZZ and check the triggering point before saving the sales order . Write your necessary POPUP code..
    Regards,
    Kumar.

  • Pop up message for advance not coming at the time of invoicing.

    Dear All,
    The moment IV is being made pop up message for advance is not coming for those vendors who have been posted with advance before Apr.2010. Apr.2010 onward it is coming correctly for same vendors. FBKP checked and found ok about message setting.
    Please help me out of this issue.....
    Thanks and regards,
    DNJ.

    HI,
    Have you done the miro for capturing all the custom duties .iF done, the system will ask for the commercial invoice no during MIGo, then enter the corresponding invoice no and year, then the system will take you to the excise tab.
    Regards,
    velu

  • Message "Use the most recent SAPGUI version" in search help for CC or GL

    Hi,
    Would anybody know how to make the pop-up message "Use the most recent SAPGUI version" disappear when using the cost center or G/L account search help during shopping cart creation. We are using SRM 4.0 (SRM Server 500) connected to ECC 6.0 backend.
    I've tried looking at SAPnote 929208 which essentially is for correcting the same message for a 640 WAS connection to a 700 WAS but the kernel patches recommended are already installed in the system (current patch level for both systems even exceeded recommended kernel patch levels).
    Thanks and regards,
    Joy

    Hello,
    Please  check the attached note 1005358.
    Note: Customers using SRM 4.0, which allows using integrated ITS 6.40,
    must use the integrated ITS 6.40 if they wish to use ERP 2005 (ECC 6.0)
    as a Backend system. No code changes will be done for SRM 4.0.
    In order to maintain the product version please check the following;
    http://service.sap.com/system-data, note 172481.
    Also, check the following notes:
    929208 - 640 RFC branch, "Use the most recent SAPGUI version"
    721993 - ITS updates in Release 6.40 (SAP Integrated ITS)
    I hope it helps.
    Kind regards,
    Gaurav
    PLEASE GIVE FULL POINTS FOR USEFUL REPLIES

  • Sign into iCloud pop-up message on iPad2 won't disappear off screen, have reset password multiple times but it is saying incorrect. Please HELP unable to use iPad as message appears every few seconds, iPad was working fine until now.

    Sign into iCloud pop-up message on iPad2 won't disappear off screen, have reset password multiple times but it is saying incorrect. Please HELP unable to use iPad as message appears every few seconds, iPad was working fine until now.

    After the restore did the phone work properly for a while? Say, a day or so?
    If so it is possible you have an app that doesn't let go of memory properly. I reboot my iPhone ( hold sleep/wake and hole till you see the apple logo) every few days. This resets the memory. The iPhone OS has doesn't seem to mange memory very well yet. So a reboot will help with that. I have had my phone almost slow to a stop before I started rebooting. Always reboot after installing a new app. Also do you close all pages in Safari when you are done? This is a good practice. Safari will run in the background and use processor time and drain your battery quicker. Create a new blank page then close all others when you are done browsing for a while. I have also found that certain web site that have animated images like weather maps will turn the phone into molasses. As soon as i close that page it gets faster.
    If all of the above have no effect then as Tamara said it is time for a trip to the Genius bar.
    Good luck

  • I can connect to all my Iphone applications, however I cannot to Itune store from my Iphne. A message saying: you cannot connect to Istore, your connection appears off, pops up. Help please

    I can connect to all my Iphone applications, however I cannot to Itune store from my Iphne. A message saying: you cannot connect to Istore, your connection appears off, pops up. Help please

    Hey joshuafromisr,
    If you resintall iTunes, it should fix the issue. The following document will go over how to remove iTunes fully and then reinstall. Depending on what version of Windows you're running you'll either follow the directions here:
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    http://support.apple.com/kb/HT1925
    or here:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/HT1923
    Best,
    David

  • I have the interactive student mathematics CD from Haese & Harris Publications that requires Adobe Reader and includes a 'Self-help Tutor". I can open all the features using Adobe Reader except the Self-Tutor. I get a pop-up message saying I require an ap

    I have the interactive student mathematics CD for the Cambridge IGCSE Mathematics (0607) Extended from Haese & Harris Publications that requires Adobe Reader and includes a 'Self-help Tutor". I can open all the features using Adobe Reader except the Self-Tutor. I get a pop-up message saying that: I require an app to open "26Unitary Method.app". I can find no mention of this app online so can someone please help me?
    Thank you.

    Thank you for the prompt reply.  The CD says that it needs Adobe Reader (and it does read the 'Text book'), but it is not opening the interactive elements. Great!
    I am doing as you suggest and contacting Haese directly. Again, many thanks.

Maybe you are looking for

  • Down payment block indicator

    While posting a down payment to vendor through F-48, the item is automatically blocked. Can someone explain the reason behind this.

  • Production order Basic start date calculation

    Hello PP Sapperu2019s, I have an production order for total qty - 865,00.This production order created on 11.08.2011 and I could able to see the Basic start date as 26.06.2011.Please let me know how this basic start date gets calculated. I mean what

  • Tolerance key Unplanned cost in miro

    Hi, how can tolerance % maintain for Unplanned cost in MIRO so that posting can be blocked for payment. any user exit or Std BADI ? Regards, Pardeep Malik

  • Assessment Cycle in Profit Center

    Hi, Need urgent help. I'm running an Assessment Cycle for Profit Center but every time system does not select any sender or receiver. Error message: Cycle 8ATEST1, start date 20070401, does not include any senders. Message no. GA749 Diagnosis No send

  • App world keeps giving me the error message

    I have a blackberry Q10 and everytime I try and download something from the app world it keeps giving me the error message of ' an error has occured. Please try again later' this started happening when I upgraded my app world.