Prt availability.while creating production order

while creating production order. system checking PRT availabilty
if PRT is not there system throws warning msg
PRT: Item: 0010  Material TESTPRT1 plant BP01 is not available.
Message no. CF301
Diagnosis
You are attempting to use a PRT. However, the current status of this PRT does not permit you to use it.
how can change into error msg.........
thx in advance

Hello,
I've checked the WUL of the message CF301 and found:
CALL FUNCTION 'CO_FU_FHM_AVAILABILITY_CHECK'
       EXPORTING
            index_imp             = affhd_sav-indbt
            tco11_imp             = tco11_tmp
       IMPORTING
            fhm_not_available_exp = fhm_not_available_tmp.
FHM verfügbar
  IF NOT fhm_not_available_tmp IS INITIAL.
    CASE affhd_sav-fhmar.
      WHEN material.
        MESSAGE i301 WITH affhd_sav-psnfh
                          affhd_sav-matnr
                          affhd_sav-fhwrk.
      WHEN sonstige.
        MESSAGE i302 WITH affhd_sav-psnfh
                          affhd_sav-sfhnr.
      WHEN dokument.
        MESSAGE i303 WITH affhd_sav-psnfh
                          affhd_sav-fhmnr.
      WHEN equipment.
        MESSAGE i307 WITH affhd_sav-psnfh
                          affhd_sav-fhmnr.
      WHEN OTHERS.
        MESSAGE a886
                WITH sy-repid
                     hlp-fname.
    ENDCASE.
I'm afraid the attribute is hardcoded to be warning.
BR,
Tiemin

