Can we change warning message appearing in contract to error message

Hai Guys,
One of our clients' requirement is to make the warning message which appear as "Date 31.07.2011 is in the past
    Message no. V1437" while giving a past date in valid from field of contract creation (VA41). I would like to know if there is any standard setting for this.
Thanks in advance
Sidhu
Edited by: Gino12 on Aug 2, 2011 4:51 PM
Edited by: Sidhu12 on Aug 2, 2011 4:51 PM

Hi,
Since this message begins with 'V1..', there is no standard way to change it. The only way to do so is:
Go to SE91
u2022     input V1 in Message Class
u2022     input 437 in Number and execute.
u2022     select the message number and click on "Where-Used List"
u2022     Only select 'programs'
u2022     Open the program
u2022     You can see the codings written for the error message as W437 which may be changed to E437.
This is not recommended by SAP

Similar Messages

  • How can we change the message type?

    Hello all
    We use SRM server 5.5 with classic scenario.
    When we create shopping cart, we implemented the Change Badi to assign the purchasing group from R/3 material master.
    We implemented the following logic.
    If material master in R/3 has no purch. Group, SRM also has no purch. Group. So SRM display the error message “You should select the purch. group” to determine the purchasing group in basic view.
    But, We have the standard error message, when we choose the material code – this material code has no purch. Group in R/3 – “No purchasing groups were found”.
    Message number is BBP_ATTR050.
    Because of this message, we can not progress the process to create shopping cart.
    Can we change the message type from Error to Warning Message?
    Or, Can we delete this message?
    Thank you,
    Best regards,
    SH

    Yes. You are right.
    When user choose the material code, there is no purch. group in 1st Step, but
    we want to choose the purch. group in 2nd Step on basic view.
    But we have the error message at 1st step. so we can not progress to 2nd Step.
    If we use dummy purch. group, user could make the human mistake.
    So our customer want to remove purch. group and choose the purchasing group by user.
    But i'm not sure if we remove this error message, we got solve this problem..
    Pls give me an idea..
    Message was edited by:
            So Hee Lee

  • Can't change the Message Centre Number in my Nokia...

    I have a 3 day old Nokia X. I can't send text messages due to wrong the message centre number set in my Nokia X device. When I try to change it in settings, a pop-up appears which say "It is bad to change SMSC Number. Do you want to change ?". I choose "Ok". Then nothing changes Message Centre Number is set on "+7" and does not changes. I have tried many things including removing battery and SIM Card without switching off the device and reseting the device to Factory Defaults. But the problem persists. It doesn't changes. I live in New Delhi, India.
    Any help will be appriciated.

    No I am not able to resolve the issue.
    I reset my phone without the SIM Card also but same thing repeats. I can't change the Message Centre Number. It reverts to +7 when I try and change it in settings with the pop up "Changing the SMSC may cause problems sending messages, to confirm the change ?". Then I tap "OK" and nothing changes the Message Centre Number is still +7.

  • How can I change the message for ( Find My I phone )

    How can I change the message on ( Find my I phone )

    I'm not sure if you can change the meesage but try here.

  • I can't change my messages from green to blue when I am sending

    I can't change my messages from green to blue when I am sending a message to an iPhone. SMS has been turned off.

    Check to see if iMessage is activated. Also, make sure the other party has iMessage activated. Sending an iMessage requires both parties, the sender and the receiver to have an active internet connection. If iMessage is active, the check your Send & Receive and make sure your phone number is checked. After that, you may need to delete the conversation that you have with that contact, however I've not experienced that when I have an individual send problem with a contact. It will usually pick up that they are connected to data again.

  • How can I disappear warning message~?

    I'm using R12.
    And I don't want to see warning message.
    like that
    !Warning
    The search could not be completed because data is not staged or this match rule is not compiled: HZ_ORG_SIMPLE_SEARCH_RULE. Plese contact your sys admin...
    I inserted data using by API.
    And I'm staging by concurrunt manager per 1 min...
    When I inserted some data using by API, that message is occured.
    but it would be disappeared later in 1 minute.
    How can I disappear warning message~?
    I think there is a something what I can setting . somewhere....but I don't know where it is...
    like warning, error, critical....
    plz let me know~

    You will need to set appropriate profile options - pl see MOS Doc 565905.1 (FAQ on the setup/usage of DQM Profile Options for OCO and Receivables)
    HTH
    Srini

  • Change warning message to info message

    Hi experts,
    How to change message no. VL248 from warning type to info type? It seems this message no. is NOT in OVM1.
    Pls advise. Thx.

    Hi
    When the warning message is thrown pls double click that message then you will get the message no like message class V1 no 023 like that
    Note down that
    In t code OVAH you can convert from warning to error of message classes V4 (all SD that is sales related messages)
    In t code OVM1 you can convert from warning to error of message classes VL (all SD that is distribution related messages)
    But your message class and message no should lie in the lists of messages given in these t codes
    The messages in these t codes SAP has given for us for customizing that is mainly V4 and VL
    Any thing other than these message classes like V1 etc has to done thro development only
    This has to be done thro development only not possible thro customization
    Go to SE91
    1.Input the message class V1/VL
    2..Input the message no say 061 in no and execute
    3.select the message no and click on where used list (ctrlshiftF3)
    4.select the box programming and deselect all others
    5. Then a list of programs where this error message is used will appear
    6.Double click description on the right side of your screen
    7.Here you can see the codings written for this message 061 which can be changed to warning to error
    Note
    The best way to do it is with ABAPer only
    Not recommended to change the standard settings
    Regards
    Raja

  • How can i display warning messages in user exit EXIT_SAPLMGMU_001 (MM02)

    Hi all,
    while modifying the material master using MM02, i have added new conditions to display messages in user exit EXIT_SPALMGMU_001.
    But using this user exit i am not able to display warning messages.
    Can you please help me with this?
    Sample code which i have included in exit :
    SELECT SINGLE mstav FROM mara
    INTO w_mstav
    WHERE matnr = wmara-matnr.
    IF wmara-mstav NE w_mstav.
    IF wmara-mstdv NE sy-datum.
    wmara-mstdv = sy-datum.
    MESSAGE w177(z03_mm) WITH text-s04 text-s21.
    ENDIF.
    ENDIF.
    Thank you all in advance.

    As written in the SAP documentation of the Enhancement , you can only raise error message using a
    MESSAGE .. RAISING APPLICATION_ERROR.
    You could manage the "warning" yourself, sending an error first time and keeping a trace of the check in some STATICS variable, and not raising the error again if data input remains unchanged between two call of the include.
    <i>----
    EXIT_SAPLMGMU_001
    Where Is the Customer Exit - EXIT_SAPLMGMU_001 called?
    The customer exit is in function module MATERIAL_UPDATE_ALL. The
    function module checks the data for errors (logical relationships,
    foreign keys, fixed domain values, and so on) when the material master
    is updated.
    Use
    o New fields
    You can make checks possible for new fields of your own. These
    checks must be identical to the checks that you carry out for your
    new fields in online maintenance.
    o Existing fields
    For existing fields, you can extend and intensify the checks.
    You can also change data for descriptions and general material data
    (MARA). For example, the descriptions can be generated from attributes
    of the material.
    Limitations
    You cannot bypass existing checks.
    Interface to Application
    The respective data of the current logical transaction is contained in
    the structures, for example, in structure WMARA for MARA. Nonrelevant
    structures are transferred with their initial values.
    General material data that can be changed (CMARA) has the structure
    MARU. This MARA view contains fewer internal fields than MARA itself. If
    WMARA is filled, CMARA is also filled when accessed.
    The customer exit contains the exception APPLICATION_ERROR for your
    self-defined error situations.
    Using the language element MESSAGE .. RAISING APPLICATION_ERROR, you can
    terminate the current (logical) transaction and display your message in
    the log. </i>
    Regards

  • User exit for change warning message to Error message in va01

    hi,
    I want to change  a warning message to as a Error Message in VA01 t-code,
    how can i proceed for this. where i need to change
    ( without changing standard code)
    thanks in advance.

    *& Report  ZUSEREXIT                                                   *
    report zuserexit no standard page heading.
    tables : tstc, tadir, modsapt, modact, trdir, tfdir, enlfdir.
             tables : tstct.
    data : jtab like tadir occurs 0 with header line.
    data : field1(30).
    data : v_devclass like tadir-devclass.
    parameters : p_tcode like tstc-tcode obligatory.
    select single * from tstc where tcode eq p_tcode.
    if sy-subrc eq 0.
       select single * from tadir where pgmid = 'R3TR'
                        and object = 'PROG'
                        and obj_name = tstc-pgmna.
       move : tadir-devclass to v_devclass.
          if sy-subrc ne 0.
             select single * from trdir where name = tstc-pgmna.
             if trdir-subc eq 'F'.
                select single * from tfdir where pname = tstc-pgmna.
                select single * from enlfdir where funcname =
                tfdir-funcname.
                select single * from tadir where pgmid = 'R3TR'
                                   and object = 'FUGR'
                                   and obj_name eq enlfdir-area.
                move : tadir-devclass to v_devclass.
              endif.
           endif.
           select * from tadir into table jtab
                         where pgmid = 'R3TR'
                           and object = 'SMOD'
                           and devclass = v_devclass.
            select single * from tstct where sprsl eq sy-langu and
                                             tcode eq p_tcode.
            format color col_positive intensified off.
            write:/(19) 'Transaction Code - ',
                 20(20) p_tcode,
                 45(50) tstct-ttext.
                        skip.
            if not jtab[] is initial.
               write:/(95) sy-uline.
               format color col_heading intensified on.
               write:/1 sy-vline,
                      2 'Exit Name',
                     21 sy-vline ,
                     22 'Description',
                     95 sy-vline.
               write:/(95) sy-uline.
               loop at jtab.
                  select single * from modsapt
                         where sprsl = sy-langu and
                                name = jtab-obj_name.
                       format color col_normal intensified off.
                       write:/1 sy-vline,
                              2 jtab-obj_name hotspot on,
                             21 sy-vline ,
                             22 modsapt-modtext,
                             95 sy-vline.
               endloop.
               write:/(95) sy-uline.
               describe table jtab.
               skip.
               format color col_total intensified on.
               write:/ 'No of Exits:' , sy-tfill.
            else.
               format color col_negative intensified on.
               write:/(95) 'No User Exit exists'.
            endif.
          else.
              format color col_negative intensified on.
              write:/(95) 'Transaction Code Does Not Exist'.
          endif.
    at line-selection.
       get cursor field field1.
       check field1(4) eq 'JTAB'.
       set parameter id 'MON' field sy-lisel+1(10).
       call transaction 'SMOD' and skip first   screen.

  • How can i change validator Messages

    i am newbie in JSFl i just start now
    i am making a very simple login application
    here i do a validator on text field.
    validation message show me as form1:txtid: Validation Error: Value is required.i want to change these message like ID is required.how can i do this??

    thanks shakeel bahi.
    it is only work for required property. am i right?
    how i change message on length validator?
    for example minimum length is 2 and maximum is 10
    error message show as
    for minimum
    form1:txtID validation error minmum length 2for maximum
    form1:txtID validation error maximum length 10here i want to replace my messages like
    User Id length Should be between 2 to 10thanks again for your efforts

  • How can I change default message encoding in Mail?

    In Lion, most of my email messages in Simplified Chinese is encoded in iso-2022-cn, while I want them in gb18030 or utf-8. Instead of choosing encoding manually every time, can I change the default message encoding somewhere?

    I think the only reliable way to do something like you want is to include something like a Unicode dingbat (range 2700)  as part of each message (i.e. in your signature).  That will ensure it goes out as UTF-8.

  • How can I change the MESSAGE STYLE for messages?

    My customer complains about the big "X", as well as he thinks it's an error instead of a just message or note.
    so my question is how do i change the message style then?

    You only get that when you have two or more consecutive messages. Try to avoid that is one option.
    You can change the icon if you want. Create another icon, call it stop.ico and put it in the icons directory (as indicated by UI_ICON). However, if you have a STOP alert, the icon changes for that alert too.
    Note: this is for Developer 6i. In 9i you cannot use ico files. Use gif files instead and put the image in the image jar file (found in OH/forms90/java directory). Since you see a big X, I believe you are using 6i.

  • How can i change my message font ?

    please help me change my message font

    what's the phone model?this feature is limited to few phones..

  • How can I block warning messages triggered by After Effects?

    Hello, please tell me if it is possible to block the warning messages triggered by After Effects CS 5. I'm digesting .aep projects automatically, using scripts, and sometimes these projects have missing files. AE triggers warnings, causing the program to block until someone clicks "ok" on the alert message. The problem is that the process is intended to be automatic, withouth any human intervention. The only possible solution I see in this problem is to block all warning messages from AE, but I don't know how, so I ask you for help. Thank you!

    The location of the preferences files is given in the "Preferences" section of After Effects Help.
    Preferences, including keyboard shortcuts and workspaces, are stored in files in the following locations:
    (Mac OS) <drive>/Users/<username>/Library/Preferences/Adobe/After Effects/10.0
    (Windows) <drive>\Users\<username>\AppData\Roaming\Adobe\After Effects\10.0

  • How can I change the message for an error and then cancel it

    Hi everyone.
    I am currently developing an application where I have to use a trigger (DAQmx). Now it can happen, that the user (who will operate the device later on) can activate the trigger without a valid source. After a timeout, he will get a quite strange message stating he either might want to wait longer (Error -200284 occurred at DAQmx Read). I would like to redefine this error.
    So if this error number appears, he should get a message saying: "Your request couldn't be executed, since no valid trigger signal was found".
    How would I do this .. Thanks for help

    Hi Somnatic
    There are different ways. As you describe it, you'd like to cancel the occuring error (-200284) and show another message. I attach a vi with a view ways.
    Hope this helps.
    Thomas
    Using LV8.0
    Don't be afraid to rate a good answer...
    Attachments:
    ClearError.vi ‏80 KB

