Popup with Warning message

All,
In my custom page I want to display a warning message with OK button.... user should click on OK to continue the process....
What is the best way to address this requirement ???

Are you looking for a javascript popup or a confirmation page kind of soln.
If you are looking for a confirmation page kind of soln check OADialogPage samples in Toolbox tutorial
If you are looking for javascript popup check the site,
http://mukx.blogspot.com/2007/07/javascript-in-oa-framework.html
With regards,
Kali.
OSSI.

Similar Messages

  • BI Publisher report ends with Warning Message for Pivot  type reports..

    Hi,
    I had used BI reporting(xml publisher) to develop our all reports and registered in R12 and works fine for all the tabular/forms type reports but it fails with the warning message(colored in yellow) for Pivot type reports. The output comes in xml..
    When I changed the pivot table type report to tabular it comes with pdf. No issues.I do not know how to solve this issue...
    Please help me on this..
    Thanks
    Imran

    Welcome to the forums !
    Pl post details of OS, database and EBS versions, along with the complete error message.
    HTH
    Srini

  • Problem with Warning Message in Financial Transactions eg. F-02

    Hello Experts,
    I have implemented a BTE - SAMPLE_INTERFACE_00001025 as a Z_SAMPLE_INTERFACE_00001025 for Account related transactions say for eg. F-02.
    I had to implement 2 scenarios :
    1)     In which system should display Error Message and stop the user to post FI transaction.
    2)     In which system displays a Warning message but allows the user to continue with the posting of FI transaction.
    The Error message worked successfully as it halted the transaction. But the warning message is not appearing. System is directly posting the FI transaction without showing any warning message.
    I also tried using a status message, but it did not work. Neither did Information message work.
    Here is what I have used,
    I have created a Message class zbudget in which I have specified the messages.
    Message E000(zbudget) with var1 var2 var3. ............. This is working successfully.
    Message W000(zbudget) with var1 var2 var3.............. This has failed.
    Can you please help me out in this.

    Yes, you are correct Deepak.
    The warning message is getting overwritten by the final message "Document Number XXXX is posted in company code YYY".
    Is there any way to display this warning message for some time limit. I tried to use Wait for '2' seconds. But this also did not work.
    Please help me out as I am not getting any workaround for this problem.
    Thanks,
    Danish.

  • How to create a popup with a messages in solaris 8?

    I want to create a simple popup with a OK button when my users logon to the CDE environment informing them about some important stuff.
    How can I do this the easiest way?
    /C

    If your messages are short enough, you can use the existing /usr/dt/bin/dterror.ds script to display the message you want:
    /usr/dt/bin/dterror.ds "Message" "Title Bar" "OK Button Text"
    If you need more than that, you could adapt that script to your needs. Here's the dtksh reference:
    http://docs.sun.com/app/docs/doc/806-2912

  • Help with Warning Message in FCE

    I use MPEG Streamclip to convert MPEG files to Quicktime .mov files. When I import those files into FCE, I receive a warning message (for some files, but not all) that says:
    The following media files are not optimized for FCE. It is highly recommended that you recapture the media to create new copies of the files to improve their performance for multi-stream playback.
    Any idea what might be causing this to happen for some but not all files?

    It appears that the mods have moved your post to the correct forum.
    Here's a tutorial on using MPEG Streamclip: http://www.secondchairvideo.com/?p=739
    Note that it is important that you use settings in MPEG Streamclip that will exactly match your FCE Sequence. For example, if you have a DV/DVCPro Sequence with 48khz audio at 29.97fps in FCE, then in MPEG Streamclip, you choose the DV/DVCPro NTSC compressor, set the quality to 100% and the audio to 48khz BEFORE you export.
    -DH

  • Reg: Uploading data with Warning Message

    Hi,
    I have searched the forum and found a lot of threads related with this. But nothing fits my scenario or I didn't get the solution correctly from them.
    My scenario is I recorded a BDC. When I run it in foreground, sometimes I get warning messages based upon the data to be uploaded. But if I run it in foreground, I press enter and then data will be saved.
    When I run the same BDC in background, the data won't be uploaded as I miss that pressing of Enter there. The thing is that, this warning could happen anywhere (any screen, any field). How can I handle this?
    Regards,
    Jubish

    Hi,
    You should sit with your functional consultant and do the recording part. He should be able to tell you where these warning messages can come. Or please check with him if you can avoid these warning messages. It becomes difficult to handle warning messages in BDC if we don't know where they might come.
    So, once you know where these warning messages come, you can put additional code for enter in your BDC at that place. It should solve your purpose.
    Thanks,
    Archana

  • V490 running solaris 9 with warning messages:

    I have a V490 running solaris 9 with the full recommended patch cluster and the SFS_base packages (and the additional patches) installed.
    Installed in the V490 is 1* SG-XPCI2FC-QF2-Z (dual 2Gb fibre card). On rebooting the v490 the follwing warning appears:
    WARNING: fctl: ULP FCSM version mismatch; please upgrade FCSM
    Does anyone know if this is a major issue and if so is there a fix?
    I have never seem this message before as we usually use the X6768A and maybe there is some difference in the card.

    I am having the same issue after installing the card "SG-XPCI1FC-QF4" on V490.
    I have opened a ticket.
    Is this a major issue or missing patches?.

  • HT5634 iMac (Late 2006 20") with IOS Lion installed Windows 8 via BootCamp4, Then Upgrade to 8.1 Pro. Worked with warning message until today. How do I get out of Windows 8.1 to get back to IOS Lion.

    Until today I was able to ignore the compatability issues warning (I know bad idea to ignore warnings) and move between IOS Lion and Windows 8.1 Pro partitions on my 20" iMac (Late 2006) with Intel processor. After restarting Windows and spending 1/2 hour waiting for it to update (after installing Office 365) Window works fine, but when I activiate BootCamp (from Windows) nothing happens. It opens and gives me the warning with the option to run the program anyway (like always) but it the program never starts. It stays in Windows. How do I get back to IOS 7 Lion so I can upgrade BootCamp 4 to BootCamp 5 which I just saw today as the solution...?

    Power off your computer. Power up your computer, during power up press and hold the option key. When the boot manager appears select OSx.

  • Problem with Warning message

    I use TableSorter from java web and when I run it gave me these warning. How can I fix this thank heaps.
    C:\Project>javac -Xlint *.java
    TableSorter.java:76: warning: [unchecked] unchecked call to compareTo(T) as a member of the raw type java.lang.Comparable
    return ((Comparable) o1).compareTo(o2);
    ^
    TableSorter.java:185: warning: [unchecked] unchecked call to add(E) as a member of the raw type java.util.List
    sortingColumns.add(new Directive(column, status));
    ^
    TableSorter.java:207: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type java.util.Map
    columnComparators.put(type, comparator);
    ^
    TableSorter.java:312: warning: [unchecked] unchecked call to compare(T,T) as a member of the raw type java.util.Comparator
    comparison = getComparator(column).compare(o1, o2);
    ^
    4 warnings
    Appreciate
    Love

    I am still relatively new to java and have a similar issue. I wanted to leverage Vector to create a self-sorting list (imposing a specific object type in the process).
    public class FooList extends Vector {
        public boolean add(FooNode node){
            boolean result = true;
            int iInsertionPoint = 0, iListLength = 0;
            iListLength = this.size();
            switch(MyIndexType){
                case IndexByDouble:
                    iInsertionPoint = find(node.lfKey);
                    break;
                case IndexByLongInt:
                    iInsertionPoint = find(node.iKey);
                    break;
                case IndexByString:
                    iInsertionPoint = find(node.sKey);
                    break;
                default:
                    result = false;
            } // switch
            if(iInsertionPoint >= iListLength)
                addElement(node);
            else
                add(iInsertionPoint, node);
            return result;
        } // FooList.add()
    } // class FooListthe two add calls are methods inherited from Vector and produce the following warnings:
    Compiling 1 source file to ...\build\classes
    ...\util\FooList.java:75: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type java.util.Vector
                addElement(node);
    ...\util\FooList.java:77: warning: [unchecked] unchecked call to add(int,E) as a member of the raw type java.util.Vector
                add(iInsertionPoint, node);
    2 warningsEspecially with my novice status, I really dislike warnings. Can anyone provide any suggestions on how to do this better or at least eliminate the warnings?

  • 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

  • Counter with warning message

    Hello,
    I try to create a counter which counts every time a main VI is run. After 10 runs the counter needs to show a message on the screen which has to stay there untill a button is pressed. Also the counter needs to reset after those 10 runs.
    Can anybody help me with this?
    Thanx in advance
    NAG, (labview newbee).

    Hi,
    write your counter in a file, read it every start, increase it, write again
    and so on...
    Niko

  • HT4623 I have just bought an iMac but when I try to connect my iPad with it it comes up with warning message saying I need to download iTunes version 10.6.3 or later. When I check for updates my iPad tells me that its upto date with OSI 6.1.3 how can I fi

    Can anyone help? I have bought an iMac but when I try to sync it with my iPad it says I need to update the iPad to version 10.6.3 or later yet when I try to update the iPad it says it has the latest update which is 6.1.3 how can I fix this so I can sync the two?

    Its not telling you to update your iPad, its telling you you need to download a recent version itunes on your computer.
    Go here to download the newest version of iTunes.
    http://www.apple.com/itunes/?cid=OAS-US-DOMAINS-itunes.com

  • Warning Message in status bar

    Hi all,
    I have an enhancement in which i need to pass a custom warning message through badi ' INVOICE_UPDATE '  in the status bar for TCode MIRO,  i am able to display the message with a popup screen but i am unable to display it into status bar.
    How can i display that warning message in the status bar ?
    can we pass the custom warning message through a BADI into the status bar ?
    Thanks & Regards,
    Pooja Joshi

    if your system settings are normal system warning message will always come in the status bar only
    any way click on customizing of local layout icon  in standrad tool bar (in any screen), 
    goto options
    inthat see the options tab, in that ,if check box wiht 'dialogue box with warning message'  is checked ,
    un check the check box,
    click on OK
    now execute your code normally and see

  • How to use warning message

    Hello everyone!
    The message type of 'w' should have a yellow symbol on the status bar, right?
    But when I execute the code below, it produces the red symbol (X)...
    REPORT zmsgsamp
           MESSAGE-ID s1.
    SELECTION-SCREEN BEGIN OF BLOCK a.
    PARAMETERS  :  p_value TYPE i.
    SELECTION-SCREEN END OF BLOCK a.
    START-OF-SELECTION.
      IF p_value EQ 5.
        MESSAGE w899 WITH 'Warning message'.
      ELSE.
        MESSAGE i899 WITH 'Information message'.
      ENDIF.
    Thank you!

    Hi Ricardo,
    Atish is correct. We cannot predict the color of the warning. Even though the color of warning displays like error, the functionality of warning will take place...
    if you put your same piece of code under at selection-screen, warning message with yellow color will be displayed....but inside the start-of-selection..it display like the error message.

  • ECC allow to create order from fully referenced Quate/Cont with Warning mes

    Hi,
    Problem- System shall allow to create as many sales order from the fully referenced quatation or contract with " WARNING MESSAGE".
    i.e Let say I have a quatation of 100 Q. in ECC.
    I want to create 15 sales order of 10 quantity each with the reference of above mentioned quatation of 100 Quantity. But the moment i reached to reference target quantity (100) is committed then system shall still allow me  to create sales order but with Warning message. Warning message could be like "Taget quantity is already committed" from the quatation #. But system should not stop me to create more sales order from that quatation of 100 quantity.
    Looking forward your valuable inputs in this context. Appreciate  your effort and time

    Hi,
    This is a standard functionality in SAP.
    Go to your Quotation to Sales order copy control IMG setting. Tx: VTAA
    There select your relevant Copy control, go in to Item Level with the relevant Item Category.
    Check whether you have maintained below settings.
    Pos./neg. quantity = +
    Update document flow = X
    Check the "Completion Rule" specified in the item Category IMG Setting as well.
    Then system will through a message, once your quotation quantity is reached.
    Best regards,
    Anupa

Maybe you are looking for

  • Report: generate to file pdf format

    Hi folks, I have made a report which displays all data on preview and on printer. But when I use generate to file PDF option it misses data from columns at right hand side. The report has more than 15 columns and uses smaller font size. Kindly somebo

  • Certview Bug examing score reports

    I was prompted to test Certview Score reporting this following reports of people with difficulties viewing core reports in certview. At around the time of this post i find the following either bugs or IMHO bad behaviours. I am using Chrome Version 23

  • Writing empty byte array to outputstream

    Does anyone know if writing an empty byte array to an outputstream will throw an IOException? I think a little bug in my code is causing this because all seems to work when the byte array is not empty. Thanks in advance for any help.

  • Error 1603 when Installing JMS

    Hi, I am doing a training period and i just tried to install JMS Standalone 3 2005Q1, on Windows Server 2003 R2 SP1. When launching setup.bat, an error 1603 occurs, saying that a file cannot be modified because it's in used but the installation goes

  • Computer won't turn on after Panther installation

    I installed Panther successfully on my iMac G5. After I hit "restart" the computer is stuck on gray and the wheel is turning but the computer never completely turns on. I have forced it shut and tried numerous times to restart the computer but it con