How can mass creating production orders???

In SAP ,we can use CO01,CO09,CO07 to create production order. But by these TOCDES,we only can create one production order for one finished product once a time.
But we now need to create more then one ,may be more then 50 production orders once a time?
It is possible in SAP?
I know we could conver the production orders from plan orders after MRP run.But sometimes
for some reasons we must create produciton orders manually.And I also know in SAP some TCODE can process many production orders once a time ,like COHV,CORM, can release ,TECO many production orders once a time.
But how can mass creating production orders once a time,not by mrp run?
How can batch create produciton orders in SAP?
Thanks for any reply!

Hi,
Use the BAPI - BAPI_PRODORD_CREATE or for internal orders BAPI_INTERNALORDER_CREATE
Take the help of your abaper, he / she can use the above BAPI to write a custom program to mass create production order.
Hope the above helps.
Regards,
Vivek
Added
You can also use the below BAPI's in your custom program:
BAPI_PRODORD_RELEASE to release the orders
BAPI_PRODORD_CHECK_MAT_AVAIL for carrying out material availability
Edited by: Vivek on Mar 22, 2009 8:27 PM

Similar Messages

  • How can i create slaes order using BAPI

    hi all,
    i didnt work on BAPIS .how can i create sales order using BAPI here i should pass Z values.
    Moderator message : FAQ, search for available information. Thread locked.
    Edited by: Vinod Kumar on Sep 13, 2011 12:22 PM

    Hi!
    There are a lot of answered threads regarding your question. Try searching first. Below is a sample link.
    BAPI_SALESORDER_CREATEFROMDAT2
    Regards,
    Steph
    Edited by: stephquion on Sep 13, 2011 8:25 AM

  • CO08 can not create Production Order!!!

    Dear Experts
    We are running an MTO(make to order) scenario!
    First we create an contract in the system!Then we create sales order
    with reference to this contract!
    And when the sales order is sent to the planning department! They use
    TCODE:CO08 create production order with reference to the sales order!
    But we get an error message as follows:
    Account assignment cannot be carried out because of different origin no.
    Message no. V1134
    Diagnosis
    The sales document to which you want to refer is based on sales document 41033737 and item 000010.
    Therefore, the settlement and possibly inventory management are carried out using the number of the
    preceding document.
    ut when I entered the the contract in Co08 and then I am able to create
    the production order.
    And when I back to see the detail in the sales order ,I find there is no
    value in the account assignment to the profitability segment!!
    Why the sales order have no profitability segment??*
    Why we can not create production order with reference to sales order??
    It seems there are one problem!
    Thanks for any reply!!

    Fei Liu,
    The current situation that you have described is pretty standard functionality for most MTO requirements classes.  Account assignment is normally to the reference doc, not the 'Release' Sales doc.  This includes quotations as well as contracts.
    If your business requirement is to instead use the Sales Doc number, and not the Contract number, you can change this by setting OVZG "Account Assignment Consumption" to 'blank'.
    http://service.sap.com/sap/support/notes/459734
    http://service.sap.com/sap/support/notes/729381
    Rgds,
    DB49

  • Can i create production order using process material ?

    Dear All.
    Please help me.
    I want to create production order using process material (material type is PROC).
    For may knowledge, process order is standard for the process material, but my customer want to use the PP module for the process material.
    But I cant convert the planned order of precess material to production order in MD05.
    The system message is "System does not support planned orders for process materials."
    The followings are my test steps.
      1. Master Creation
          - Material Master, BOM, ROUTING
    In standard, process material (Material Type : PROC) need creation of master recipe. But due to my clients need (Using production order
               for the process material), I create the work center and ROUTING
      2. DM Creation
          - In MD61, I create the planned independent requirement (Type : LSF)
      3. Planned order creation for the process material using MRP
          - In MD01, I run the total MRP, the the planned order is created.
            It's order type is "LA"
      4. Converting the planned order to Production Order
          - In this step, the system give the error "System does not support planned orders for process materials."
             and can not do anything.
    I want to know that the above case is possible, and how.
    Please Help meu2026..

    Hi
    First of if yur want to create production order or process order why do you go for material type :PROC.
    you can create the same material as FERT & go ahead.
    I do not understand the logic to select the material type as PROC.
    Pl. go through SAP library where PROC is used.
    Regards
    YMREDDY

  • How can mass create batch classification for many material batches? ?

    Hi Experts,
    In our system , there are so many material batches which have not been classified,see by
    BMBC Tcode.
    That means these batches has no values in the batch class. I know we can create
    classification for these batches with MSC2N Tcode.
    But there are so many batches  which have not been classified,more then 2000.
    It is not possible to create classification for every batch with with MSC2N once a time.
    So how can I create batch classification for so many batches once a time?
    How can I mass create batch classification for so many batches??
    Thanks for any reply!

    Hi,
    Please be aware that SAP does not support the use of batch
    input in the classification system. SAP recommends you use BAPI's for
    example in your case BAPI BAPI_OBJCL_CREATE and BAPI_OBJCL_CHANGE
    would be able to help. For more information, please have a look at the
    note: 943559 - Point 2 and 13. Point 13 references the note 1083986.
    I hope this helps!.
    Best Regards,
    Arminda Jack

  • Can not create Production order because of "CX_SLD_API_EXCEPTION"

    hello all,
      I want to convert a planned order to production order ,this planned order is listed by MD04.
      So I select this planned order and click "->Prod.ord" .
      And then I release this order and save this order.
    But SAP prompt me a ABAP runtime error. The detailed information is described as following:
    What happened?
        The exception 'CX_SLD_API_EXCEPTION' was raised, but it was not caught anywhere
         along
        the call hierarchy.
        Since exceptions represent error situations and this error was not
        adequately responded to, the running ABAP program
         'CL_SLD_ACCESSOR===============CP' has to be
        terminated.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SLD_API_EXCEPTION', was not
         caught in
        procedure "GET_ACCESS_DATA" "(METHOD)", nor was it propagated by a RAISING
         clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        Internal error in method
    Missing RAISING Clause in Interface
        Program                                 CL_SLD_ACCESSOR===============CP
        Include                                 CL_SLD_ACCESSOR===============CM00Y
        Row                                     1
        Module type                             (METHOD)
        Module Name                             GET_ACCESS_DATA
    Can help resolve this case?
    Thank you!

    Dear,
    Refer OSS Notes 1287982, which tells to apply correction programs for this error.
    Kindly contacy your Basis team for apllying this note if applicable.
    Thank you.
    Naveen.

  • How can I Create return order with reference to an ARCHIVED invoice

    The standard "Reference" process does not work when the invoice has been archived. Has anyone solved this problem?

    This is because the archived document is not available in the database and the archived document can be used only for viewing the data. Normally only very old documents (like more than 7-10 years old) are archived, so I am just surprised, why a return order is created for a very old document (sales process)?
    Regards,

  • How can I create this order form in Muse:

    I went to Adobe Webiste under Muse I found this webiste. I was wondering how they created the payment method?
    Here is the link:     http://raglitmag.bigcartel.com/
    Thanks,
    Joe

    Hi,
    They are re-directing the buyers to the paypal web site. They have embedded the HTML which they got from bigcartel.com as well as paypal.
    - https://www.paypal.com/mrb/pal=PS2X9Q773CKG4
    Regards,
    Abhishek Maurya

  • Create Production order

    I am creating production ordrer by usinf bapi_prodord_create . It is succesfull when the material exist with compoents(sub material-BOM).
    If BOM not exists how can i create procduction order ? which FM /BAPI ?
    Note :This is the interface .Third party sending material ifo BOM so i have to pass to FM .

    Hi Deva,
    Check this link -
    [https://forums.sdn.sap.com/click.jspa?searchID=32004809&messageID=8089454|Create Production Order without Material no.]
    Hope it helps.
    Regards,
    Himanshu

  • How can serial numbers be produced during creating production orders???

    In our company,the basic manufacture process are as follows:
    1.CO01  Create production order
    2 MB1A  Goods issue to production order
    3 CO11N Produciton order confirmation
    4 MB1A Goods Receive
    For some finished product with serial number management, when doing MB1A goods receive ,we
    will input the serial numbers into the SAP for the first time.That means the serial numbers
    was produced when doing MB1A.
    But for some reasons,we wish when we create a production order,the serial numbers can be
    produced for the finished product.That means we will release a production order,the serial
    numbers can be produced for the finished product of the production order,can be auto
    produced or by input manually.
    We do not want the the serial numbers to input into the SAP until doing MB1A.
    What can we do to produce the the serial numbers for the first time after release a
    production order?
    How can serial numbers be produced during creating production orders?
    Thanks very much for any reply!!

    You should configure the SN profile to allow that the order can be released w/o SN;
    but... for the other issues, we have used and user exit that - after saving the order - generates a SN according to a given logic. 
    We could not fina dan easy way of creating the SN after relasing the order or when doing the GI.
    Regards

  • How can I create a new sales order template

    Hello,
    how can I create a new sales order template in SAP CRM 7.0 (Web UI)? I want to use this sales order template in scenario ´'Mass Generation of Sales Orders via Marketing Projects'.
    Thanks for your support in advance.
    Best regards,
    anvan

    Hi,
    Did you set up this scenario? I want something similar, but I want an ERP order to be created. Do you know if that is possible? Do you have som tips?
    regards Camilla

  • How can I create a new sales order template in SAP CRM 7.0

    Hello,
    how can I create a new sales order template in SAP CRM 7.0 (Web UI)? I want to use this sales order template in scenario ´'Mass Generation of Sales Orders via Marketing Projects'.
    Thanks for your support in advance.
    Best regards,
    anvan

    Hi,
    Did you set up this scenario? I want something similar, but I want an ERP order to be created. Do you know if that is possible? Do you have som tips?
    regards Camilla

  • How to create Production order in SAP B1

    Hi Experts,
    Can anyone send me a link on how to create Production Order in SAP Business One?
    Regards,
    Vishal
    Ver: SAP Business One 2005 B (7.40.253)  SP: 00  PL: 43

    Hi,
    Kindly check the following link for the How to Guide on various topics :
    [How to Guide|https://websmp210.sap-ag.de/~form/sapnet?_FRAME=OBJECT&_HIER_KEY=701100035871000371280&_SCENARIO=01100035870000000183&]
    You can search for the document Production and Bill of Materials.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • How can I create multiple sales orders with reference to one contract?

    Hello Gurus,
    Can you please how can I create multiple sales orders with reference to one contract?
    thanks!
    Rakesh

    hi
    Lets consider example
    In your contract for line item 1 you have entered qty 100
    You careated sales order with 70 quantity, and now you want to creat another sales order for 30
    For this first you need to check what is your item category in contract (VA42)
    Goto VOV7
    SPRO - IMG  - Sales and distribution - Sales - Sales document item - Define item categories - Go to change mode
    Make the completion rule = B Item is completed after full quantity has been referenced

  • How can I create a single order from multiple quotations?

    How can I create a single order from multiple quotations that I have created by the transaction VA21 ?
    Thanks in advance for the answers.

    hi
    Go to transaction: /nva01
    Enter order type : ZOR
    Sale org :xxxx
    Dist.channel:xx
    Division :xx
    Press enter
    Click on “Sale document” and select Create with reference
    Then enter 1st quotation number & click on “COPY” or “Selection list”. Then click on “Copy “.Then all line items which belong to quoation1 copy to order.
    Then,
    Click on “Sale document” and select Create with reference
    Then enter 2nd quotation number & click on “COPY” or “Selection list”. Then click on “Copy “.Then all line items which belong to quoation2 copy to order.
    Then,
    Click on “Sale document” and select Create with reference
    Then enter 3rd quotation number & click on “COPY” or “Selection list”. Then click on “Copy “.Then all line items which belong to quoation3 copy to order.
    Now save the sale document.
    Kindly give reward points
    Edited by: WISH on Mar 19, 2008 2:25 PM

Maybe you are looking for

  • Is there a way to import images without crashing?

    I am on Windows and I have 8000 images or so in 40 directories. When I import into LR, it crashes. I have been sending that crash data to Microsoft (that dialog that pops up), so the Adobe engineers can download it from there. A few things I noticed:

  • Creating an xml file from a playlist - message for iTunes staff

    When I created an xml file from a playlist I noticed that in the xml file the track name was merged with the artist name in this manner "I want you - Bob Dylan". That was hardly a problem as I could easily correct this in the FileMaker Pro environmen

  • Any successful updates to 10.5.3 with 198 mb version?

    I have always used software update to install updates in Tiger and now Leopard without any problems. However, I have never seen seen such a large difference between software update's 198 mb and the Apple website update of 420 mb. Does anyone know why

  • NW 7.0 to 7.3 upgrade error PREP_INIT/JOB_RSUPDTEC phase

    Hi gurus, I'm running NW 7.0 to 7.0 upgrade on HP-UX 11.31 and Oracle 11.2.0.2. SUM GUI started on Windows Server 2003 machine from browser. I've got an error in PSUPDTEC.LOG during upgrade : 1 ETQ201 Entering upgrade-phase "JOB_RSUPDTEC" ("201201141

  • Linking BI report for Account

    Please help me in this regard I have created a BI report which need to be called like the Fact sheet in Accounts in PCUI. I am unable to find a way to link this report to the Account. Can some one give me any inputs. regards