Similar Messages

  • Error while creating Production order without BOM

    Hi Guys,
    While creating production order without a BOM i am getting the following error in the error log.
    Error: BOM for material xxxxxx does not contain any valid items
    Message no. CO636
    Kindly help.
    Regards,
    Sid

    Dear customer,
    could you check in the master data screen of the order if one BOM has been selected?
    please coudl you check your customizing the following transactions:
    OPJM
    OPJI
    what do you have in 'BOM slection field' MRP4 view of the header material?
    Please check if with this info you can find the missing data to explode the BOM
    regards
    Maria

  • Resrtict -  copy from option while creating Production order

    Dear all,
    I want to know how to  Block  the "copy from" option while creating Production order(CO01).
    Regs.
    S.R

    Dear Ramesh,
    You can do this Via SHD0
    Just check the below link
    [Regarding Backflushing(MFBF) fields making display;
    Regards
    kumar

  • Update error while creating production order (TCODE CO01)

    Hello,
    We have created new plant into development server for testing. We have created production Order few days back at that time we have not faced any problem. But from last two days , when we create new production Order , system gives following error:
    ORA-00947: not enough values
    DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB
    SAPLCOVB" or "LCOVBF10"
    HEADER_POST"
    and
    Update was terminated
    System ID....   DEV
    Client.......   500
    User.....   HPLSU
    Transaction..   CO01
    Update key...   4B6E4F48C08D027FE1008000C0A802F3
    Generated....   08.02.2010, 10:35:48
    Completed....   08.02.2010, 10:35:49
    Error Info...   00 671: ABAP/4 processor: DBIF_RSQL_SQL_ERROR
    Our work is held up.
    Please also note that If we increase the QTY in the existing Order ( already created few days back) , System accept the same and Order is saved.
    We are looking for the solution for the above.
    Early reply will be highly appreciated.
    thanks
    harish

    Hi Rishi,
    You better check with your BASIS team.
    Check this link also
    Supervisor Error ADM0015
    Regards,
    Satyajit Kumar
    Edited by: Satyajit Kumar on Feb 8, 2010 7:47 AM

  • Missing part list is incomplete while creating Production Order and 2 components are not shown in the list.

    Hi Team,
    We are facing issue for availability check. During creation of Production order, the missing part list is not complete and it should show componenet A in the Missing part list. Below is the details:
    Production Order quantity: 100 kg
    Componenet A required quantity: 100 kg
    MMBE Unrestricted qty: 1000 kg
    MMBE Reserved Quantity: 2000 kg
    So as per above figures component A should come as missing part during availability check. But it is not coming as missing part. Please check and give your inputs.

    Hello
    The results of availability check should NEVER be compared with MMBE. As already mentioned, transaction CO09 is more appropriate.
    Also, this issue has been already discussed on hundreds of threads in the past. See some examples below:
    Problem with missing parts list during production order creation
    issue in committing material for production order
    Material Availibility check in Production orders
    availability check
    order is not released
    As it is stated on the The SCN Rules of Engagement you should do some research before opening a thread. Therefore, please use the search tool or even google to search for similar problems before opening a thread.
    BR
    Caetano

  • Error while creating Production Order

    HI Experts,
    While creating a production order for a material with planning stratagy 82, I am getting an error saying "Error occured in number assignment for object" AUF_PLAN.
    Can you pls tell me what was the exact problem!!
    Regards
    Prasanna

    Prasanna,
    Just a basic doubt, when you are saying that the material is assigned with Planning strategy "82", what is the need to create a Production Order manually? I am not sure whether this has an effect at all...but lets try.
    Remove the strategy from Material Master MRP 3 view and then try creating the Production Order with Order type PP04, as you were trying earlier. This is just to see whether is this something related to Order type definations or Assembly Processing.
    You also try creating a sales order, when the planning strategy "82" is still exists is the material master to see whether production order is getting created automatically by system.
    Please let us know the feedback on the above
    Regards,
    Prasobh

  • Error in BDC using 'N' mode while creating production order

    Hi,
    I am trying to create a production order  ( transaction CO01 ) by using a BDC. I just have to fill the header details, components , assign the component to operation , save and exit. When I am running the BDC in 'A' or 'E' mode, it works fine. The 'E' mode doesnt stop anywhere and successfully creates the production order . But when I change the mode to 'N', it throws an error "No batch input data for the screen SAPLCOKO1 0115". I am using Call transaction in BDC to create the production order. What could be the issue? Can someone throw some light?
    Thanks,
    Suganya

    Hi Suganya,
    I guess that Chandra Madapati is right. I also faced the same issue for another transaction.
    If you want to disable the batch input (sy-binpt), you can use the addition OPTIONS FROM in call transaction statement.
    It refers to the structure CTU_PARAMS in ABAP dictionary and contains the following components:
    Component
    Meaning
    DISMODE
    Processing mode for batch input processing. Values as for the MODE addition.
    UPMODE
    Processing mode for batch input processing. Values as for the UPDATE addition.
    CATTMODE
    CATT mode for batch input processing. CATT means Computer Aided Testtool. While batch input is mostly used for data transfer, CATT processes are to be viewed as more complex transactions, since they are reusable tests. Values: " " (no CATT mode), "N" (CATT without single screen control), "A" (CATT with single screen control).
    DEFSIZE
    Selection as to whether the screens of the called transaction are displayed in the standard screen size. Values "X" (standard size), " " (current size).
    RACOMMIT
    Selection as to whether the COMMIT WORK statement terminates batch input processing or not. Values: " " (COMMIT WORK terminates processing), "X" ( COMMIT WORK does not terminate processing).
    NOBINPT
    Selection for the symbol field sy-binpt. Values: " " (sy-binpt contains in the called transaction "X"), "X" (sy-binpt contains in the called transaction " ").
    NOBIEND
    Selection for the system field sy-binpt. Values: " " (sy-binpt contains "X" after the end of the batch input data in the called transsaction ) "X" (sy-binpt contains " " after the end of the batch input data in the called transaction).
    In this, if you give NOBINPT as 'X', the system field sy-binpt becomes disabled. You can also set the processing mode and update mode using DISMODE and UPMODE respectively.
    Thanks & Regards,
    T. Prasanna Kumar

  • Error while creating production order (capacity leveling)

    Hello Friends,
    For capacity Planning - Leveling, i am using overall profile  "SAPMPSG006 - MPS/MRP: Capacity availability check", in Production scheduling profile, which i have attached in the material master.
    In Availability check parameter, checking control for the combination of Plant,order type and business transaction 1, in capacity availability section also, i have maintained the overall profile "SAPMPSG006 - MPS/MRP: Capacity availability check'.
    Now i have created the production order for a particular period (start date 17.03.10 , finish date 20.03.10). In CM01, agaist the work center, i can see the load. Hence available capacity and required capacity is same for three days.
    Now again i have created one more production order for the same period (start date 17.03.10 , finish date 20.03.10), system is showing the window with the message work center with overload.On the same screen, when  i click on finite scheduling tab, than system showing the new latest start date and time the same as earlier date i.e 17.03.10.
    Here my question is , when i click on finite scheduling tab, than system should propose the date 21.03.10, as on and after this date capacity on this workcenter is available. But system is not proposing the dates, where capacity is available.
    When i checked the dispatching log, there i found two errors.
    continued..................

    Dear,
    That's great production order system is proposing the future date automatically.
    Few check,
    1) Factory calendar for holidays?
    2)Any other production order on that days?
    3)Your capacity profile and its setting?
    Basic dates
    Check whether scheduling should be performed with a time being specified. For this, check the scheduling data of the scheduling type in Customizing. OPU3
    Do the basic dates change?
    Check whether the alternative "Adjust basic dates" has been selected for the scheduling parameters.
    Check whether the basic dates are set correctly on account of the operation dates. So check operation dates also?
    Regards,
    R.Brahmankar

  • Price error message while creating production order- Urgent

    In past i was getting warning message of 'No price could be determined for material/batch and Plant" message no CK 465 at the time of saving the production order after creation but now it has stopped even though there is no price in material amster.
    I changed the configuration to Error message (TC: OPR4_PPCO) and it works but why not for warning message?
    Thanks

    Please confirm where i should check for Activity price?
    But then why we are able to get error message.
    Reexplain:
    Creating a production order which do not have standard cost in material master.
    While saving, getting a error message'No price could be determined.......'
    Now changing the message to Warning through configuration using TC: OPR4_PPCO
    Now again creating the production order and saving
    Expectation to have same message as warning but not getting anything.
    Thanks
    Edited by: vineet garg on May 1, 2008 12:14 AM

  • Error message while creating production order with KMAT material strategy25

    Hi PP Gurus I am running variant configuration cycle...Strategy 25, Custermer Req KEK (KMAT Matrl)
    Sales order & MRP Picked the components correctly as per the dependencies
    written. So Planned order generated against sale order.
    When I tried to convert planned order to Production order...I am getting the
    below error message..
    Error Message:
    You cannot make an assignment to make-to-order stock Message no. CO684
    Diagnosis The component cannot be allocated to an individual stock because
    make-to-order production and engineer-to-order production cannot be executed
    with this order.
    A possible cause is that you are trying to create an order with reference to a
    sales-order/project, where an account assignment to a sales order/project is not
    allowed in the settlement profile that is assigned to the chosen order type.
    This is inconsistant.
    System response The following responses are possible:
    Order processing is cancelled.
    The system resets the special stock indicator back to the original value.
    Procedure Choose another order type.
    I used order type with SD1 as settelement profile.
    OVZG: default 046, settlement profile = SD1
    OPJH: Settlement profile = SD1
    Plz through some light on this if u have worked on Variant Configuration/MTO
    settlements.
    Question:
    1) Is creation of production order with KMAT material supported by SAP?
    2) If yes, why the above error occurs?
    Waiting for Ur reply
    With Best Regards

    Dear R.Brahmankar,
    I have check on the note, but it is not relevant to ecc6. The current system default setting is :
    Standrad setting for reqt class 046
    Special Stock E
    Acct Assgt Cat. M
    Valuation M
    Settlmt Profile SD1
    However if I change the Acct Assgt Cat. from M to E. It resolve the problem. I would like to know is this the right solution?
    Config in Acct Assgt M
    Consumption Posting = E
    Config in Acct Assgt E
    Consumption Posting = '  '
    In F1 key of Consumption Posting field it shown following:
    To flag the sales order item as cost- and revenue-carrying, enter an "E" (settlement via sales order).
    If you do not wish to flag the sales order item as cost- and revenue-carrying, do not enter anything.
    Dependencies
    If you are working with nonvaluated sales order stock, always flag the sales order item as cost- and revenue-carrying.
    If you are working with valuated sales order stock:
      In the case of complex make-to-order production, flag the sales order item as cost- and revenue-carrying
      In the case of sales-order-related mass production, do not flag the sales order item as cost- and revenue-carrying
    Should we change to E?
    Regards,
    Ong

  • Cost calculation error while creating production order

    Hi, "version 0 is not defined in controlling area xxxx for the fiscal year 2008, maintain the fiscal area dependent version parameters for the version o".the above error message appears at the time of saving my production order with co01 t-code. i have tried to rectify this by okez t-code, but it gives message that "activation of the indicator is notallowed". the same message appears while releasing the order, while doing the GI . Pls suggest.

    Hi,
    Please refer the below thread.
    https://forums.sdn.sap.com/watches!add.jspa?forumID=144&threadID=484386
    Regards,
    Senthilkumar

  • No Funds Center error while creating Production Order in CO01

    Hi SAP Consultants,
    I am trying to save production order in transaction CO01 but I am getting error saying "No funds center entered/derived in item 00001"
    Diagnosis
    In company code (&2) the component Funds Management is active. This requires the entries or the derivation of a funds center.
    You can use the following elements to derive the funds center: company code / account  or CO object .
    Procedure
    Enter a funds center or ensure that the funds center can be derived from the possible assignments by:
    assigning a funds center in the commitment items- master record or maintaining the assigning of a funds center to the CO object.
    My company is a public sector company and Funds management is active.
    Any help would be appreciated.
    Thanks in advance.

    Hi,
    Kindly check for item 0001 in the Material Master which Profit Center is maintained and check if a Funds center is assigned to it. This should solve your problem.

  • BAPI-To create production orders with reference to sales order & item

    Hi,
    Can anyone tell me which is the best method to create open production orders?
    Is there any BAPI available for creating production orders with reference to sales order & item.
    I tried this BAPI "BAPI_PRODORD_CREATE".
    I am getting pop up to enter serial number while executing the custom program.
    Which table contains the serial number(effectivity parameters)?.

    I have custom screen fields on notification service!
    i think a bdc is better.

  • Error while creating Product Cost Collector

    Hi SAP Gurus,
    While creating Product Cost Collector I am getting the following Error:
    Enter a distribution rule for Order without a validity limit
    Message no. KD059
    Diagnosis
    The settlement profile used requires you to define a distribution rule for Order. For period 009 2008, however, you have not created a distribution rule for Order.
    Procedure
    Create a distribution rule for Order without a validity limit, because, if the distribution rule does have a validity limit, the system always issues this message in the period following the last valid period.
    You can also use a different settlement profile that does not require such a distribution rule, or change the settlement rule used.
    Can any one help where exactly i need to maintain this.
    The settlement profile settings are fine.
    I am getting this error only after i have changed the scenario to Reproting point back flushing

    Dear Suryanarayana
    Please check the corresponding settlement profile for product orders.
    In most of the cases message KD059 means that no distribution rule is assigned to your production order.
    This is not an error, but the system design. In order to avoid message KD059 you will either have to enter settlements parameters and a distribution, or change settlement profile for valid receivers in transaction OKO7 from 'settlement required' to 'Can be settled'.
    I hope this helps resolve the issue for you. I wish you the best in your endeavours.
    Kind Regards,
    Brendan

  • Error while creating sales order with ref to contract

    while creating sales order, with refernce to contract system is giving a message
    Configuration not possible for material : Reason 3 --> Help
    Message no. V1360
    and the message is as follwed can any one explain
    Diagnosis
    This may have been caused by one of the following:
    1. The configuration profile for the material allows or requires the bill of materials to be exploded during order processing. However, a plant has not been specified in the item.
    2. The configuration profile of the material allows or requires the bill of materials to be exploded during order processing, but the order quantity in the item must be greater than 0.
    3. A configuration profile has not been maintained
    or
    A configuration is not permitted for the material
    or
    4. The configuration profile of the material allows or requires the bill ofmaterials to be exploded during order processing. However, the system could not determine a date because important data is missing from the item (see incompletion log).

    Hi
    I think you have both Variant configuration and BOM.
    Pls ensure the following.
    1. BOM masterdata is maintained for the variants
    2. Variant configuration is configured correctly
    Configuration profile is created for the material
    Knowledge base object and run time version are available
    3. Maintain materials as not relevant for delivery or dont give delivery quantity as 0
    Once you are sure that these are in proper shape, you can start creating order. The problem wont come.
    Reward points if it helps you.

