How to suppress message level on FRM-40405 ?

Dear members,
I want to hide "FRM-40405 No changes to apply". used the following
:system.message_level := 25;
commit;
:system.message_level := 5;but still the same message, where am I wrong?
regards:

thanks for your reply,
here is the complete scenario,
I have a form "FORM1" from which, I am opening another form "FORM2". using the following code.
     OPEN_FORM('FORM2.FMX', ACTIVATE, NO_SESSION, LIST_ID);when I open the FORM2 and update a field and press exit button it alter " do you want to save changes" on pressing 'Yes" it 2nd time show alter "FRM-40405 no changes to apply".
I want to suppress this alert.
when using open_form with SESSION it don't give any alert.
here I am confused that the alert is coming from where? from FROM1 or FORM2?
I tried all the possible techniques to suppress this alert but couldn't be able to suppress.
Regards:

Similar Messages

  • How to suppress Messages in WAD, when planning functions executed

    Hi IP and WAD Gurus,
    I would like to know , how to suppress messages when  planning functions is executed using Web template , so if a select suppress messages option in the template , it won't even let error messages displayed.
    Please let me know how it can be done. where only Error messages should be displayed by suppressing standard messages
    Points will be awarded.
    Thanks
    kishore

    Hi,
    please take a look at [Re: only message "data saved" and customices messages].
    Regards Matthias Nutt
    SAP Consulting Switzerland

  • 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

  • How to suppress hierarchy levels on query visualization

    Hello Gurus, Does anybody know how to suppress from a level down on a query visualization?
    I mean, if I have the following structure...
    Level 1
       Level 2
       Level 2
          Level 3
          Level 3
    Level 1
       Level 2
          Level 3
    ...I want users to be able to expand only until Level 2, not seing Level 3 down on and without displaying those arrows ">" at the left of Level 2 nodes.
    If I set "Expand to Level" hierarchy property to "2" in query designer, the hierarchy is displayed correctly at the very first opening, but the users still have the arrow ">" sign at Level 2 and are able to expand the levels down on from there.
    Tks in advance! Regards,
    Marcelo Domingues.

    You can create hierarchy authorization.
    Cheers,
    Neel.

  • How to suppress message when BW BEx query is run?

    hi,
    The message can be suppressed from RSRT, give the name of the query and in the messages tab suppress the message you want to suppress.
    However in your case it seems that the message is coming as you are reporting on DSO and the DSO SID generation tick box might not have been ticked. The query is trying to generate the SID for the data on the fly and as you have already restricted with some attibute of MD this message is coming.
    To resolve this issue you can tick the generate SID option in the DSO and then report on it.
    regards,
    Arvind.

    Yes. I have checked it. The message is not there.
    In SE91, I have checked the class DBMAN and message number is 345.
    there is one more function module BAL_DSP_LOG_DISPLAY which retrieves messages from memory. Can the message be suppressed here?
    [http://help.sap.com/saphelp_nw04/helpdata/en/bb/6811f980ae11d3966f00a0c930660b/frameset.htm]
    Enhancement options
    [http://help.sap.com/saphelp_nw70/helpdata/EN/a0/47e94086087e7fe10000000a1550b0/frameset.htm]
    I am trying figure out from the above links, but I am not going into right direction like how should i start and how to write.

  • How to suppress messages in when-validate-item triggers

    Hi,
    I'm trying to handle the duplicate records in when-validate-item trigger in block level by using Kevin D Clarke's logic
    Form program unit:
    function COMPARISON (in1 number, in2 number) is
    if in1 = in2 then
    return(1);
    else
    return(0);
    end if;
    end;
    3 new hidden fields:
    CONTROL.PK_COPY
    DATABLOCK.MATCH_FOUND
    calculation mode: formula
    formula: COMPARISON(:control.PK_COPY, :datablock.PK)
    CONTROL.NUMBER_OF_MATCHES
    calculation_mode: summary
    summary_function: Sum
    summarised_block: DATABLOCK
    summarised_item: MATCH_FOUND
    WHEN_VALIDATE_ITEM on DATABLOCK.PK
    :control.pk_copy := :datablock.pk;
    if :control.number_of_matches > 1 then
    message('matching key found');
    end if;
    (DATABLOCK must have query_all_records = TRUE) But its showing popup message three times , i want to show it only once.
    Can anybody suggest me how to handle this.
    Thanks,
    Ramana.

    I hope you put a Raise Form_trigger_failure following your message!
    If you have included the form_trigger_failure, then your WVI trigger may be executing multiple times due to some other process trying to navigate away from the item or record. Could that be the case?

  • How-to suppress messages in the Bex?

    Does anybody know if it is possible to suppress any messages in Excel? Not only warnings - I know how to do it - but ALL messages, even those created into SM02. Our system: BW30B, patch14, Bex latest patch
    Thanks for any help. Ioan.

    Kala : I was thinking that RSRT changes are manual changes and need to be done in every system. If, what I am thiking is wrong, pls let me know how you are transporting the RSRT changes.. Thanks..
    Today I found different message when I was running my Workbook.  it appears only when I execute the workbook after opening the session on any Characteristic I would like to drill down.. after that .. the message never comes back.. here is the message below:
    "SAP BEx: Not enough cells to display results" --
    "To extend the results area to the right"
    and I get 3 options as below
    1. Overwrite existing cells
    2. Insert cells next to the results Area
    3. Insert entire columns..
    and I did not find such message in RSRT.. Please let me know any work arounds and also please feel free to ask for further info --
    Thanks alot
    Mavi

  • How to Suppress Message saying "Message containing a password has been suppressed?"

    On one of our task sequences, the summary page turns yellow with 1 error saying a message containing a password has been suppressed.
    The deployment is successful and we don't need to do anything about it, so it is a useless warning.
    I looked in the BDD.log and I see the reference to the error in there, but it is no more specific as to what is the cause.
    Is is the same OS image used in other task sequences without this error, so it must not be an issue with the OS installation itself and I can only assume it is something to do with a unique task inside the task sequence that clears the bios password, updates
    the bios and then resets the password.
    Is there a way to find specifics on what is generating this vague error message such as "unsupress" whatever is being suppressed so we can see the specifics of it or just suppress this error from being displayed?

    So, if you skip the summary then you don't get a deployment summary at all to warn you of failed tasks inside the task sequence?
    We occasionally get other errors, like failed to connect to share on first attempt, but is is pretty rare.
    This error is constant.  bdd.log has this in reference to the error:
    <![LOG[<Message containing password has been suppressed>]LOG]!><time="14:16:07.000+000" date="08-07-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[<Message containing password has been suppressed>]LOG]!><time="14:16:07.000+000" date="08-07-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property SKIPBDDWELCOME is now = yes]LOG]!><time="14:16:07.000+000" date="08-07-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Using from [DEFAULT]: SKIPBDDWELCOME = yes]LOG]!><time="14:16:07.000+000" date="08-07-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[------ Done processing X:\Deploy\Scripts\Bootstrap.ini ------]LOG]!><time="14:16:07.000+000" date="08-07-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Remapping variables.]LOG]!><time="14:16:07.000+000" date="08-07-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property TaskSequenceID is now = ]LOG]!><time="14:16:07.000+000" date="08-07-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property DeploymentType is now = NEWCOMPUTER]LOG]!><time="14:16:07.000+000" date="08-07-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Finished remapping variables.]LOG]!><time="14:16:07.000+000" date="08-07-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[ZTIGather processing completed successfully.]LOG]!><time="14:16:07.000+000" date="08-07-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Command completed, return code = 0]LOG]!><time="14:16:07.000+000" date="08-07-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">

  • How to suppress message popup during RFC call

    Hi  expert,
    I have a scenario where in my RFC i am calling a SAP Bapi. But while this BAPI calling few popups appear which should be clicked as YES and then it has to run further.
    This "Pressing Yes" in popup is a manual way , i want it to be done automatically so that during my RFC call there is no interruption.
    Is there any FM which can suppress this popup by saying YES and there is no stopping for my RFC.
    Regards,
    Abhishek

    Hi ,
    I am facing the similar problem. Let me know how did you solve this problem ?
    Thanks,
    Krupali

  • How to suppress FRM-40405

    Hi,
    How can I suppress FRM-40405, I already used System.Message_level :='10' before the COMMIT statement, but still it is coming, while saving.
    Thanks in advance.
    Rizly

    Do like Kris said. Also if you would search the forum, you will find solutions for this problem.

  • How to supress FRM:40405 no changes to save

    Guy,
    How do I supress the forms runtime message
    FRM:40405 no changes to save, I get this message when ever I press the save button irrespective of whether the records are inserted or changed .

    I agree that you shouldn't cover up potential problems. I didn't mean to suggest that. I think there can be valid reasons for suppressing messages sometimes.
    For example, I've used :SYSTEM.MESSAGE_LEVEL := '5'; before to suppress FRM-40401 or FRM-40405 - can't remember which one, it's been a while. In my case I was using exec_sql in forms to retrieve data from a DB2 table and insert it into an Oracle table. In this case forms didn't recognize that work was actually being done and would give the FRM-40401 or 40405 error at the end of the process, even though the records had been successfully inserted.

  • FRM-40405, No Changes To Apply Message

    Environment : Forms 9i, Web, 9iAS
    Whenever a transaction is made, The "No changes to Apply" message is get displayed and then the transaction is applied and saved message appears.
    How can i get ride to the First message?
    ON-ERROR trigger containss the following code
    if error_type = 'FRM' and error_code = 40405 then
         null;
    else
    message(error_code ||':'||error_text,no_acknowledge);
    end if;
    Eben then, No change to Apply message Appears.

    This is happening for all the Forms in our Application Just a guess...
    Sounds like you are running your forms from a "master form" using OPEN_FORM(form_name, ACTIVATE, NO_SESSION); This will do the commit on both the called form and the calling form (and that's where the FRM-40405 comes from). You can use OPEN_FORM(form_name, ACTIVATE, SESSION); but this will create a new session for each form being called.
    Try the CALL_FORM built-in instead.
    Hope this helps (if my guess is wrong, forget it:)
    Gerald Krieger

  • Warning message about CMP problem when launching query - how to suppress?

    Dear Experts
    How can I suppress warning message that did not stop the query from running?
    I encounter this message when 1st launching it. The next run , it does not show. But if user run it  i think may still show. How to suppress it?
    The message is :
    =================
    Characteristic [Z_I_NN_FN]Application Sub Grou of the MultiProvider is not provided by the PartProvider ZC_00N; this means it is not identified. However, [Z_I_NN_FN]Application Sub Grou is compounded to 0COMP_CODE and 0COMP_CODE is identified with characteristic Z_I_MM_FM for InfoProvider ZC_006.
    In this case, there is a compounding or CMP problem with [Z_I_NN_FN]Application Sub Grou in the MultiProvider for PartProvider ZC_006.
    Processing characteristics with CMP problems in the data manager is very complicated and can have a negative impact on performance. The data manager cannot use SIDs for these characteristics (at least not in the corresponding InfoProvider) because the initial SID = 0 for [Z_I_NN_FN]Application Sub Grou is not the same as the initial compound key for 0COMP_CODE [Z_I_NN_FN]Application Sub Grou (that is, when real values are posted in ZC_006 for 0COMP_CODE).
    For this reason, hierarchies for [Z_I_NN_FN]Application Sub Grou must often be read at leaf level. Furthermore, it is not possible to use hierarchy aggregates for [Z_I_NN_FN]Application Sub Grou or for the remaining InfoProviders.
    System Response
    Where possible, the system tries to avoid negative impacts on performance. Unfortunately, such performance issues cannot be avoided if the correct results are to be displayed.
    Procedure
    When working with important MultiProviders, you should always avoid characteristics with CMP problems.
    ====================
    Please advise how to address CMP problem error message when launching query.
    regards
    Pascal

    Hi Pascal,
    Why dont you select those compounding objects in Multiprovider itself.As far as i understand while activating the MP it throws an error if compounding objects are not selected.
    One more thing to add which i noticed you can try running the query on analyzer if you are running it on RSRT.
    You can see the data even if MP is not active on analyzer but not on RSRT.
    Hope it helps.
    Regards,
    AL

  • How to suppress forms Message?

    When I use NEW_FORM from within a form, before exiting the
    current form it asks me to save the changes, how do I supress
    this message?
    I tried on-message, but doesn't work!
    Any help is appreciated.
    Thanks!
    null

    Dennis Bourgeois (guest) wrote:
    : geek (guest) wrote:
    : : When I use NEW_FORM from within a form, before exiting the
    : : current form it asks me to save the changes, how do I supress
    : : this message?
    : : I tried on-message, but doesn't work!
    : : Any help is appreciated.
    : : Thanks!
    : Here's a couple of ideas,
    : - Try setting system.message level to a higher number (maybe
    : 20) prior to calling your new form and then set it back when
    the
    : new form has been established.
    : - Try using clear_form(NO_VALIDATE) just before calling your
    new
    : form.
    : - Try using the on-error trigger instead of the on-message
    : trigger
    : Good luck.
    Actually, the only way to "suppress" this message is to either
    reset the :SYSTEM.FORM_STATUS or (much recommended) set the
    message level to 25 and commit the form before the new_form.
    After all, the reason for this message is that the user has
    supposedly made changes to the data that need to be committed. If
    you are getting this message w/o making changes, then you need to
    check your code because something is setting a base table value.
    null

  • How to suppress IDOC message

    Hi
    I am calling an outbound transaction CC92 for change master from RFC. Now once IDOC gets created i get a message that IDOC created.
    Now i do not want this pop up. How do i suppress this message pop up.
    Edited by: Rohit Kadage on Dec 15, 2008 8:23 PM

    Dennis Bourgeois (guest) wrote:
    : geek (guest) wrote:
    : : When I use NEW_FORM from within a form, before exiting the
    : : current form it asks me to save the changes, how do I supress
    : : this message?
    : : I tried on-message, but doesn't work!
    : : Any help is appreciated.
    : : Thanks!
    : Here's a couple of ideas,
    : - Try setting system.message level to a higher number (maybe
    : 20) prior to calling your new form and then set it back when
    the
    : new form has been established.
    : - Try using clear_form(NO_VALIDATE) just before calling your
    new
    : form.
    : - Try using the on-error trigger instead of the on-message
    : trigger
    : Good luck.
    Actually, the only way to "suppress" this message is to either
    reset the :SYSTEM.FORM_STATUS or (much recommended) set the
    message level to 25 and commit the form before the new_form.
    After all, the reason for this message is that the user has
    supposedly made changes to the data that need to be committed. If
    you are getting this message w/o making changes, then you need to
    check your code because something is setting a base table value.
    null

Maybe you are looking for

  • Memory upgrade on Satellite P205

    Gents, is it possible to increase RAM memory to 6 or 8 GB Windows 7 in the Satellite P205-S6337? Can it use Windows 7 , operating in 64 bits ? Thank you

  • Can no longer update one of my iWeb pages (all others are working properly)

    I have an iWebsite with several pages. One of these pages is no longer working correctly. The page that is causing problems contains a series of text boxes and hyperlinks (which allow people to download PDFs). I can no longer update the vast majority

  • Error in select statement DBIF_RSQL_INVALID RSQL

    Hi Please correct my program I am getting an error when executing I want min and max value from RECDV (IMRG Table) please comment it is urgent REPORT Z_ESLP_MONTHLY_QTY LINE-SIZE  150 LINE-COUNT 75          NO STANDARD PAGE HEADING. TABLES : equi,   

  • Difference in my catalog file size in backup

    Currently using PSE8 on pc platform. Just out of curiosity, why is the "my catalog file" which PSE references on the local drive  so much smaller a full backup of the catalog to an external drive?

  • SQL Expression Validation

    I created a validation and choose 'SQL Expression' as the type. And i put the following in the Validation Expression 1: Select 1 from Employee where ID = :P20_ID what i want to do is to check if the employee id is existed or not. If yes, it will give