Help! one issue about creating a production Order

hi,friends
I used this FM CO_ZF_PRODUCTIONORDER_CREATE to Create a production order,but i can't got the order No.  in CAUFVD_EXP-aufnr. just the string 00000000001 is available.
Please help me out.
Thanks & Regards
JimmyCui

Hi,
1.If you r working on ecc 6.0 better to use BAPI_PRODORD_CREATE.
2.i think u r taking the value of AUFNR.But take as AUFPL.
It may work.
Regards,
SHIVA(reward if helpful).

Similar Messages

  • Co- Product Error while creating a production order

    Hi,
    While performing the Co-Products Approtionment at the time of creation of Production order..
    we are facing a problem regarding cost apportionment I have crated a Source Structure and the cost element is assigned to that Source Structure but still iam facing this issue
    kindly help me out.
    the error msg is
    Debit with cost element 9460404 cannot be settled.
    Message no. KD549
    Diagnosis
    Costs/revenues exist for cost/revenue element 9460404.  This cost/revenue element was given source assignment 40 in the source structure (-> settlement rule for sender -> parameters).  However, there is no distribution rule with settlement type FUL for this source assignment or the total of the percentages for the rules is less than 100.
    Note:
    Full settlement settles all the costs and revenues which have occurred up to the settlement period and have not already been settled. In the case of periodic settlement, you can configure the settlement profile so that all the costs occurring in the settlement period are settled, or if an amount less than 100% can be settled.
    Procedure
    Maintain the distribution rules for source assignment 40 and settlement type FUL or use periodic settlement to settle less than 100%.  Change the settlement profile for the sender as necessary.
    Change settlement profile
    Note:
    Cost and revenue elements receive source assignment " " if you have not entered a source structure in the settlement rule parameters.

    Hi Krishna Murthy I went through the note but i couldnt recive a big help from that note.
    I will explain the step by step process that i have done.
    I am attaching the Screen shots of the issue.
    1. For co-products I have created a source structure and Sec. Cost Elements were assigned in the source structure.
    2. The source structure was assigned in the Material Master for co-products equally distrubuting the amount between 2 materials.
    3. When we are trying to create a production order the error was displayed but the costs was getting calculated properly.
    4. When I was settling the production order the same error was getting displayed.
    I have tried various methods to resolve it.
    1. I have created a periodic settlement rule and tried to settle but it didnt work
    2. I have assigned the source structure in the settlement profile this also didnt work.

  • BAPI to create a production order CO07

    Hi guys,
    Need a help....i need to create a production order with the following data...
    1.final date...2.routing group 3.components screen with all the materials needed
    there will be multiple components added..as co-products and as a main material
    BAPI_PRODORD_CREATE...can we use this to add multiple materials...and will it fulfill the tcode CO07...
    any queries or any sort of info..plz share..
    Regards,
    Ashok

    Thanks for the reply.
    In these BAPIs..or FMs...we can add one material or a component...
    I want to add a main material...as a first one..
    then a component of it....so it goes on..
    say i have a main material and 10 components needed and created in a single production order...
    any info???

  • How the material PRT issue/receipt to the production order can be handled?

    Hi PP Gurus,
            For one of our clients, the handling of PRT is to be controlled with the issue/receipt for the production order.
    1. What is the procedure for issue/receipt of PRT material in the SAP?
    2. What is the procedure to block the PRT for the creation/release of production order when it was already assigned to the other production order during the same time?
    3. The PRT is to be available automatically once the assigned production order operation is confiremd.How it can be handled in the SAP?
    Appreciate your early response.
    Thanks,
    Reddy.

    Hi Ramanujam,
            Thanks for your response.
         1. The dies can be used for the production of Pressing, Casting and Forging etc. These dies will be managed in the stores. The stores representatives will issue the die to the shop floor for an operation of a production order.They will return back the die once the production is completed at that operation using the die. How to map this process in the SAP.
            Typically, these dies can be treated as PRT materials in the SAP system.
         2. OPJK configuration is not sufficient. The same PRT will be assigned to the many production orders during the same time.The system won't block with only this setting. There are some other steps involved to complete the process.
                     I would like to know the complete procedure with all the steps to block the PRT once it was assigned to the production order operation. The same PRT is to be available for other production orders automatically once the operation is confirmed after production.

  • Error while creating a production order

    Dear PP gurus
    I am trying to create a production order of a material  through CO01 , I am getting a error   05.05.2016 date comes after end of valid factory calendar. (Please correct
    Although  for all other  material , no error is coming.
    My factory calender is till 2015, but i am not able to understand why and how it is capturing the above date.
    please help me how to correct it?
    Thanks in advance
    Regards

    Dear Aadi,
    When your in operations screen
    Extras > Scheduling > Schedule > operation overview = operation segments > Click on Gang chat icon
    it should show you the days for ur base qty
    then click on scheduling results then click on update material master & save
    then Go to CA96
    input plant
    then mark a tick for ur material & click on update material master icon
    then check in material master work scheduling view
    Regards
    Madhu

  • Firefox is refusing to start. It says that my profile is missing, which it appears to be. Yet the way in which one goes about creating a new profile wont' work either. Anybody have a bloody clue what's going on and how to fix it?

    Firefox is refusing to start. It says that my profile is missing, which it appears to be. Yet the way in which one goes about creating a new profile wont' work either. Anybody have a bloody clue what's going on and how to fix it?

    AIR give you classes to detect an on-line or off-line status, it's in 
    this way for the sake of flexibility for instance what happens if you 
    only what to sync  data only on Saturdays at 2 am? If it were done 
    automatically that'll be a problem. And it isn't so complicated.
    You can download the SalesBuilder from AIR examples at www.adobe.com/devnet/air
      it's an application that does everything you have in mind.
    I don't understand your question abou file types.
    An AIR app can communicate with almost every backend served tech 
    CF, .Net, PHP, RoR.
    Sincerely,
    Michael
    El 14/05/2009, a las 8:48, IrishAIRMax <[email protected]> escribió:
    >
    I have to say that I'm loving the picture! well cool!
    >
    Sorry but I don't quiet understand. I thought AIR did the updating 
    automatically? I didn't realise the developer had to program the 
    logic of how the updates take place?  Is it a case in most AIR apps 
    that when online the app updates the server and once every intervel 
    (of however long) the local SQLite DB is synced to the more updated 
    server DB. Then when offline the developer has to sense that the app 
    is offline and store a log manually of the updates without any help 
    from AIR itself, and then update once it comes online again?
    >
    Can AIR link to anything more than a database on the server side 
    apart from webservices, for example .as files or any other file types?
    >
    What type of server is a Flex app stored on, is it a specific Adobe 
    server rather than a Java or .NET server?
    >
    Thank you so much for your last comment!
    IrishAIRMax
    >

  • Is there a situation where we create a production order without BOM/Rtg ?

    What I see in the system, I was able to create a prod order without maintaining master data for PP ( expect material master)
    Is there a situation/scenario where we create a production order without BOM, Rtg
    Does the above situation applies to scenario like special procurement key ( 40- stock transfer from other plant )
    Please clarify

    Pradeep,
    Thank you for detailed answer
    Round robin of discussions
    When you covert a planned order to a prod order with reference to a material (CO40), it will ask for routing
    if rtg is not maintained for the material, the system will automatically pick the default rtg from OPJG
    When you create a prod order ( without ref to a material- C007), say suppose for unplanned rework we have
    maintain the rtg and BOM manually to the prod order
    Lastly, FOR SPk - 40 ( Stock Transport) for the issuing plant both BOM & Rtg needs to be maintained in the recieveing & issuing plant
    Due points have been assigned

  • Creating a production order for a semi finished product

    Hi
    I am having a multi level bom scenario over here.
    one of the bom components of the header material is a semi finished product.
    I am using the planing stratagy 40 for that material.
    in standard sap when i create a production order for  header material. the requirement gets transerd to all the components. if the components are not available then only  a requirement is placed. when i run MRP that requirement gets converted in to a planned order. which converts in to a purchase req or a production order,
    well for my semi finished product. its a Work in process item. there wont be any stock for that item in the storage location any time.
    what my requirement is. when i create a production order for my finished product it should automatically create a production order for the semi finished product.
    is this possible with some configuration settings.

    Dear Deepu,
    for ur requirement u need to maintain MRP type PD for FERT material and also for ur HALB.
    If u run  MRP  only, it will create planned order for FERT and for all its dependent requirement(for PD).
    If u create order manually for FERT material then it will not create order for HALB material, u need to create manualy for this also.
    sree

  • Settlement rule auto created in Production Order with Receiver Type as OIT

    Hi,
    I am creating a production order with material number in CO01. The system is automatically putting OIT in receiver category, in settlement rule.
    And its populating the child materials there. I expect the parent material to be populated in the settlement receiver.
    In the settlement profile maintained in order type, I have maitained MAT.
    Please let me know, why system is autopopulating the role like above.
    Regards
    SR

    Hi,
    If you are going to settle the production order to Material, there is no need to enter Allocation structure in Settlement profile unless its used for variance settlement...
    Allocation structure has an option to settle to OIT with a settlement cost element or primary cost element...which is why i wanted you to check for that.
    Anyways, Follow the thread, this should help you
    Change the Settlement Rule
    Thx
    PG

  • GR for create the production order without material(co07)

    Hi all,
               I am creating the  production order without  material (T-Code :co07), After creating this order i want to get the Material from W/H and after dismantling how to do GR for this Prod.order, What is the Movement type to be used?Please advice me

    Dear Kumar,
    CO07 specially meant for Rework order (Production order
    without material) or for dismantalling the Customer returns or
    Inhouse rejected,for the components which re good to reuse
    again,their quantity will be entered in -ve and so 531 movement
    takes place.
    On the other hand,if you want to use for rework purpose and
    want to consume some components,using MB1A T code ,the
    materials required are issued.
    Already our Forum member(Krishnamohan) has given clearly in his first reply.
    Regards
    Mangalraj.S

  • Creating a Production Order for a MRP area

    Hi All
    I have activated MRP area and has created 2 MRP area's.  When I create a production order, always the first MRP area is assigned in the production Order.
    Please help me to understand how do we create a Production order for a particular MRP area.
    Thanks
    Tom

    Sorry guys, the question was not correct.

  • Every time system create new production order after releasing sales order c

    Hi Guru,
    FG material strategy: 82 (sales order creates production order).
    After creating the sales order it goes in to credit block. Whenever we release sales order from credit block through VKM1, system has created production order. We confirmed this production order and delivered.
    But after this sales person change the sales order value, because of which again sales order goes into the credit block and after releasing sales order from credit block system create new production order even if one production order already confirmed and delivered against the same sales order.
    *Every time system create new production order after releasing sales order credit block.
    Thanx & regards
    pnu

    PNU,
    So, to restate:
    In MD04, you have Unrestricted Sales order Stock ('E' Stock) on hand.
    In the same MRP segment, and against the same Storage Location as the stock, you have a Sales Order requirement that was recently blocked and unblocked.
    During the unblocking event, the system produced a new production order.
    This is not normal.  If the above accurately depicts your situation, I would look for an altered Strategy 82, or a userexit.  SAP ATP (the beginning event of the Strat 82 process) will normally first check for the availability of stock.  Only if the stock is not available, then it will create the new production order.
    Best Regards,
    DB49

  • Serial number error while creating the production order

    Hello frds,
    I am getting the following error while creating the production order.
    "Item 000000 requires exactly 100 serial numbers for the asset".
    If i give 100 serial numbers in the order, the error is solved. But i do not want to assign 100 serial numbers, i want to assign only 2 numbers.
    I have tried using the new serial number profile also, but it is giving same error.
    Kindly guide.
    Regards,
    Narendra Bora

    Dear Narendra
    Select the serial number profile and go to serialization procedure and set the ser. usage status 02 - Optional as below.
    Procd Procedure description Ser.Usage
    PPRL PP order release 02
    since the serail number creation is optional for order relase this will allow you to relase with out error and with serail number assigned in partial.
    Regards
    Soundar

  • Excess Issue of Material against Production Order

    Hi
    For Goods Issue of Material against Production order , i want the system to control excess issue of material against Production order.  How can it be controlled.
    Regards
    Madhesh Kumar

    Hi Madhesh,
    there are many loop holes to issue excess stock against production order
    so better you use user exit so that when ever any material issued against production order and it is in excess then throw error
    Thanks
    Bala

  • Reserve batch number at creating of production order

    Hi,
    I would like to know if there is a way to reserve batch numbers when creating a production order. And when the production order is released and create the receipt, the receipt to use that batch number reserved at the moment of the creation of the PO.
    How could I do this using the SDK?
    Best regards,
    Irina

    Hi,
    Thank you for your answer.
    But, if I "reserve" the batches in a UDF in the production order, it might be that by the time the receipt from production is added those batch numbers to be used already.
    Any other ideas?
    Thank you,
    Edited by: Rui Pereira on Dec 23, 2008 4:18 PM

Maybe you are looking for

  • Can two different SRM clients systems connect to one R/3 Back-end system?

    Hello, Trying to developing SRM Co-Exist/Global strategy, based on the following scenario: 1.  Two different SRM client systems, each at DIFFERENT SRM Version/Release Level.  SRM system "A" runs in Stand-Alone and Extend Classic Scenario mode.  SRM s

  • Start external program on explizit host

    Hello! I have a little problem - I just want to create a RFC destination which execute an external program on a different windows server means not the sap application server. All SAP + server are Windows based. I define a destination "Start on explic

  • I just clean installed my computer and after done my Photoshop Elements tells me Activation limit re

    I clean install my computer many times, two times already just this year alone. My copy of Photoshop Elements 10 now tells me my Activation Limit has been reached, but I have only had Photoshop since 05-11-2012. I am always clean installing my comput

  • Selecting the link in local files

    Hi, I have cs5 and before  had mx2004, when I work I always used to click on the name of the page (the link) on the local file list, then automatically it was higlighted and I just clicked on copy, with cs5 when I click on the link its higlighted but

  • OO4O for C++ Class Library on UNIX?

    The documentation says that there is no need to use the OLE development kit for C++ classes. Does this mean that the OLE layer is implemented within the C++ classes, and thus OO4O can be run under UNIX? (Sorry, I don't know much about Windows).