Urgent. doubt on supress message on forms

in form, Record bas been updated by another user. Re-query to see change. message came.
But the form is working with single user only...
Can we supress this message? is it possible...
if so tell me code and syntax...
regards
madhava

You may be able to suppress some of the messages. Please see documentation for 'system.message_level'.

Similar Messages

  • Displaying a message in forms

    Hi all,i want to display a message in forms.When i am trying to do the below in whenn-button-pressed trigger i am getting an error.Kindly correct me where i am going wrong
    select count(m1) from  mtl_transactions_interface;
    message(m1 || 'Records inserted'); 
    Error:
    an INTO clause is expected in the select statement.How to correct the above error and display my message.
    Thanks in advance!!

    Thanks Manu for your reply,it will work.But,i tried it using SQL%ROWCOUNT.
    m1:=SQL%ROWCOUNT;
    message(m1 || 'Records inserted');
    m1:=SQL%ROWCOUNT;
    FND_MESSAGE.SET_STRING(m1 || 'Records inserted'); --testing
    FND_MESSAGE.SHOW;Manu,however i do have a doubt.Whenever i tried to display the message using just message,it din't work out.However,it worked out when i put a fnd_message.If you have time kindly suggest me what's the diff between message and fnd_message
    Thanks in advance!!
    Edited by: sandy on Oct 11, 2011 11:16 AM

  • Display error message in forms from function "verify_function"

    Hi,
    We have a number of users with our own created profile attached to them.
    We have enabled the 'PASSWORD_VERIFY_FUNCTION' for our own profile.
    Function "verify_function" is used to validate a user's password.
    In "verify_function" we have used "raise_application_error" message in case password validation fails.
    Example:
    raise_application_error(-20001,'Password must be minimum 8 characters in length and maximum 30 characters long');Question) "raise_application_error" displays the error message only in SQL Plus prompt. How do I display the same message from Oracle forms?.
    I have used DBMS_ERROR_TEXT & DBMS_ERROR_CODE in ON-ERROR trigger. This is not displaying the error message in forms in case validation failed in "verify_function". Oracle simply clears the username/password field with a new window. We want to display the error message that occured in "verify_function".
    Thanks

    use the following code in validating the item, e.g when-button-pressed
    begin
    verify_function;
    exception
    when others then
    message(sqlerrm);
    raise form_trigger_failure;
    end ;
    OR
    instead of writing a procedure rewrite it as a function to return 1 if password is correct or 0 if password is wrong
    Regards
    Jihad

  • Report canceled with message 'No forms available',

    We are stumped. 
    I created a simple ABAP HR report using the PNP logical database.  It pulls benefits info and master data for displaying on the screen.   (Associates Eligible for FMLA)   No ALV grid, just a simple write to the screen. 
    The job runs fine in in the background as well as foreground in DEV, QAS, and STA .
    But now that the program is in PRD, when we run it in BACKGROUND, the job CANCELS after 10 minutes.  
    The spool lists the message 'No forms available', several dozen times, and then 'No memory for cua processer'.
    Oddly, the program runs fine in forground.
    Any clues how I can get this program to run in background?

    Job log Messages:
    12:48:38    Job started
    12:48:38    Step 001 started (program ZPRCR_DISABILBITY_ELIGIBLE)
    12:48:50    No forms available
    12:57:47    No forms available
    12:57:48    No memory for cua processor
    12:57:49    Job canceled
    I looked at the code and there are no ABAP 'check' statements, nor reference to sy-mandt. 
    There is code in the 'at selection-screen' section that puts out a warning if the program is ran in foreground without a date.
      if pn-begda is initial and sy-batch is initial.
        message e000(zpa) with 'Please enter a run date'.
      endif.  
    Other than that, the program runs fine in foreground in PRD, but cancels in background.  The same code runs fine in foreground and background in all our other clients.    Our BASIS group is stumped too.
    Thanks
    Doug

  • Facing error message oracle.forms.webutil.ole.OleFunctions bean not found.

    hi all,
    I have a 6i form which generate data into excel, I have migrated with in 10g, configure Webutil, attach webutil in form, create object group by webutil.olb, replace all ole2 with Client_ole2.
    there is no problem in compile time but when I run that form and Click on Generate button then it show below message.
    oracle.forms.webutil.ole.OleFunctions bean not found.
    CLIENT_OLE2.create_obj will not work
    please help

    Hi BaiG,
    thanks for your reply, I have done Step 7 successfully and start step 8.
    I was following your step no. 8 (below Step)
    8. Sign Webutil JAR files by running these following commands Make sure Form Builder is Closed
    "C:\DevSuiteHome_1\forms\webutil>sign_webutil.bat c:\DevSuiteHome_1\forms\java\frmwebutil.jar"
    "C:\DevSuiteHome_1\forms\webutil>sign_webutil.bat c:\DevSuiteHome_1\forms\java\jacob.jar"
    But when I do that step on my Dos Prompt then it show below message and run.
    D:\DevSuiteHome_1\forms\webutil>sign_webutil.bat d:\devsuitehome_1\forms\java\frmwebutil.jar
    Generating a self signing certificate for key=webutil2...
    keytool error: java.lang.Exception: Key pair not generated, alias <webutil2> already exists
    There were warnings or errors while generating a self signing certificate. Please review them.
    Backing up d:\devsuitehome_1\forms\java\frmwebutil.jar as d:\devsuitehome_1\forms\java\frmwebutil.jar.old...
    1 file(s) copied.
    Signing d:\devsuitehome_1\forms\java\frmwebutil.jar using key=webutil2...
    'jarsigner' is not recognized as an internal or external command,
    operable program or batch file.
    There were warnings or errors while signing the jar. Please review them.
    D:\DevSuiteHome_1\forms\webutil>sign_webutil.bat d:\devsuitehome\forms\java\jacob.jar
    The given jar file d:\devsuitehome\forms\java\jacob.jar does not exist.
    D:\DevSuiteHome_1\forms\webutil>sign_webutil.bat d:\devsuitehome_1\forms\java\jacob.jar
    Generating a self signing certificate for key=webutil2...
    keytool error: java.lang.Exception: Key pair not generated, alias <webutil2> already exists
    There were warnings or errors while generating a self signing certificate. Please review them.
    Backing up d:\devsuitehome_1\forms\java\jacob.jar as d:\devsuitehome_1\forms\java\jacob.jar.old...
    1 file(s) copied.
    Signing d:\devsuitehome_1\forms\java\jacob.jar using key=webutil2...
    'jarsigner' is not recognized as an internal or external command,
    operable program or batch file.
    There were warnings or errors while signing the jar. Please review them.
    Can you please tell me, how can I solve that problem.

  • Exception Message: The form cannot connect to the data source. Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'

    When opening a form in SharePoint 12013 that was created from Infopath 2013, I get the following error.
    You do not have permissions to access a database that contains data required for this form to function correctly.
    An entry has been added to the Windows event log of the server.
    Log ID:5566
    When I go to the log files on the SharePoint server. I see the following error.
    Exception Message: The form cannot connect to the data source. Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'
    I am guessing this has something to do with the UDCX connection and the database.
    Can anyone help me get this fixed?

    Hi Jim,
    Please check the following kb article when it occurs 5566errro with the UDCX conection file, try the method of using the Secure Store Service to store alternate credentials for the data connection method, or the method of stating the credentials
    in the UDC file explicitly.
    Also check if it could help with setting sql server as "SQL Server and Windows Authentication mode".
    http://support.microsoft.com/kb/981684
    Thanks
    Daniel Yang
    TechNet Community Support

  • Re: HELP! URGENT! lost email messages!

    had to shut down due to time constrictions, sorry for pushing the need for help, but I was desperate to recover vital lost messages. I tried everything suggested in the Mail help records and past discussion posts. At this point (next morning) my mail is still lost.
    any suggestions will be appreciated.
    ORIGINAL POST:
    HELP! URGENT! lost email messages!
    Posted: Jan 21, 2007 6:29 PM
    I started, two days ago, receiving four of each message coming to me. I just looked at my accounts and saw two of my primary account (POP.ipa.net is the Incoming mail server), I'd never seen the second one before, so I deleted it.
    Went to my (Mac Mail ver. 2.1) mail browser and all my inbox and sent and junk messages now show the same message: "The message from [email protected] concerning “Receipt for Your Payment to (account name)” has not been downloaded from the server. You need to take this account online in order to download it."
    WHAT!!!!!!??????
    I went to Apple discussions and found a problem similar from today and followed the advice there by David Gimeno:
    "In the Finder, go to the ~/Library/Mail/POP-username@mailserver/ account folder, and look at the contents of INBOX.mbox and Sent Messages.mbox."
    did this and found nothing under either .mbox folder ...
    HELP!!! IMPORTANT MESSAGES ARE IN THE BALANCE!

    If you deleted a POP account, then all your mail stored in that account’s mailboxes has been wiped out, not just moved somewhere, and you were warned that this would happen by the following alert:
    Remove Account
    Are you sure you want to remove the <AccountType> account "<AccountName>"?
    This will permanently delete the account setup information, mailboxes, and messages from your computer. Messages stored on the mail server will not be affected.
    To prevent that from happening, you should have moved your mail to custom “On My Mac” mailboxes instead of leaving it in the account’s mailboxes.
    If the messages are not on the server, and you don’t have a backup, your only option in the case of Mail 2.x is to try to salvage as many deleted *.emlx files as possible with a data recovery tool such as Data Rescue II, TechTool Pro, or FileSalvage (the files to be recovered would be different in the case of Mail 1.x). Of these, the only one I know for sure that can currently recover deleted *.emlx files is FileSalvage. Stop using your computer right now if you want to try that, as anything you do with the computer may cause the deleted files to be overwritten. Actually, your anxiety may very well have already caused some of those messages to be irretrievably lost.
    As to why you appear to have lost messages from the account that remains in Mail as well, note that for each account, Mail creates a folder within ~/Library/Mail/ whose name starts with the account type (POP, IMAP, Mac), followed by the account username and the incoming mail server. Deleting a mail account causes the corresponding account folder to be deleted as well.
    You should never, ever, set up two accounts in Mail with the same Account Type, User Name, and Incoming Mail Server. Two such accounts would share the same account folder in the filesystem, and deleting one of them would cause the (shared) account folder to be deleted as well...

  • Error message about forms when ID exported PDF is opened in Reader

    I'm using ID CS2.
    Has anyone successfully made navigation buttons on an exported PDF that doesn't produce an error message about forms when opened in Adobe Reader?
    There's an Adobe page about this that says it's caused by having a stroke too near a link field, but I can't seem to avoid the message if I place more than one button anywhere on a page. I've spent a lot of time playing with this and can't seem to find a workaround.
    Am I a sucker? Is anyone else trying to use this function other than me? It seemed like the perfect solution to this project I produced and now whenever a user opens the PDF they are greeted with a confusing message that has absolutely nothing to do with the functionality of the document.

    Well, everything in those PDFs were form fields. You can make form fields in Acrobat - and then you can right-click on 'em and change their appearance, whether or not they'll accept rich text input, whether or not they'll scroll, and so on. It could also be done in LiveCycle Designer, for what it's worth. I wrote a now-obsolete post about this in response to yours before Mike showed up with this video.
    Probably most of your work on your designs in InDesign would need to be trashed; you'd need to rebuild the whole thing in Acrobat or LiveCycle. I have to say that, unless your targeted documents are extremely simple, that this is one of the worst document translation workflows I've ever seen in the last fifteen years. It might work - I'm trying to keep an open mind, here - but if you have any non-Latin-script languages in your target list, or if print reproduction is what you're after, or if you're expecting tracking revisions to the translations to be anything but a nightmare, I would suggest that you test this method inside and out before progressing any further.

  • How to send error message to forms from Database Trigger

    Hi, Please help me to send error message to forms from Database Trigger?
    RgDs,
    Madesh.R.M

    You are correct, the On-Error trigger is a Forms trigger. However, if your Form is going to display the error generated by the database stored procedure or trigger - you might not see the database error in your Form unless you check the DBMS_ERROR_CODE in the On-Error trigger and manually display the Error Code and associated Text. I've see this happen with a co-worker. The Form she was working on was based on a table with an Before-Insert trigger. Because she was not explicitely handling the error from the Before-Insert trigger in the Forms On-Error trigger, her Form appeared to halt for no reason at all. Once she added code to the On-Error trigger in the Form to handle the DBMS_ERROR_CODE, she discovered the trigger was producing an error and was able to show the error to the user in the On-Error trigger.
    I understand the desire to keep as much as possbile in the database, but with that comes some extra coding in your Forms to handle this. This extra coding could easily be placed in a Forms Library, attached to a Form and called in the On-Error trigger. Your code could look like this:
    DECLARE
       /*This example assumes you have an Alert defined
          in your Form called: 'ERROR' */  
       al_id    ALERT;
       al_text  VARCHAR2(200);  /* Max text of a Forms Alert message*/
       al_btn   NUMBER;
    BEGIN
    IF DBMS_ERROR_CODE != 0 THEN
       /* Error code is ORA-00000 Normal Successful completion
           So only handle non-zero errors  */
       al_text := DBMS_ERROR_CODE||':'||DBMS_ERROR_TEXT;
       al_id := Find_Alert('ERROR');
       set_alert_property(al_id, alert_message_text, al_text);
       al_btn := show_alert(al_id);
    END IF;
    END;Your original question was "How to send error message to forms from Database Trigger?" The answer is you don't because Forms already gets the database error code and database message through the Forms DBMS_ERROR_CODE and DBMS_ERROR_TEXT functions. Look these up in the Forms help and it should clear things up for you.
    Craig...
    Edited by: CraigB on Jun 14, 2010 4:49 PM
    Edited by: CraigB on Jun 14, 2010 4:49 PM
    Edited by: CraigB on Jun 14, 2010 4:50 PM
    Edited by: CraigB on Jun 14, 2010 4:51 PM
    Edited by: CraigB on Jun 14, 2010 4:51 PM

  • Interactive messages with form personalization

    Hi All,
    Can we have interactive messages with form personalization.
    For Eg : If we i want two buttons proceed or cancel, then is this possible with personalization.
    Regards,
    Shruti

    Hi;
    Can we have interactive messages with form personalization.
    For Eg : If we i want two buttons proceed or cancel, then is this possible with personalization.Yes it possible, please check below thread's mention note, i belive you can find some good notes in there
    Forms Customization
    Re: Enable Submit Button at User Level and Disable at Block Level
    Forms Personalization Document
    Re: Forms Personalization Document
    Personalization Issue
    Regard
    Helios

  • Possible to supress dialog 'save form' when closing form

    Hi All
    Is it possible to supress dialog 'save form' when closing form? It is neccessary that it works even when using the close X in top right of the reader window.. any ideas/solutions?

    [email protected] wrote:
    > Hi All
    >
    > Is it possible to supress dialog 'save form' when closing form? It is neccessary that it works even when using the close X in top right of the reader window.. any ideas/solutions?
    Do you want to automatically save the document, or do you want to skip the save altogether?
    Justin Klei
    Cardinal Solutions Group
    www.cardinalsolutions.com

  • Supress Message using Personlization in Oracle Forms

    All,
    Is there a way to supress the message using Personlization in Oracle Forms 11i.
    Thanks,

    Hi;
    Please check below thread which could be helpful
    Forms Personalization Document
    Re: Forms Personalization Document
    Re: Form Personalization
    Regard
    Helios

  • How to Suppress Message in Forms

    Hi,
    Kidnly help in the following situation:
    I write a procedure in post_query trigger if line_location_id is null then
    fetch the value from line master table .when ever the cursor focus on that block,
    it asks "Do you want to save". I want to supress this message when the focus moved on this block. Once the user completed his task then only it asks "Do you want to save". How to do it .
    Kindly help me.
    Thanks,
    Sri.

    some message like "do you want to save your changes" cannot be suppressed.
    And if possible, don't use :system.message_level, because mostly you suppress messages, that you don't want to suppress.
    Maybe use ON-ERROR and ON-MESSAGE - trigger on form level. Then you can filter these messages explicit in this case.
    try it
    Gerd

  • Urgent doubt in validating numbers

    Hi Experts,
    i have a doubt that how can we checking and validating all numbers; mind you: the US uses different decimal notation so it would have to format into SAP's internal, catching conversion exceptions and notifying the user if such occurs?
    Thanks

    Hi
         Here iam giving 1 example .
    The Excel sheet provides:-template to fill out by user-control fields to verify what data format is used by userThe sheet must be protectedWe use control fields in the spreadsheet (protected, cannot be changed by user) to store a predefined date (i.e. 12/31/2005) and number (i.e. -12345.67). The upload program will read these values and confirms the user’s settings for date and number formatting.
    wa2_datatab-col020(4) = wa_datatab-col026(4).
    wa2_datatab-col024(2) = wa_datatab-col023(2).
    wa2_datatab-col026(2) = wa_datatab-col020(2).
    data: l_month(8) type c,
          l_mnr(2) type c.
    l_month = WA_DATATAB-COL02+3(8).
    perform sub_get_month using l_month
                          changing l_mnr.
    wa2_datatab-col02+3(2) = l_mnr.
    form sub_get_month  using    p_l_month
                        changing p_l_mnr.
    select mnr
           from t247
           into p_l_mnr
           where spras = sy-langu
           and ltx = p_l_month.
    endselect.
    how can do this?plz give the code DATE can be formeted as above logic but how can format number?
    Thanks
    Message was edited by:
            bhanu

  • Doubt in the sales order form - Technical

    Hi Frenz,
    i have a small doubt in custom.pll.
    we have a requirement to give a pop up message, wenever we do scheduling action in the sales order form (Oracle 11i).
    i have written the code like below
    if
    ((block_name = 'LINE') AND ( event_name = 'SPECIAL14'))
    then the pop up message.
    the problem im facing is, the pop up is working fine, when we schedule action is done by(Tools--> scheduling)
    but it is not working whenever i right click on the sales order line and do scheduling.
    what code do i need to include for the right click scheduling?
    please advice.
    thanks,
    Lp

    Hi All,
    Does any1 have any suggestion for my question...
    Thanks,
    Lp

