Popup screen with information message in POWL

Hi all,
      I have a scenario like after clicking on action in Powl,  the popup screen should be opened with information message with OK button.kindly suggest on this.
Thanks all

You could also try the approach mentioned in the forum thread:
How to use Javascript in template
Thanks,
Navaneeth

Similar Messages

  • Satellite A350 - Blue screen with error message

    When starting windows7, I am getting blue screen with error message 0x0000116.
    Can anyone assist please?

    It looks like a graphic card driver is a trouble maker.Try to reinstall a graphic card driver in safe mode (f8 on startup). Read this article for information:
    http://social.answers.microsoft.com/Forums/en-US/vistahardware/thread/eb584685-6b8b-4ad7-b6cc-ae5ee78095fb
    It's for VISTA but should be the same for win 7 too.

  • Popup dialog or information message after planning functions run

    Hi Guru,
              Anyone who encounter an issue on BPS where a popup dialog or information message appear with SQL statements (one line of statement per dialog). When I debug it the message was raise by form write_sql_log_begin/end.
    Thanks,
    Irish

    MODULE m_pai INPUT.
    CASE fcode.
        WHEN 'ENT'.
            PERFORM f_force_enter.
            LOOP AT git_tab INTO gwa_tab.
                  PERFORM f_update_it9090 USING l_tabix.
            ENDLOOP.
      ENDCASE.
      CLEAR fcode.
    ENDMODULE.      
    FORM f_update_it9090 USING fu_tabix.
    PERFORM f_read_9090 TABLES lit_p9090 USING fu_tab CHANGING lwa_p9090.
        IF lwa_p9090-pernr IS NOT INITIAL.
      ELSE.
          CONCATENATE fu_tab-pernr text-014 '.' INTO l_text SEPARATED BY space.
          <b>MESSAGE i004 WITH l_text.</b>
          g_final_flag = 'X'.
        ENDIF.
    ENDFORM.          
    FORM f_force_enter.
      CALL METHOD g_alv->check_changed_data
        IMPORTING
          e_valid = g_valid.
    ENDFORM.
    Therefore, when this code is run the statement highlighted in BOLD behaves differently when 'Enter' is strike before save and when 'Enter' is not strike before save.  The f_force_enter subroutine is invoke to cause data_changed method to be invoke to capture relevant data before proceeding to other processing.

  • Blue screen with error message

    Product Name: HP Media Center M7250n Desktop PC
    Product #ED842aa-aba
    I have been getting a blue screen with error messages that ask if this is the first time i get the error and then at the end it says it is dumping memory. I would like to wipe my harddrive and reinstall XP but my system is out of warrenty and HP won't provide me a recovery CD. What are my options.
    This question was solved.
    View Solution.

    Hi,
           You are most welcome. 
    "I work for HP."
    Please click the "White Kudos" star to say thanks for helping.
    Please mark "Accept As Solution" if my help has solved your problem.

  • I had to reboot my iMac, it froze... When I went to reboot it started up as usual... Made power sound, showed apple logo (white screen)... And pin wheel started after 3 to 4 mins., went tblack screen with error messages. Rebooted 5x, won't go paspinwheel

    I had to reboot my iMac, it froze... When I went to reboot it started up as usual... Made power sound, showed apple logo (white screen)... And pin wheel started after 3 to 4 mins., went to black screen with error messages. Rebooted 5x, shot off power source, disconnected external devices... Now won't go past pinwheel... Since it does not go to black screen, I cannot convey error messages... Please advise what I could try... Thank you... I have an iMac 2009... Upgrade operating system to new system this spring... Don.

    It is guitardad's again... I read past topics on this issue... As I am not overly computer savvy, I want to be careful that I don't mess things up further... Of course the extended warranty is done... There is talk about booting from the system disc...  I'm not sure if this is the first thing to do or not... Can the support community, advise me on what logical steps I should take ( in order) or direct me to a website and/ or you tube video that walks one safely through the processes... Once again thank you for reading and offering your advice... I am on fixed $$$ so I'm trying to avoid calling apple, unless I have no options and/or the suggestions do not resolve the issues... Tx again Don.

  • [Solved] There is a yellow triangle at the bottom of the screen with the message "error while signing in"

    Firefox Sync has been working fine between my home computer, work computer and my Android phone but suddenly my home computer has recently stopped syncing. There is a yellow triangle at the bottom of the screen with the message "error while signing in". I have checked passwords and codes on all three devices and check the sync versions are the same. All where correct. I have reinstalled both firefox and sync. I have even tried setting up a new sync account with a different user name but still the same problem. My work computer and phone sync fine but my home computer gets the error. Does anyone have any idea what could be causing this. Any help would be greatly appreciated as this is driving me mad!

    I have now discovered that if I manually disconnect (Tools / Sync / Disconnect) and then sync it works but only once. I seem to be able to repeat this manual process indefinitely. I thought that this might give a better mind than mine a clue.

  • Problem with information message in User exit

    Hi All,
    Iam using the below code in MV45FZZ to check the customer(sold to party) entered in VA31 with a Ztable and popup a message if it exist in the Ztable.
    select single * from zcust into zcust where kunnr = kuagv-kunnr.      
    if sy-subrc = 0.                                                      
    call function 'POPUP_TO_INFORM'                                       
         exporting                                                        
    titel   = 'INFORMATION'                                               
    txt1    = 'Calender day orders for this customer have been blocked'   
    txt2    = 'Please contact [someone] if this block should be removed'  
            TXT3    = ' '                                               
            TXT4    = ' '                                               
         exceptions                                                       
              others  = 1.                                                
    if sy-subrc = 0.                                                      
    leave to screen 101.                                                  
    endif.                                                                
    endif.                                                                
    <b>The problem is, the message needs to be in logon language based.</b>
    I tried to give it in a text element, however it is asking me a access key to enter it in a text element. Also I tried to give just a information message box like this message I088(z2). But this is comming like a success message .  Letme know how to overcome this.
    Regards,
    Senthil

    Hello,
    I have gave similar kind of info message in the same exit like this
    <b>          message i082(Z48SD) with l_r_xvbap-posnr
                                       l_r_xvbap-matnr
                                       text-302.</b>
    <b>Text-302 is created for the same program SAPMV45A</b>
    U could try like this.
    If useful reeward.
    Vasanth

  • Popup screen with two check box and a text area for the user to enter value

    hi,
    i have a requirement when a button is clicked a popup screen should appear with two check box and a text box where the user can enter a value.
    is there any function module which has that functionality

    Hello,
    You can create a new screen and select the screen type as <b>model dialog box</b>.This will give you a<b> pop-up screen</b> and you can call this model dialog box screen in the PAI of the screen where the button is present.(At user-command).
    <b>case ok_code.
    when 'BUTTON'.
    call screen 200 starting at 10 10.</b>
    You can design the PBO of this pop-up screen as per your needs.
    Regards,
    Beejal
    **Reward if this helps.

  • When using mail icon i get a blank screen with No message selected on the RH side. Top left is the word thread in  black . all other buttons are greyed out except the send new mail one. Cna anyone help?

    Email does not appear when using the mail icon on the home screen. I get No message selected showing on the rh side of my screen with the left hand third of the screen blank. Buttons on the top line are greyed out except the new mail one. The word thread appears in black on the top left hand side of the screen The only way out is to close the screen. all other apps work okay.

    Hello calverone,
    Thanks for using Apple Support Communities.
    To start troubleshooting this issue where the Mail application is not appearing correctly on your iPad, I'd like you to please force the Mail app to quit, and then restart your iPad.
    iOS: Force an app to close
    Turn your iOS device off and on (restart) and reset
    Have a great weekend,
    Alex H.

  • Popup with information message in pageTemplate

    Hi all.
    It's a mixed question about ADF and WebCenter but i think it's an ADF Issue.
    Scenario:
    - Page Template with an af:popup.
    - Page Style base of my ADF Pages.
    I have next goal:
    I have an af:popup in Page Template that i want to invoke during page load. In page style (where is af:document...) i'm able to launch popup during "load". However i need to do all in Page Template.
    Is there any way to invoke af:popup in a pageTemplate render? ADF Javascript... etc... .
    Is there any way to show easily contextual information in Page Template when all page is loaded?.
    My enviroment information is:
    - Oracle WebCenter Portal : Spaces PS5 (11.1.1.6).
    - ADF 11.1.1.6
    Thanks.
    Regards.

    You could also try the approach mentioned in the forum thread:
    How to use Javascript in template
    Thanks,
    Navaneeth

  • Black screen with apple message

    Tried to connect with a blue tooth device. The screen turned black and message said- restart by switching off iMac and contact apple..
    Worried the machine has been hacked.

    Hello Cling4
    What steps in the article that you came from have you tried to get it to come back up? Also try the article below to see if you can get it to come up on your computer. One last troubleshooting step you can try is to try and restore your iPhone on a different user of your computer.
    If you can't update or restore your iOS device
    http://support.apple.com/kb/HT1808
    Regards,
    -Norm G.

  • I just did a software update from Apple for my Mac Book Pro and it crashed severely. Now it will not boot-up. I had the fading down screen with a message saying to hold down the on Button to reboot but it will not, it starts up with the same massage.

    It also comes up with some and more of the info below, whatever it means?
    Panic CPU 0 <Panic>
    Unable to find perform kext scan:
    Debugger called <Panic>
    Can’t perform kext scan:
    SD process name corresponding to correct thread
    MAC OS Version:
    Not yet set.
    What do I do, can anyone help me?
    I also updated a Mac Mini and iMac with no problems.

    unfortunatly i had no Backups.
    You should make sure to correct that as soon as possible.  All computers, regardless of make and model, are ticking time bombs.  Hard drives can die at any time, leaving you with an inert chunk of metal that may still contain your data, but in a form that is totally inaccessible without paying thousands to a company that will disassemble the drive in a clean room and read what data they can off the platters.
    I wonder why should that happen. It was a simple update. Why should an update ruins all my works and my computer...
    It is not the update itself, but the fact that you had corruption in your hard drive's data structures, and writing the thousands of files required by the updater worsened that corruption, damaging the system in the process.  These problems can be avoided by repairing your hard drive with Disk Utility prior to installing any system update.  Most likely, Disk Utility won't find anything to fix, but when it does, you'll be glad you did it before installing the update!

  • Pease help. White screen with a message on it that I don't understand!!

    When I turned my ipod on today i got a white screen that says connect to your computer...Use iTunes to restore. THen it just dies. PLease help...

    http://support.apple.com/kb/ht1212
    MacBook Pro, Mac OS X (10.8.2) 2.4GHz IntelCore i5 320 HD 8GB RAM ParallelsDesktop8.0 iPhone5_iOS6.0.2

  • IPhone 5 Black screen with weird message and Dismiss Button

    I have gotten this a couple times. My iPhone 5 was purchased from an apple store and isn't jailbroken.
    Why do I get these and what can I do to stop them?
    Thanks!

    Clear your Safari cache in Settings > Safari > Clear History and Clear Cookies and data.
    Change your Apple ID password.
    Do a reset (Hold Sleep/Wake and Home buttons about 10 secs or more till Apple logo appears, ignore the Slide to Power Off that appears)
    Note: You will not lose any data.

  • When trying to save page in Yahoo! Bookmarks, I receive blue screen with message:A problem occured while trying to save bookmark. Please try again later. I get the same message every time.

    When I click on Yahoo Bookmark Icon & click on Save this page,
    I get the normal screen Save To My Bookmarks, etc. I fill out as
    normally & click save. That is when I receive blue screen with above message. Frustrating because it lets me go through the process but then will not save. Is this a cookie or privacy issue??

    At the top of yahoo bookmarks there is a message:
    To Yahoo! Bookmarks users:
    Yahoo! Bookmarks is transitioning and will be exclusively available via Yahoo! Toolbar. During this transition, you will be able to access your bookmarks in read-only mode.We expect the transition to be fully complete by October 20, 2011, after which you will have access to your bookmarks with the ability to add/ edit/ delete bookmarks.
    Please download Yahoo! Toolbar for a full bookmarks service. We sincerely apologize for any inconvenience during this period.
    But the toolbar dosn't work either, even after it is updated, so we may just have to wait.
    Hope this helps :)

