Message CO347, warning to error

Hi Experts,
Where we can change message CO347 from warning to error.  I checked in OPJB but did not find.  The message is there in SE91 transaction. 
Pl help me to change this message.
Thanks & Regards,
Vikas

Vikas,
Not all messages are allowed to be converted to the way we require. In this case, i would suggest you define for system Status "PCNF", Business transaction  "Deletion Flag setting" - Forbidden, this has to be done in transaction BS22. Please note this is at client level so other applications which are using this status also would have the same effect(Like PP-PI).
OR
Use Enhancement "PPCO0002" - user exit "EXIT_SAPLCORE_001" or "EXIT_SAPLCORO_001" - Here you use your code to check the condition you want.
Regards,
Prasobh
Edited by: Prasobh Karunakaran on Sep 7, 2009 1:14 PM- Additional data on CMOD added

Similar Messages

  • 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 to Error Message while creating Shopping cart

    Hi,
    How to make a warning message to error message while creating a SC against the Cost Center when the cost center is closed in SRM 4.0.
    Currently we are running on SRM 4.0 with ECC 5.0 as back end and user are able to raise a SC and POs even the cost center is closed.We want to make it as error message and stop users to create a SC /PO against those closed Cost centers.
    Thanks and Appreciate your inputs.
    Regards,
    RK

    Hi Richy,
    The cost centre which you have maintained is locked for postings. Try to change the cost center and the warning message  should be gone.
    If you still want to chnage the message from warning to error,you can do in SPRO-->img->SRM->SRM Server -> Cross app basic settings->message control -> Influence message ctl.
    If an entry doesnt exist for this message in SPRO,make an entry in view BBPV_PDMSG (Tranx: SM30).
    See these related threads for more pointers:
    Re: Error Messages in BBP_PD
    Re: How to change an error message to a warning message in SRM
    Re: Where can I change type of message BBP_PD 083 from warning to error
    BR,
    Disha.

  • "CoreBluetooth[WARNING] Unknown error: 1309" message cause

    I am sporadically getting the message "CoreBluetooth[WARNING] Unknown error: 1309” on the console when running a BlueTooth app I am developing. Even though the message states that it is a warning, it stops execution of the app. I have been able to work around this problem by turning the Bluetooth setting off and then back on. Can anyone tell me what is causing this and what I should do to avoid it?

    I posted this problem on [email protected] Bluetooth <[email protected]> and received this response from Jason Conn:
    If I had to hazard a guess, I’d say that the primary reason you haven’t received much of a response is because you’ve given no description of your issue beyond “sometimes I see error 1309 and things stop working”.
    If you haven’t already, please file a bug on bugreporter.apple.com and include as much detail as possible - a description of what you’re trying to do, repro steps that lead to the issue, even a test app. Respond to me directly with the bug number, and I will follow-up.
    I had hopedsomeone at Apple could look into the code and state the conditions that led to this warning message. I was not able to reproduce the problem sufficiently reliably to file a bug report. Maybe you can.

  • Error message into warning message KO450

    Hi,
    There are  unsettle RA  value in project PAD-9114. Because of  this unsettle RA  value in  the project  we are not able to  close the project and receiving error message like below:
    1.There is still WIP for wbs
    2.Balance of  wbs is not zero.
    There is still WIP for WBS PAD-9114
    Message no. KO450
    Diagnosis
    The WIP for WBS PAD-9114 has not been cleared.
    System Response
    WBS PAD-9114 cannot be deleted.
    Procedure
    Calculate the WIP for WBS PAD-9114 so that it can be cleared.  Then settle WBS PAD-9114, including the cleared WIP in the settlement.
    How  to change  above  error message   into warning message so that   it will allow us to  close  the project.
    With regards,
    V.krishnamoorthy

    Hi,
    Thanks  for your answer. But still i am receiving the same error
    There is still WIP for WBS PAD-9114
    Message no. KO450
    Diagnosis
    The WIP for WBS PAD-9114 has not been cleared.
    System Response
    WBS PAD-9114 cannot be deleted.
    Procedure
    Calculate the WIP for WBS PAD-9114 so that it can be cleared.  Then settle WBS PAD-9114, including the cleared WIP in the settlement.
    With regards,
    V.krishnamoorthy

  • How to change Error Message into warning message

    Dear Friends,
    I am getting an error
    The qty stored that was entered is adjusted
    Message no. XU 040
    at the time of GRN. I am maintaining batch specific Unit of Measure.
    Please tell me how to change this error message in to a warning message.
    Thanks
    Prashant Atri

    Hello Prashant,
    This is satndard SAP messagge which is maintained in customizing;
    SPRO>>Logistics - General>>Batch Management>>Define Attributes of System Messages
    Here you can convert this messages to warning message. I urge you to please check with abaper as this may be hardcoded message and it may have implications on valuation and posting.
    In the above IMG path you can do the changes
    Br,
    Tushar
    Edited by: Tushar Patankar on Jan 1, 2011 5:36 PM

  • CONVERTING ERROR MESSAGE TO WARNING MESSAGE

    HI GURUS,
      CAN ANY ONE GIVE ME IDEA HOW TO CONVERT ERROR MESSAGE TO WARNING MESSAGE IN QM MODULE.WHEN I AM POSTING STOCK FROM QUALITY TO UNRESTRICTED. BECAUSE IAM GETTING ERROR WHEN IAM POSTING STOCK GIVING ERROR TRANSFER POSTING THROUGH QUALITY ONLY. MY ERROR MESSAGE NO IS QA495. I TRIED ALL POSIBILITES. BECAUSE I AM NOT GETTING INSPECTION LOT BUT STOCK IN QUALITY. GIVE ME IDEA.
    BHAKTA

    Dear BHAKTA,
    it's not possible to customize every message in SAP System to warning or error.
    It depends on the coding. I have found message QA495 twice in coding, both times it's hard coded in Inlcude MM07MQSS. So it's not possible in standard to change this.
    How to find this information:
    SE91
    -> enter the message
    -> button 'display'
    -> select the line
    -> button 'where-used list' (CRTLSHIFTF3)
    -> now you get a list of all programms where the message is used
    Now you can check if message type is hard coded or read in customizing.
    If you really want this you have to modifiy the coding. But I would not recommed this, as hard coded errors are necessary to make sure that the standard scenarios work correctly.
    Regards,
    Sabine

  • Change error message to warning message

    Hi Experts,
    How can we change error message to warning message.
    Eg: T-code : SE91 shows the message. If i want to change message class PG, message no 26 error to warning what will be the process.
    Regards
    Ratan

    Hi Ratan,
    Message class PG is used in the below mentioned Standard SAP Methods and Includes, So it is not suggested to change the SAP standard code.
    Regards,
    Raja Sekhar

  • Change Error Message to Warning Message in GL account

    Hi Experts,
                      I want to Change Error Message to Warning Message In the GL Account - FH142.
    What is the Transcation Code for this.

    Hi,
    Go to transaction code OBMSG and give application area as FH and create new condition for the message 142.
    SAP will support such kind of changes.
    Regards,
    Sankar

  • Error message to warning

    I want to make this error message to warning. Can any body tell me where I can get this
    The base unit of measure cannot be changed; choose "Display errors"
    Message no. M3 189

    Hi,
    This is not a user difined message. You cannot make it to waring messgae.
    However, you can do so only under certain circumstances, including the following:
    If there are no stocks of the material in the current period and in the previous period
    If there are stocks in the previous period, you can clear them as follows:
    a) Post the stock in the previous period to the current period (for example, using movement type 561) so that the stock for the previous period is the same as the stock for the current period.
    b) Clear the stock with the posting date in the previous period (for example, using movement type 562).
    If no purchase requisitions, purchase orders, or scheduling agreements exist for the material
    Regards,
    Satyajit

  • Error message to Warning message in MIGO?

    Hi,
    When we are executing MIGO 411 K transaction we are getting error message 'Enter Vendor Number'. I want to supress change error message to warning message.
    Because my requirement is populate vendor dynamically based on combination of Material, Plant, Storage location and Batch. I got user exit for this User-exit (EXIT_SAPMM07M_001) when click on check button.
    We found a User-exit (EXIT_SAPMM07M_001) triggered when User clicks on 'CHECK' button. But since the vendor field (LIFNR) is a mandatory field in MIGO 411 K transaction, its throwing an error message 'Enter Vendor Number'. So unable to proceed further.
    so i want to change error message into warning message and then i will proceed.
    error message i m getting is " Enter vendor number for special stock k".
    Or is there any other to populate the vendor dynamically based on Material, Plant, Storage location and Batch. please help..
    thanks

    This error is dynamic call so you can't make this one as warning message but why don't you try to add the search criteria based on your requirement to the field of vendor in migo.
    e.g. when you do F4 or drop down you will see the list of vendor you can get from diff way.......so add one more earch criteria for your reqs here.

  • Change of error message into warning message

    While doing FBZP i have found the following error.
    Clearing acct only allowed for an outgoing bill of exch.pmnt
    Message no. F3029
    I am not able to go further, the above message is coming.
    I want to make the error message into warning message.
    Please suggest, how to overcome

    Hello BSR,
    The Error message F3029 is raised when the clearing account (T042I-VKONT) is filled but the payment method in question is not defined as "Bill/exchange".
    I assume that the field is not changable at the moment. You may make necessary changes (delete the entry or delete the specified account) with the instructions below.
    1. Go to Tcd: FBZP -> Click [Pmt methods in country]
    2. Select the entry for the erroneous country(?)/payment method
    3. Change Payment method classification to 'Bill/ex' and save
    Now you should be able to change "Set Up Bank Determination for Payment
    Transactions" table.
    If you still want to use this payment method, please change back to the original classification after making necessary changes in T042I.
    I believe this information would help you in resolving the reported issue.
    Best Regards,
    Vanessa Barth.

  • Convert Error Message into Warning Message

    I wanted to change alternate account into existing GL account. But it is not permitting to post because it is having balance. So i wanted to change error message into warning message. i tried with the following process but still it is not showing warning message showing as error message only. please suggest us.
    a) OBMSG
        Application area  Msg   Allowed        Standard          Switch Off
               FH                  007    W                   E                       tick mark
    b) OBA5
         Msg                                         Online          BatchI         Standard
         007                                                w            w                 w
    Please suggest me i need it urgently.
    Regards
    D.J. Laxmi

    Hi,
    Certain Error messages are not passed to be changed to warning message eventhough you maintained proper customization for the same. I can only recommend you that neutralize the balance of Gl account and change if reporting is accepted.
    Regards,
    Chintan Joshi

  • I'm trying to open a 900kb Word doc (240pages) in Pages but get this error message:  Import Warning - A table was too big. Only the first 40 columns and 1,000 rows were imported.

    I'm trying to open a 900kb Word doc (240pages) in Pages but get this error message:  Import Warning - A table was too big. Only the first 40 columns and 1,000 rows were imported.

    Julian,
    Pages simply won't support a table with that many rows. If you need that many, you must use another application.
    Perhaps the originator could use a tabbed list rather than a table. That's the only way you will be able to contain a list that long in Pages. You can do the conversion yourself if you open the Word document in LibreOffice, Copy the Table, Paste the Table into Numbers, Export the Numbers doc to CSV, and import to Pages. In Pages Find and Replace the Commas with Tabs.
    There are probably other ways, but that's what comes to mind here.
    Jerry

  • Every night at 7pm CST/midnight GMT, Firefox closes with no error message, or warning message. All add-ons have been disabled. Running Win7 with Firefox.

    I have already disabled all ad-ons, one at a time (11 total) to see if any of them caused the error. None did. I have already checked all programs, including antivirus to see there was a timed action that was triggering the shut down. When it does shut down, I receive no error messages or warnings about muliti-tab shutdown. Every time, Firefox simply closes. When I re-open Firefox, I do not receive the option (which I have set) to restore my tabs. No other programs are affected. I am happy to provide any more information, just let me know what you need. The Troubleshooter data below is from 1.5 hours after the most recent Firefox shutdown.

    I have '''exactly''' the same problem as you do, and it also happens in other browsers as well (I use Internet Explorer and Google Chrome too).
    Most of the times, the restore previous session option is grayed out, but other times it automatically asks me if I want to restore the previous session. When I click 'Yes', it restores all the tabs of the previous session alongside a new one, open in the following site: http://krzemik.pl/
    The site is Polish, but I don't even live in Poland.
    The site says it's safe, but I'm suspicious it distributes some kind of adware that causes this problem. I've already reported it, though.
    I also have another problem that, whenever I search for something that contains the word 'virus' on a search engine, the browser is automatically shut within 1 or 2 seconds without any kind of warning or error message, I also can't open one of my antispyware programs (AdAware, to be exact), as it is immediately closed as if I had clicked the 'X', per say, even in Safe Mode. I'm also prevented from using my backup restore function in the control panel, or even using commands to activate it. I've fully scanned my computer in Safe Mode using another antispyware (SuperAntispyware) twice, and nothing as solved the problem.
    I'm not sure if these problems are interconnected, though.

