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

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

  • 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

  • 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

  • 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

    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 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

  • 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

  • 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.

  • 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

  • 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

  • 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

  • Trigger IRODER Idoc from IW31 while creating service order

    Hi,
    Iam trying to trigger an IDoc for service Order from IW31 transaction. I found the Idoc IORDER is for service order and one way of doing it is from IORD transaction.(Please correct me IORDER is not the correct Idoc !!) However, we dont have status profiles maintained for our order type, so Iam not able to use this method. Could anyone tell me if there is any other way to trigger the same?
    Thanks & Regards,
    Swarna Munukoti

    Hello Sandeep,
    Sales Representative is a partner funtion. You need to enter this partner function with a BP in the parties involved assignment block.
    As for the pop up, it is controlded bu the partner determination procedure. Based on the partner determniation procedure used, if there are more than one sales representative found, there would be the pop for selection.
    Hope the above information helps.
    Best regards,
    Maggie

  • Creating Production Order from Planned Order

    Hi,
    We are trying to use the BAPI 'BAPI_PRODORD_CREATE_FROM_PLORD' to create Prod. Orders. But it is failing with the message, 'Cannot be saved. Maintain serial no.' Now, the problem is there is no input parameter in this BAPI for providing the serial numbers. Our current Z program manually generates the Serial Numbers and uses BDC for 'CO48' to create the Prod. Order but has a horrible performance and for that reason we are trying to switch to BAPI instead).
    Now, the question is how best to achieve this objective: Use the BAPI to generate Prod. Orders from Planned orders with user-given serial numbers when there is no input option in the BAPI?
    I think of couple of options but not sure how good they are:
    1) Can we create/attach the serial numbers to the equipment/material first and then create production orders?
    2) Use implicit enhancement to add another parameter to BAPI and use it instead. This one seems little technically complicated because the BAPI itself calls tons of other programs (including CO48) to create Prod. Orders so the right place to insert the numbers might be difficult.
    Any clues how to solve this problem would be appreciated..
    Thank you

    Hi,
    REM manufacturing is simpler way to book the production.
    What is needed for REM is first question.
    1) REM profile
    2) Material on REM with this profile and REM tick
    3) Have normal BOM and routings/ rate routings and work center
    4) Define Production Version
    5) Define Product Cost Collector on which all costs are booked whenever you do your confirmation thro MFBF
    Having defined these master, once you run MRP you get planned order of PE type. It was earlier also callled as RS i.e Run Schedule.
    By using MFBF, backflushing transaction can book the production. REM is period based type of production booking unlike discrete where you make a production order of particular material for some dates, it is lot based production booking.
    Hope it is clear.
    Srini

  • Error determining posting period(infostructure S008,Variant Z2,RC3) while creating Sales orders from Inbound IDOCS

    Hello,
    I am getting this Error message"error determining posting period(infostructure S008,Variant Z2,RC3)" while creating Sales order from Inbound Idocs in the IDOC,which is affecting sales order creation.
    While viewing this Info structure S008, I could see no records have been maintained. Wanted to know the reasons behind this Hard error?
    Is it something related to Date Field used in the Update Rules for this Infostructure which is causing this posting period error?
    Appreciate your inputs on this.
    Thanks and Regards
    Mohammed Roshan

    Thank you Jelena,I checked the Ship. Delivery dates in the IDOC which are for Current Fiscal Year- 20140703 and 20140711,Could there be any other reason for this error?
    Could it be an issue with e Update rule in this Infostructire S008
    Secondly when we try change the update rule thru MC25 for this Infostructure S008,It gives a message"
    "Maintenance of SAP standard updates not allowed"
    Kindly advice
    Thanks and Regards
    Mohammed Roshan

Maybe you are looking for

  • What is the diff. b/w certificate login and normal login?

    Dear All, I have recently cleared my SAP certification, so i am now operating with a new account with MY S.NO and Password provided by SAP. prior to that i had a normal account. I cant find difference in both the acounts. I was told that in case of c

  • Looks like we have to choose between features and sharing a cloud id for backups

    iOS8 completely messes up old "family sharing" method of sharing an itunes account Location sharing doesnt work if you use the same iCloud to log into two separate devices. No way to log into Find My Friends separately it appears 

  • Designer Version for O9i ver.  9.2.0.1.0 ?

    Hi, Where can i get Oracle Designer version that goes with Oracle 9.2.0.1.0 for Win2K ? I have downloaded the ones currently available - A99230-01.zip A99231-01.zip But these are for 9.0.2.0.1 and while installing this on top of 9.2.0.1.0, it gives e

  • IPhoto and PS Elements 9

    How do I move photos from iPhoto into PS Elements 9?

  • Not seeing PS fan RPMs in BIOS

    Im not seeing the RPMs of my Power supply in the BIOS or Pc Alert 3.  Im positve the 3 pin wire is connected correctly.  Any settings in BIOS that would help?  Thanks for any help.