No changes to save error message

Hello All,
I am using Oracle forms and db 10g. I want to have more than one forms simultaneously open. When I save a record in the third form I get a "No changes to save" error message twice. I know that the error comes from the other two forms. I tried to set the error message level to a higher value but I still get the error message.
So my question is :
Can I get rid of the "no changes to save" error message while having more than one form opened at the same time.

have a look at this solution http://talk2gerd.blogspot.com/2006/12/best-practices-on-error-and-on-message.html
snippet:
DECLARE
  V_Error_Code       NUMBER;
  V_Error_Text       VARCHAR2 (2000);
  V_DBMS_Error_Code  NUMBER;
  V_DBMS_Error_Text  VARCHAR2 (2000);
BEGIN
  V_Error_Code      := Error_Code;
  V_Error_Text      := Error_Text;
V_DBMS_Error_Code := DBMS_Error_Code;
  V_DBMS_Error_Text := DBMS_Error_Text;
  IF V_Error_Code IN (40401, 40405) THEN
    || 40401, 40405 - no changes to save / apply  get filtered
    NULL;
  ELSIF V_Error_Code IN (-1034, -3114) THEN
    || -1034, -3114 - not connected to database
    Message ('Not connect to database, exiting Form');
    Exit_Form (no_validate);
  ELSIF V_Error_Code IN (40508, 40735)
  AND   V_DBMS_Error_Code BETWEEN -20999 AND -20000 THEN
    || -20000 errors are raised by RAISE_APPLICATION_ERROR
    || They are handled in a different way
    Show_and_Log_DB_Error (V_DBMS_Error_Text);
  ELSE
    || All other errors went into Show_and_Log_Error, where they
    || get inspected, analyzed and logged.
    Show_and_Log_Error (V_Error_Code);
  END IF;
END;