Maybe you are looking for

  • Oracle Ebiz DSNO processing

    Hello, We have implemented Oracle B2B Integration along with BPEL Process Manager and XML Gateway that works with Oracle Ebiz Suite 11 5 9. We use the above, to process inbound PO (EDI 850) and Sales Order Acknowledgement (EDI 855). We are working on

  • Variable on Compounding

    Hi Everyone, I want to create variable on 0MAT_PLANT(Customer Exit) which need to be populated on certain condition. Now, I have material 200 in 4 plants PAT1, PAT2, PAT3 and PAT4. and 300 in 2  plants PAT2, PAT3 and PAT4. that means i will have 4 re

  • F4v & flv show as generic icons and are not scaled

    Hi! I'm using Bridge CS4 for some years and since the reinstall of my operating system (Vista Business 32bits) and of CS4, all the f4v and flv files are showing as generic file icons. That means that I do not get the video thumbnail for f4v or flv fi

  • Icloud IMAP server connected to itunes password?

    I just changed my itunes password and now I get a message on my computer about icloud: The iCloud IMAP server "p99-imap.mail.me.com" rejected the password for user "(me)". How do I solve this and are the two passwords connected somehow?

  • Photoshop cs2 wont load

    Hey having a problem with cs2, suddenly it wont load. It just bounces up and down in the dock and nothing happens, then it just stops bouncing. My computer slows down a bit while this happens. Image ready works fine however. I have a mac mini running