Maybe you are looking for

  • How to download video files using java

    hi, i am designing a download manager using java. Although i am able to download html pages and images as of now, i am facing problems while downloading the video files. Can somebody please guide me as to how to do this. Thanks in advance, Arun

  • Function module to get GL statement

    Hi... Is there any function module or BAPI to get GL statement ..... Thanks and Regards ..Ahsish Moderator message - Please do not ask the forum to do your work for you - post locked Edited by: Rob Burbank on Jun 1, 2009 10:29 AM

  • Receive empty sender mail

    Hi, i`m new in OCS. I`ve received a mail response from other domain when trying to send a mail this is part of the message: Final-Recipient: rfc822; [email protected] Action: failed Status: 5.5.0 Last-Attempt-Date: Tue, 23 Oct 2007 16:25:29 -0500 Dia

  • Problem displaying table (JTABLE), can u help me?

    Hi 2 all. I'm beginer in java (I have expirience of some yoears developing in pro-C, but not java). I try to create some JDialog using Intellig Idea7. There I create JTable component, try to initialize it with values in the array (that was inialized

  • Email attachments coming as winmail.dat - how to sort this out permanently?

    Since I upgraded to Office 2007 at work, any email received from there that has an attachment is named winmail.dat and will not open. Upgrading my work PC is NOT an option, but I'd like my Mac to be able to recognise the attachment for what it is, ei