Make warning messages persistant in an order

Hi.
I want to know if there is a way to save the warning messages in the BAL log of an order ?
I'm using the class cl_bsp_wd_message_service=>add_message( ).
Thanks for your suggestions.
Regards

Hi,
Try with the different value of  importing parameter 'message level" of  add_message method. Default value is '1' you can make it persistent by giving different message level. Hope this will help.
Cheers,
Sumit Mittal

Similar Messages

  • Receiving CO073 warning message while creating PM order for a certain equipment

    Hello experts ,
    Do you have an idea why i receive a warning message : Valuation data is not maintained for valuation type
    While entering a piece of equipment in PM order creation screen ?
    Before creating the PM order , I've entered company code and specific cost center in the master data of this piece of equipment.
    When I erased cost center from equipment's master data ,warning messages disappeared while creating PM order again.
    What configuration has to be done for the CO objects ? maybe MM configuration needs to be done like in automatic account configuration ?
    but it is strange thaw , equipment is not a material,thus and has no valuation class in his mater data record ....
    another problem is: after passing the warning message , in PM order , Location screen , the cost center is not being copied from equipment master record , which contains the cost center.
    Pease advice,
    Daniel

    Hello
    Have you assigned Business Area in  Equipment Or Work Order.If yes please try remove that try to create the wo
    Br
    Rakesh

  • Warning Message  in Sales Order when Sales price  less than Cost Price

    HI
    Generally when we raise a sales order if Sales price is less than that of Cost price , System will provide us a warning message inside the sales order screen.  Now , this is not coming.  Is there any settings in the configuration to get this warnin message. Please help us on the above
    Regards
    Anis

    There is no configuration is available for this from functional side.
    Try with User Exit MV45AFZZ , for this Co ordinate with your ABAPer.
    Regards,
    Ramesh

  • Invoice Receipt Warning Message Appear After Upgrade from 4.6C to ECC6

    Hi Gurus,
    We do upgrade from 4.6C to ECC6. And we do Invoice Verification base on Delivery (Vendor delivery number), in our business process there more than one Purchase Order has same Vendor Delivery Number while GR executed. But only one Purchase order related to Invoice verification, others PO are Free PO (no need Invoice Verification).
    The problem is:
    In SAP 4.6C, while execute Invoice base on Delivery (Vendor delivery), system automatic select only PO with Delivery (vendor) which related/allow invoice receipt.
    In SAP ECC6, while execute Invoice base on Delivery (vendor delivery), all PO selected. So than there are warning messages appear (warning pop screen) for those PO not allow invoice Receipt (message M8035: PO item XXXXX does not allow invoice receipt), and at the end PO which allow Invoice receipt then appear for further Invoice Receipt process.
    At overall, the final result SAP 4.6C and SAP ECC6 is same (only PO which allowed Invoice Receipt will processed further).
    The Question are:
    1. Why in ECC6 appear warning message, while in 4.6C no warning message ? Is there config to ignoring the warning message. I've try to maintain system message for M8035 (t-code: OMRM) to ignoring the pop screen, but can not created.
    2. How do we make warning message dissapear (no need warning message), because if the PO's has hundred items so user need to click enter hundred times.
    Thanks in advance.
    Regards,
    Tri Wicaksono

    Hi,
    could you please check whether the flag "GR-based IV" is set in the purchase orders?
    If GR based-IV is ticked, then this pop-up cannot be suppressed.
    If you would like to post the invoice first then GR-based IV should not be checked, otherwise this pop-up will always appear.  I am afraid that this behaviour is standard. 
    Please, be aware that this feature is only available if you set  in the Purchase Order item the 'GR-based IV' indicator:
       If the GR-IV flag is not set in the PO, then the system does not                     
       differentiate individual goods receipts. Please see the <f1> help                    
       for the field "GR-IV" in the PO item detail. Since the individual                    
       receipts are not differentiated, an invoice is not tied per se to                    
       an individual receipt and a goods receipt can be reversed despite                    
       an invoice receipt.                                                                               
    With the GR-IV flag set on in a PO, you can specify which goods                      
       receipt is being invoiced in an IR and which goods receipt is being                  
       reversed in a return. It is this correlation between goods receipts                  
       and invoices that enables you to specify for GR-IV PO's whether an                   
       item can be returned despite an invoice. 
    Please refer to the note :457511 Question 10.          
    Best regards
    Erika

  • Saving warning messages

    Hello All,
    I have a requirement where I have to save warning messages againat a one order object . I am using the FM CRM_MESSAGE_COLLECT and FM CRM_MESSAGES_SAVe. But these only save the error messages and do not save the warning/information messages ? Please respond.I also want the warning messages to be displayed on the web ui evrytime the page is opened.

    Hi Shakuntala,
    In view cluster(SM34) CRMV_MESSAGES, make an entry for the message class if it doesn't already exist. In sub-node "Single Messages", input the message number and set degree to appropriate value and tick the "Save" checkbox.
    Regards,
    Arun Prakash

  • CCMS issue: "Determining warning messages from CCMS"

    Hi!
    We have a performance problem by accessing of solution in tcode DSWP.
    We retrieve the warning: "Determining warning messages from CCMS"
    In order to solve or analyse this problem I have the following questions:
    1) How collects CEN the data from satelite systems?
    1a)  how? -->  RFC, etc.
    1b) mode? --> Push, Pull, etc.
    2) How the data will be transfered from CEN to tcode DSWP?
    Any helpful information will be appreciated.
    regards
    Thom

    Hi Thom,
    Have you already installed CCMS agents, the will speed up communication? That's definitely required in your situation with many systems connected to SolMan.
    See [http://service.sap.com/monitoring|http://service.sap.com/monitoring]
    You can also check CPU, Memory, as recommended by Afi, but I expect that this will not be the bottleneck.
    Response times depend on the number of connect systems, number of activated monitoring objects (MTE nodes), number of server, instances.
    If you are not satisfied with performance, I would recommend to open a customer message on component SV-SMG-OP or SV-SMG-MON-SYS.
    Best regards,
    Ruediger

  • How to make error message as warning message

    how to make error message as warning message? ie  i get error message hence cannot save the slaes order   i want to make that error message as warning so that i can save the sales order please help.

    Hi
    If a message is a custom message, then by changing the message type from E(Error) to W (warning)   we can convert the message type into error message. This is done with the help of development guy. A change in the code is needed.
    If it is a standard message, then it depends on whether we have teh access to change the message type. If access is there, then it is possible to change the message from Warning to Error. i.e. If we are capturing std SAP message in our code and displaying then we can change it, else if SAP message is displayed directly, we cant change it.
    So, to change it, capture the error message from SAP in some Zcode and then convert that message into a custom message of message type E.
    The whole change needs ABAP support.
    Try with tcode <b>OVA2</b> settings selecting for sales order or in SAPRO--SD-BF-Log of Incompletion Items
    Message was edited by:
            SHESAGIRI.G

  • Warning messages in Order log (GUI)

    Hi all,
      I need to display warning messages in the message log of Order in GUI. I tried with 'CRM_MESSAGE_COLLECT'. If I take 'W' as the message type, it is not displaying the warning message in the Order, but when I use 'E', it is displaying the error messages in the order.
    Let me know the solution. Thanks in advance.
    Following is my code.
            CALL FUNCTION 'CRM_MESSAGE_COLLECT'
              EXPORTING
                iv_caller_name       = 'ORDER'
                iv_ref_object          = lv_ord_guid
                iv_ref_kind             = 'A'
                iv_msgno              = '001'
                iv_msgid               = 'ZABC'
                iv_msgty               = 'W'
                iv_cumulate           = 'X'
              IMPORTING
                es_msg_handle     = l_msg_handle
              EXCEPTIONS
                not_found              = 1
                appl_log_error        = 2
                OTHERS               = 3.
    -Santosh

    hi
    Looks like the message numbers you are processing in the function module CRM_MESSAGE_COLLECT are only for 'errors'.
    Please go to Transaction: CRMC_MSGS
    Look at the following Application Areas
    CRM_ORDER
    CRM_ORDERADM_H
    CRM_ORDERADM_I
    CRM_ORDER_MISC
    CRM_ORDER_OUTPUT
    Select one of the above and double click 'Single Messages' towards your left side on the screen. Select the relavant message number from the list and check the 'S' flag. Press 'F1' (help) on this box and you will see the following.
    Only error messages are saved in the processing log. If a message definitely should be saved - contrary to this rule - then the indicator needs to be set.
    You need to make sure that a message marked like this can be deleted again - by calling up the function module CRM_MESSAGES_DELETE in the appropriate place in the program.
    When you do these steps, please note the message 'Do not make any changes (SAP data)'. This is not tested and used from my side. Please see if this impacts other functions. I am not sure. Do necessary R&D before you proceed further. Please explore tables CRMC_MESSAGES_S and CRMC_MESSAGES and see if this helps.
    Reward if helps
    Regards
    Manohar

  • Report on Warning Message in sales order

    I have configured in OVA8 such that it only gives a "Warning Message" and does not block the sales order.
    Because these sales order are not blocked they don't need to be released. I need a report on list of sales order where warning messages have appeared for credit limit exceed.
    As its only warning message and not erro, it needn't be released so VKM1, VKM2 & VKM4 doesn't solve the issue.

    Hi,
    It is not possible to get the report as you required in Std. System considers the sales order if the warning msg appears as same as a normal SO without any warnign msg. In status level (table VBUK) there won't be any change.
    If you need it deliberately, then you shall take help from ABAp to develop a Z-report that too you need to use  some sales order level user exit to capture the warning message(Message no. V1152) generated sales order no.s and then you can use the same info in  Z-report.
    Hope this helps..
    Reg,
    JJ
    Edited by: Jagsap on Apr 14, 2010 1:22 PM

  • Create warning message at the time of order creation

    I am looking for a  solution :- "Create warning message at the time of order creation/save if a cc is assigned in the settlement rule that crosses the company code of the order or where the company code of the plant for the order is different from the company code assigned to the cc"

    The txn code : IW32 (maintenance order) , this warning message for settlement rule creation using Cost center as a settlement receiver.  If the used cost center is belongs to some other company code, said warning message should occure.
    I tried user exit, field exit, also used std message control (KO-458).  Nothing is working.

  • Warning message is thrown,while raising a sales order Warning message:

    When i am raising the sales order,warning message is thrown stating "No financial document",can any one solve the problem.

    It is because, the said field (LCNUM) is made as mandatory in your settings.  While creating sale order, go to header tab "Billing Document" where you can see this field.  Press F4 and maintain the relevant licence reference.
    It seems you were trying to create an export sale order where the terms would have been L/C.  For information, to create an export L/C, the TCode is VX11N and once you give all the required data and save, system will pop up a reference.  This reference number has to be assigned in sale order
    thanks
    G. Lakshmipathi

  • Warning message, if Quantity=0, when creating a sales order with VA01orVA02

    Hi Experts,
    Currently, if the user do not enters any value in QUANTITY field, while creating a sales order(or even VA02 too) ..........we are getting a Warning message(VU001).
    So, I need to change it to hard error message type, am changing the message type, but, its not reflecting, and still its throwing a warning message(VU001)!!
    Let me know that, What is the correct user exit to incorporate my changes?
    From where this message generating? am keeping a watch point with this message (VU001), but, its not stopping!!
    System is ECC 6.0
    repliaes appreciated
    thanq
    Edited by: SAP ABAPer on Dec 22, 2008 4:38 PM

    thanq
    (the reason, why my original code was worked is that, I put my code in SAVE user exit!!)
    yes, its working, but, the scaenrio is different, so, its like,
    if the user entered my_matnr with quantity = 0,
    then presses ENTER,
    now, we are getting a WARNING MESSAGE of message class & # is VU001, saying the Item 000010 is quantity 0...........so, here I need to change it to HARD ERROR message.
    So, as soon as press the ENTER button(after enetring 0 qty matnr)........I need to get HARD error message, so, where should I incorporate the changes? is it MOVE FIELD TO VBAP user exit?
    thanq

  • Process Order Warning Message while doing the Goods Receipt

    Dear All,
    While doing the GR against process order via t.code MB31, we are getting a warning message which reads u201CProduction date of bch 110420 (17.06.2011) does not match the prod. date entered (26.08.2011)u201D this happens only if the batch number already exists in the system for the same material code , in this scenario if the user ignores the warning message & posts the document the existing batch number production date also will be over written with current/inputted manufacturing dateu2026 this will collapse the batch traceability. Is there a way to customize where we can have a different production date for same batch number?..
    For example:
    Batch Number: ABCD
    Production date 10.02.2011
    Batch Number: ABCD
    Production date 11.02.2011
    Batch Number: ABCD
    Production date 12.02.2011
    Regards,
    Sivanandan

    I'm sorry to say that I find your requirement to be absolutely not logical; a batch is, by definition, a homogenous quantity of a material, that you want to separate by it's characteristics from other, different, quantities of the same material.
    If you decided that manufacturing date is a characteristic of the batch, then it has to be unique for one batch.
    So, as I see it, you have two options: either decide that manufacturing date is not important and do without, or have different batches for the different dates.

  • Warning message during batch determination while doing GR for process order

    Hi Experts,
    During delivery against process order for all SFGs and FGs, we are getting warning message u201CInvalid batch according to selection criteria in batch determinationu201D.
    Following settings maintained for batch determination in process order.
    Condition table for order/material type maintained
    Access sequence maintained for order/material type
    In strategy type above access sequence has been maintained. The common class and sort sequence created for all materials in the plant have also been assigned to this strategy type. In batch split changes allowed box has been checked and quantity proposal maintained as 1.
    In search procedure control maintained for order/material type. Search procedure has been assigned to all process order types and check activated.
    In spite of the above when GR for order is taking place , system is throwing warning message.
    GI of components is being done through backflush and without any warning message.
    Please advise how to ensure proper batch determination during GR against order.
    Regards
    Sm.

    Issue resolved by removing required indicators from characteristics which were not being valuated but were maintained in the class assigned to SFGs/FGs.
    Regards
    Sm.

  • Warning messages for purchage order date?

    Hi Friends,
      I am ABAP developer, and I am developing one webservice to create value contract from dotnet front end,
    So user can enter inputs from that front end and he will get SAP generated value contract id.
       Here I did validations for all the fields and giving error messages to restrict user to dont give incorrect values.
    Now coming to my issue..,
    While entering the PO Date in the initial screen of contract creation,
    If I enter future date,
    > The purchase order date lies in the future. Please check
    If I enter the past date.,
    > The purchase order date is in the past. Please check
    I will get warning messages like this, so what should i do, I can enter, today's date to avoid these messages,
    And I can neglect these two messages to proceed, as they are warings only.
    But in my case , Can i process these messages to front end, Is it mandatory.
    I want to know the intention of these messages, then i can proceed.
    Thanks,
    Naveen.I

    Hi,
    It is telling an information about the date status and n=it is not an error message.
    so you can go ahead with this message.
    If you want the same message in front end then you can write the logic in the dotnet prog.
    Regards,
    Sumith

Maybe you are looking for