Maybe you are looking for

  • SAP PI 7.3 : Error during validation

    Hello Everyone, I have an error during the validation, and I don't now where is the problem. The error is :      <SAP:Error SOAP:mustUnderstand="" xmlns:SAP="http://sap.com/xi/XI/Message/30"                                                           x

  • Why do all my Calendar events on my iPad 2 disappear when I try to edit an event?

    Ever since I updated my iPad 2 to iOS6, a strange quirk occurs with Calendar. If I try to edit a Calendar event on the iPad (no matter what the event is or when it is), all the events in my entire calendar disappear from iPad. They don't actually "de

  • XML Parsing Error: no element found

    Hi, I'm working with BIPublisher 11g and I'm having the following error, this error occurred when I'm in the report and try to get the XML : XML Parsing Error: no element found Location: http://172.16.10.46:9704/xmlpserver/servlet/xdo Line Number 4,

  • Unauthorized payment and automatic top-up

    I received notification this morning that my paypal account had been charged $10 for Skype credit, and that Skype had been authorized to automatically make further $10 payments when the skype credit amount went below $2. I did not authorize either of

  • Deployment Error in a Mapping

    Hi Guys, While deploying a mapping, Im getting the below mentioned error and i couldnt load the data from source to targets. RPE-01008: Recovery of this request is in progress. Pls give your suggestions Thanks in Advance Kishan