2023 Jun 26 3:17 PM
Hello Experts,
im trying to create a Production Order without a material number with abap coding. I only found the bapis "BAPI_PRODORD_CREATE" and "BAPI_PRODORDCONF_CREATE_TT" but these want a material number. Basically if I look in the co03 there should be no Material number. I know it is possible to create this kind of order with the co07. If you have a bapi for this and an example this would be greatly apreciated.
Thank you.
2023 Jun 28 10:16 PM
Hello Nils,
I'm not sure if this is relavant for Sustainability and EHS topics, but I will try to answer your question it's not possible to create production/process order without a material number, cause these fields in the process order will cross verify with the MARA-MATNR entries for stock availability, so it's not possible with out Material number.
Best
Satya
2023 Jul 28 12:55 PM
Hello Satyanarayana,
it acually is possible. You can do it in the CO07. I just traced the creation in the transaction with SHDB and made a function module of it. This way you can save the order without a material number.