Similar Messages

  • FRM-40401 No changes to save  error

    Hi,
    I have updated one table from form by writing update statement on the when-button-pressed triger.This update statement is doing its job fine and the table is updated.but iam finding 'FRM-40401: No Changes to save 'message in my console . Please tell me why it is coming when changes are made into tables and wat should i do to avoid this . i have written on-error trigger on form level to suppress this message.What effect itcan have on my working.
    Kindly take it on urgent basis.
    regards,
    rajesh

    Usually in Forms, you do not write SQL update statements to update your table. Instead, you create a base-table block, fetch the rows into the block, make your changes, and then commit. Forms automatic processing takes over and creates the update statements for you.
    What you have done is bypassed the default automatic processing, and Forms is complaining. I would try to re-do the form and use a base-table block.

  • TextEdit Save Error Message "you don't have permission..."

    TextEdit, in both Mountain Lion and now Mavericks,displays what appears to be a fake "Save "error:
    "You don’t have permission to write to the folder that the file “XXXXX.txt” is in.
    Your changes will not be saved until the problem is resolved."
    I have repaired permissions several times with no result. The permissions are clean, not requiring fixing.  I am Admin.  I should be able to save anywhere, altho I have tried saving in many different places just to test.
    It does not ask for the Admin password.
    Here's when it happens:
    1) Open a document. either new or existing.
    2) Type some text in it.
    3) Save -- choose destination if new and it seems to work.
    4) Start typing in the document
    5) After a few seconds I get the above error message that drops down from the title bar at the top of the document.
    6) I have to click the OK button and I can go on typing.
    Repeat
    Save document, type a few characters, get error message, click OK.
    Repeat all day long.
    Yet it seems that my changes have been saved.
    Most annoying.

    Wow.  Why bother reading the forum if you are convinced the solution isn't going to work before even trying it?
    Another viewer besides myself commented above that they repeated the process and it worked for them, so it's not exclusive to my setup.
    A search for textedit revealed 97 files.  The search took 12 seconds on my eight core Mac Pro.
    I quit EasyFind, opened TextEdit and made a simple change in the preferences, saved and then quit TextEdit.
    I searched again with EasyFind, sorted by Modified and found eight files had been changed at the exact time I quit TextEdit.  One of those is the culprit.  I deleted them all.
    No, I don't work for EasyFind, nor do I know the people, nor do I receive compensation of any type from them.  I like it and recommend it because it just plain works and I like to share good info like that with the Mac community,  (BTW, it's free)
    Good luck with solving it on your end.  If you find a more scientific solution please share it so we can see how it should be done by a real tech support guy instead of an amateur like me.  (I was an Apple Var at one time, now I do some support for my friends.  I'm on about my tenth Mac, the first being a Fat Mac, and have two Macs and an iPhone at this time.  No doubt I have no idea what I'm doing)
    You really are funny!  You must be a, oh never mind, I was going to name a political party.

  • File won't save - error message is: "...could not be saved. No such file or directory." (?)

    File will not save or 'save as'  - error message is: "...could not be saved. No such file or directory." File has been save previously. Is this a preference issue or perhaps a permissions issue?

    I repeat that everything dedicated to the save process is different.
    The app contain two sets of code, one used under 10.6.8, an other one used under Lion.
    Here are the two states of the File Menu under Lion.
    Compare them to what you get under 10.6.8.
    State #1 when the frontmost document was never saved :
    The menu item Save is replaced by Save…
    No longer Save As… menu item replaced by Duplicate
    New item : Revert Document… (disabled)
    State #2 : when the frontmost document was saved at least once.
    Save… is replaced by Save a Version
    Duplicate is always here
    Revert Document… is now enabled.
    There is an important change in the title bar too.
    When a file was edited we get the word Edited on the right of the doc's name. This word is the title of a local menu :
    Triggering Browe All Versions give us what I already posted in the thread :
    https://discussions.apple.com/message/16523021
    Yvan KOENIG (VALLAURIS, France) jeudi 27 octobre 2011 11:49:49
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • Activation of the change list canceled Error Message

    I am getting the following error message every time I try to Activate or Test my message mapping :
    Activation of the change list canceled Check result for Message Mapping bww2jb_activate | http://bww.bit.com/card:  Mapping not sufficiently defined
    Anyone have any idea what could be causing this?

    Hi Andrew,
    You have not mapped some of the mandatory parameters in your mapping and tried to activate it. so it was  giving you that error. So map all the mandatory parameters ( all the fields with Red bulb), save and then activate.
    This will solve your problem. kindly assign points if this solves your problem.
    Cheers,
    Siva Maranani

  • Workbook  Save Error message

    All
    We have BI user who tries to save the query in the Work Book through BEX Analyzer.
    He is getting following error message :
    *RSOBJS 160 No Authorization to create role entry.*
    Any specific object and value that I should be checking ?
    Please advise.
    From
    Pranav Thaker

    Hi Pranav,
      Try this object S_RS_AUTH and you need to add this manually to the existing role.
    Goto PFCG--> give your role name then choose change
    On the Authorization tab--> Under Maintain Authorization Data choose change.
    Then on the next screen under Business Information Warehouse--> add S_RS_AUTH Object and then give your Role name( Technical name)
    Generate the role, then assign users to role.
    Hope it helps,
    Cheers,
    Balaji

  • How to save error message that arises during invocation

    Hi,
    If any error raises in between the process, how can i save the error status into db adapter field. For example, I will receive a input from db adapter and I will send this input to a webservice which invokes further activities , my question is if any issue comes in between the process, i want to store that error message in to db adapter field ( for example error field) can you guys throw some light, I mean step by step process.
    Thanks,

    Hi,
    Use a CatchAll and populate the relavant field in the actions of the CatchAll.

  • Change warning to error message in Confirmation (CN25)

    Hi All,
    Please advice how to change warning message to error message . I have network activity and fill the work value = 30 HA. but it seems that users can still posting the confirmation more than the value inputted.
    100% of planned time already recorded - please check
    Message no. RU254
    Application Area : RU , Message 254 , program SAPLSHL2
    Cheers,
    Nies.

    Hi,
    Try out, in the below mentioned path.
    SPRO>Production Planning for Process Industries>Process Order> System Modifications>Define System Message attributes.
    Select System Messages--> Click on New Entries and mention your message number with application area.Maintain the message as error.
    Just check whether you are able to make it an error.
    But when I tried your scenario I got a different Message number BU011.

  • Changing Default Portal Error Message

    hi,
    How do I change most of the portal error messages ?
    For e.g.  when i disable the Development Component in the Web Dynpro Content admin to disallow user to access during code maintenance, i wish to inform them that we are doing some maintenance services.   How do i does that ?

    Check that the IGS is running properly...
    Also check SAP Note: 704604
    Regards
    Juan

  • Need to change a barcode: Error message appear when trying to update

    Hello,
    I need to change a barcode on the master data screen. When I take out the barcode and choose update I get an error message:
    This entry already exists in the following tables "(AIT3) (ODBD-2035) (Message 131 - 183)
    Please advise how to proceed?
    Kind regards,
    Ilze Fourie

    Hi,
    Please refer SAP note:1844928 - This entry already exists in the following tables
    AIT3
    Run attached query in note, if any result, raise ticket to SAP support.
    Thanks & Regards,
    Nagarajan

  • Integrated planning SAVE error messages

    Hi,
        I am using a structured query as my input ready query and in the analyser when I save the plan data,it is not getting saved and I can't see any error messages or exceptions.
       I used the Insert messages item in my workbook and still I didn't see any messages.
       Is there a way I can see the failure messages in IP.
       Thanks in advance.

    HI,
    I presume you are working in BEX. To see the message, when you execute a function at the bottom of your screen you will see 'there are messages'. Double click on it and mark the flag to always display the messages.
    You say when I save nothing happens. Probably your data has been locked once. If your layout was locked, you need to unlock it using a button with statement:
    CMD       1   SET_INPUT_DATA
    ACTIVE  1    X
    If you click on it, your data will be unlocked (in case it was locked and nobody is locking you). With this button you also can see who is blocking you in case of locking.
    D

  • Tabstrip changes after issue error message in PS

    hello
    I am using an exit FUNCTION EXIT_SAPLCNAU_004 and inside that include I have an error validation for Network activity for project systems.   When i issue the error message that validates the fields in the tab, the tab changes making the current tab that user was on not active anymore.
    Is there a way to make it stay on the current tab when I issue an error message ?  Thanks!

    Hi,
    Try using the Property ACTIVETAB of the Tabstrip Control.
    Just before your Error Message, set the Active Tab as the Tab you are Looking.
    For Eg:
    tabstrip-activetab = 'TAB1'.

  • How to change language of  error messages

    Hi All,
    I'm a newbie of Oracle XE. I have installed Oracle XE to Window XP successfully. However i want to change the HTML UI (http://127.0.0.1:8080/apex/) language and error messages to English (now is in Chinese).
    i have read the installation guide and i tried to change the registry key ORACLE/KEY_XE/NLS_LANG from TRADITIONAL CHINESE_HONG KONG.WE8MSWIN1252 to AMERICAN_AMERICA.WE8MSWIN1252. However, it's not work, even after reboot.
    i have searched in the forum but still cannot get the answer.
    Please give me a hand.
    Thanks.

    How to make too most on Linux? There there is no register....
    Where what to change?
    I have installed XE in english. After that I have changed the coding of base.
    update SYS.PROPS$ set value$='CL8MSWIN1251' where name='NLS_CHARACTERSET';
    commit;
    SHUTDOWN IMMEDIATE;
    STARTUP MOUNT;
    ALTER SYSTEM ENABLE RESTRICTED SESSION;
    ALTER SYSTEM SET JOB_QUEUE_PROCESSES=0;
    ALTER SYSTEM SET AQ_TM_PROCESSES=0;
    ALTER DATABASE OPEN;
    COL VALUE NEW_VALUE CHARSET
    SELECT VALUE FROM NLS_DATABASE_PARAMETERS WHERE PARAMETER='NLS_CHARACTERSET';
    COL VALUE NEW_VALUE NCHARSET
    SELECT VALUE FROM NLS_DATABASE_PARAMETERS WHERE PARAMETER='NLS_NCHAR_CHARACTERSET';
    ALTER DATABASE CHARACTER SET INTERNAL_USE &CHARSET;
    ALTER DATABASE NATIONAL CHARACTER SET INTERNAL_USE &NCHARSET;
    SHUTDOWN IMMEDIATE;
    STARTUP;
    SHUTDOWN IMMEDIATE;
    STARTUP;
    Now the input on a home page became we do not read. How it to correct? Not changing the coding of base.

  • How to change Shopping cart error messages.

    Hi,
    My Client side end users are trying to create shopping carts, and if the shopping cart fails in backend side, it will display error message in status like 'Item Contain Error' or 'Backend Document not able to generate' like this.
    But, by looking the shopping cart status my end user not able to understand the problem. every time then need to run t.code RZ20 and check. for them its time taking. So they want to see the detail messge in the shopping cart status it self.
    Could anybody help me how to replace the message with detail message.
    Thanks,
    Ram.

    Hi Scot is correct.
    we should not give access to requestor all this access.
    admin should aware to identify the problem and correct the data and submit it the cart etc..
    if the employee role only can not even see error in processs (even his cart).
    only admin can process or admin can inform the requestor instruct the requestor to create a new cart ..
    upon business process
    br
    muthu

  • Changing standard Validation Error Messages

    Hi All,
    Does anyone know how to change the standard SAP-messages
    like: Decimal value 100 is too large for totalDigits 4
    or: Accuracy 3 exceeds fractionDigits 2
    Thanks,
    Jeschael

    Hi Jeschael,
    I have exactly the same problem. I guess, I'll have to change the datatype to String and write my own  parsing functions for input.
    What have you done?
    Regards,
    Jon

Maybe you are looking for