Maybe you are looking for

  • Is it possible to replace the GPU of my imac8,1?

    My 2008 iMac with ATI Radeon HD 2600 Pro worked perfectly until I updated from Mac OS X 10.6.2 to Mac OS X 10.6.3. Since then I experienced complete system freezes (about once a day). Until recently, I was able to workaround this problem by installin

  • Add Password to Shell Script for ssh

    Hi I'm trying to avoid creating ssh keys for this I was hoping to write it all in to applescript. This is what I have. I've done lots of searches, but not quite getting the right outcome. Matt set ShellS to "rsync -aE --progress --delete --exclude=\"

  • Oracle 12c em express

    I am used to working with database control in Oracle 10g and Oracle 11g.  Now I have an Oracle 12c and created em express as part of db creation. I foind that EM express does not have all the functionality of DB Control; i.e.. I cannot see awr report

  • Phone unstable since Jellybean update

    Immediately following the Jellybean update to my GS3, my phone began to randomly restarts multiple times, even when  I'm not touching it.  This is occurring several times within a day. My phone also freezes up at least a couple times a day.  The only

  • View source gone

    I updated my Pro to the lastest OS a few months back.. I noticed awhile ago that "view source" is no longer there.  i have to use chrome (which i hate) when I want to view a source code for a website.. (html, css.. and so on).. is there a fix for thi