Maybe you are looking for

  • Sync errors with Windows 8 phones.

    Has anyone been having issues with syncing Windows 8 devices? We have about 50 HTC 8X phones and around 10% of them are having sporadic sync errors. We also have some of the Nokia WP8 devices that exhibit the same issues. While the WP8 device is prob

  • User can't access interactive planning screen

    Hi we has one user already can logon APO init screen. but when him enter T-code: /SAPAPO/SDP94 there has same error "No vaild version exists for planning area '9ADP01' do you want to initiallize a planning version?" and either check YES or No, also c

  • Itunes failure to open

    my itunes and quicktime do the same thing when I open them the screen flashes for a second and disappears I uninstalled the program I got for the Internet and installed the disk I got when I got my ipod and it still isn't working if anyone knows what

  • Need device drivers of HP 2000-2D05SE for Windows 7 (64 bit)

    Hello, I need device drivers for windows 7 (64 bit). Details are as below: - Model - HP 2000-2D05SE OS - Windows 7 Ultimate 64 bit Hardware IDs: 1) Bluetooth Controller 2) SM Bus Controller 3) PCI Simple Communications Controller 4) PCI Device 5) Eth

  • Loading my RPDs into the subject area of the BI answers

    Hi, I have created my own RPds (repository files with it's own data model) and have updated the nqsconfig.ini with the following 2 entries Star     =     eam_predictive_mileage_cost.rpd, DEFAULT; Star     =     eam_cost_period_avg.rpd; However when I