Warning message during PO creation..

Hi Freinds ,
I have  a test condition during  PO creation.. In absence of info record for material vendor combination, Net price has to be manually entered in 'conditions' tab of PO..
  And after Entering this price, system should give a warning message as ' Effective price is  XX USD, material price is XX USD...
This message is not appearing ..
i checked in define attributes of system messages in SPRO..
  Message number 06207 is been configured there as warning message.
   so what should i do to get that warning message while creating a PO..
  thanks ..

Hi
We can use versions in the Define attributes of system messages means
The same message can be Error for one user and Warning for other user and no message for another user.
To do this you have define a new version for the message by copying the same.Give version as 01.Against this version give W.
Assign this to the user parameter MSV in USER ID parameter tab.You can create another verions and message as E add to another users.By this one user will get Warning and other will get error.
Please check in your case any version number for this message type assigned to your user ID with no message option
Regards
Ramakrishna

Similar Messages

  • Error message during cube creation

    Hi expert,
    System show the following error message during cube creation, please info how to solve this problem. Thanks.
    Define the characteristics of the validity table for non-cumulatives
    Message no. R7846
    Diagnosis
    The InfoCube contains non-cumulative values. A validity table is created for these non-cumulative values, in which the time interval is stored, for which the non-cumulative values are valid.
    The validity table automatically contains the "most detailed" of the selected time characteristics (if such a one does not exist, it must be defined by the user, meaning transfered into the InfoCube).
    Besides the most detailed time characteristic, additional characteristics for the InfoCube can be included in the validity table:
    Examples of such characteristics are:
    A "plan/actual" indicator, if differing time references exist for plan and actual values (actual values for the current fiscal year, plan values already for the next fiscal year),
    the characteristic "plant", if the non-cumulative values are reported per plant, and it can occur that a plant already exists for plant A for a particular time period, but not yet for plant B.
    Procedure
    Define all additional characteristics that should be contained in the validity table by selecting the characteristics.
    In the example above, the characteristics "plan/actual" and  "plant" must be selected.
    The system automatically generates the validity table according to the definition made. This table is automatically updated when data is loaded.

    Hi,
    Go to the Extras Tab in the definition of the Cube and there select " Maintain Non-Cumulatives" and there select the Plant check box. You can also check Material but it is not recommended. Now try to activate the cube. I think it will work for you.

  • Warning message instead of error message during PO creation in QM in procurement

    Hi,
    I activated QM procurement for a material and put a control key with delivery release, certificate required and invoice block....Now for that material, vendor and plant combination created QM info record and put some release qty...Now after the release qty is reached then when I am making next Purchase Order system is throwing warning message instead of error message and allowing me to create PO...where I need to convert the warning message to error message...
    Thanks
    Kumar

    Hello Kumar,
    Never tested this ;
    Anyways, Set Message control for lock as "Defects" for respective Control key.
    Path: QCC0>QM in Logistics>QM in Procurement>Define Control Keys.
    Amol.

  • 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 message during the settlement of WBSE

    Hi,
    We have PS structure. During the settlement cost booked in WBSE moves to AUC & from AUC to final asset.
    While settling the cost from AUC to Final asset, I am getting the warning message " Asset Value date earlier that Asset Capitalization date". If I am still continues then settlement for the that WBSE will be done.
    Now what are the impact of this warning mesage to WBSE settlement, Depreciation run & its value calculation.
    Please advice whether I should continue this type of settlement or do some rectifications..
    Thanks & Reagrds,
    Pradip

    When you do the settlement to your final asset you can fill in the Asset Value date (right part of the screen).
    This date is used to derivate the  capitalization date  and then the depreciation start date (it is possible to fill this in  manual, or to change it manual in the asset TC AS02)
    You have to look in the in the asset what is in and what is the reason of the message TC AS03

  • Warning message during MRBR if  advance is existing

    Hello,
    We would like to have a warning message before releasing invoices in MRBR transaction. The normal process is, we display evry LIV (MIR4) and release the same. During this process we want system to display warning if advance is existing for the vendor.
    what should be done ?
    Regards,
    Vinay

    Hi,
    As per standard SAP, system give information at the time of Invoice Verification itself (at LIV time) that the particular vendor is having so much of advance against current assets.  User can clear the advance if it is related to the same LIV.
    Check once and assign points if it useful.
    Sarma BH

  • Error Message and warning message in PO creation

    Hi,
       I have one requirement like when user create PO with 'critical material',while saving PO,user  should get message "critical material".
    For this ,in the enhancement MM06E005,EXIT_SAPMM06E_012(functional module),
    I have written piece of code
    *critical Material by Jaheer,ABAP & MM specialist
    LOOP AT TEKPO.
      IF TEKPO-MATKL EQ '9068'.
        MESSAGE ID 'ZMM' TYPE 'W' NUMBER '013' with TEKPO-MATNR.
         ENDIF.
    endloop.
    Here whenever I put message type 'E',I am getting message "critical material".But I donot want  error message  ,I want only warning message,so when I changed message type as "W",I am not getting any message while checking My PO.
    What is the reason?
    please,Can somebody throw some light on this?
    With Reg,
    Jaheer

    Hi,
    The linkage between warning and crtical materila is improper. Initially you have setted as E CRITICAL MATERIAL. Please change the status of message from error to warning in custamization instead of doing in program. Hope it works.Thanking you

  • Warning message during inter-company sales process.

    Hello Gurus,
    We are changing plant manually right? while creating an order for Inter-company sales process.
    As soon as we change the plant, system should give a warning message.
    Regards
    Rikin.

    Don't have much idea on this.
    Try with EXIT_SAPFV45S_002
    I will still insist to take assistance of ABAPer in your team.
    Regards
    JP

  • Script for generating warning message during Shutdown by GPO

    Hello,
    I want to apply GPO in my AD to generate a warning message in the pop-up window just after when user click SHUT-DOWN  in their system .
    But I don't know what are the script for the same in batch file. Any body please suggest me.
    Thanks 

    Hello,
    i know the process how to apply it , the only things i have a problem is the content of script  as i mentioned above and now below also. I shown the script above which i used so far here only i need how to improve my script .
    echo msgbox "Hey! Here is a message!" > %tmp%\tmp.vbs
    cscript /nologo %tmp%\tmp.vbs del %tmp%\tmp.vbs
    Thanks

  • Warning Message during Reversal of Invoice

    Hi,
    I receive a warning message when I tried to reverse an invoice that was posted but not paid yet. The message states: FMUP027 "Payments are not updated in FM Ledger 9A". The explanation is that "The payments are not updated in ledger 9A in spite of the settings in the update profile of Funds Management." Any idea what this error is about?
    Thanks.
    Regards,
    Wai Leng

    We have patched this OSS note before but it still doesn't work.
    Regards,
    Leng

  • Warning message during sales order creation

    When I create sales order sytem gives me following message. Please guide me
    Reorder point for item 000010 has been exceeded: 1 STR
    Message no. V1108
    Diagnosis
    You have entered an unusually large quantity in item 000010.
    Materials management agreed on a reorder point for this material. Only after this quantity is exceeded, procurement for the material is initiated.
    Since the schedule line quantity exceeds the reorder point, it is
    possible that there is not enough stock at the time of delivery.
    Procedure
    Check whether you have entered the right quantity and whether the unit of measure is correct.
    Inform the materials management department about the large order quantity in item 000010, to ensure that the quantity entered for the item can be delivered.

    Hi Bhushan,
    Just go to MM02 and put your material and then go to sales org 1 tab.
    Over there just check out min. order qty.
    If you have maintain some value over there then request you to remove that if not required.
    Other wise make the order greater than that quantity.
    If still problem exist then let us know
    Regards
    Raj.

  • Error message during TO creation back ground

    Hi All,
      We have configred the movemet type 309 and 321 with auto matic TO creation, after that we have schuduled a job (with program RLAUTA11)to create TO automatically , but for some of the posting changes TO es are creating automatically, but some of the posting changes TO are not creating and in the job log we found the error message"No quants exist for posting changes"  message no : L3 094.
    Could any one please kindly show the resolution for this issue.
    Thanks & Regards,
    Murali.

    Short Text
    No quants exist for posting changes
    Diagnosis
    No quants requiring a posting change were found.
    Procedure
    Check your entries.
    If memory serves, there is some called "quant" that is used in the TO creation. Obviously, with the quant that you have specified for that TO, nothing can be done. This is not exactly an ABAP question, you might need to ask your MM/WM consultant.
    Additionally, you may use "where used" feature in SE91 to find where in the programs this message occurs and what validations happen before that.

  • Firefox 10.0.2 causes "image data corrupted" warning message during update try on OSX 10.7.3?

    I tried to update firefox 10.0.0 to 10.0.2 on Mac Pro OSX 10.7.3 which failed with warning "Image data corrupted". Any ideas what to do?

    If there are problems with updating or with the permissions then easiest is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox program and save the disk image (dmg) file to the desktop
    *Firefox 10.0.x: http://www.mozilla.org/en-US/firefox/all.html
    *Trash the current Firefox application to do a clean (re-)install
    *Install the new version that you have downloaded
    Your profile data is stored elsewhere in the Firefox Profile Folder, so you won't lose your bookmarks and other personal data if you uninstall and (re)install Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

  • DBA COCKPIT warning message during startup

    When I execute DBACOCKPIT the following message is displayed:
    Problem with UDF Installation: Other error
    Therefore some functions may not work properly.
    Check the UDF configuration for more details.
    You are able to "enter" the DBA Cockpit application. The only visable anomoly is:
    "File Systems" is greyed-out under DB02-->CONFIGURATION. Therefore I am unable to select this icon and see the "df -k" statistics.
    When I execute the TEST under DB02>CONFIGURATION>MONITORING SETTINGS the response is: Test of user defined functions has been finished without errors
    The UDF configuration is version 19
    The database is version: 09.01.0003
    The SAP Application is SAP NW2004 version 640 with Support Pack 19
    I have other systems with the same configuration and the problem does not exist - any ideas?

    Hi Timothy,
    I am not really sure, if the SAP Note 452275 - 'Problem with UDF installation' may help you, as it is quite old and have a new version
    However, you have there also a reference to SAP Note 334777 - DB6: Missing user-defined functions, which explains you how to verify that the UDF are correctly installed.
    Best regards, Edgardo

  • VL150 message during delivery creation using VL10B

    Hi Friends
    I am creating a delivery of palnt to palnt stock transfer with reference to purchase order using T-code VL10B. but it is showing error 0 kg of stock avaliable.
    But the supplying plant contain the stock.
    pls provide the solution..

    Hi
    Go to MMBE, Give the Plant, Material, storage location and execute.
    In the Output, Double click the plant and check all the entries, whether it is been alloted for any like sales order and so on
    regards
    Prasanna

Maybe you are looking for