Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Working on Production Order --CO_ZF_PRODUCTIONORDER_CREATE

Former Member
0 Kudos

Hi all,

I am trying to Create the Production Order using the FM

CO_ZF_PRODUCTIONORDER_CREATE after executing the FM I am getting

Order no as %00000000001 and i am not getting the real Order.I thought it needs some commit so i used BAPI_transaction commit. It doesnt helps.I found in Co01 they are using FM COZV_ORDER_POST to post the order.

but if i call the above FMs sequentially i am getting ans ERRor as follows.

I am missing something.

Internal: Error Read AFPO

Message no. CO888

Could you please help me.

Thanks,

Elango.

4 REPLIES 4

ferry_lianto
Active Contributor
0 Kudos

Hi,

Why don't you use this BAPI BAPI_PRODORD_CREATE instead?

Regards,

Ferry Lianto

0 Kudos

Hi Ferry,

Thanks for your reply..Since i am working in SAP 4.70.It doesnt have

BAPI_PRODORD_CREATE.I have only least options..

0 Kudos

Hi Elango,

Did you find any solution/work around for your problem?

Former Member
0 Kudos

Hi all,

I am trying to convert planned to production order using the FM

CO_ZV_ORDER_POST after executing the FM I am getting

Order no.But, Order no was not updated in DB (AUFK) table.

I thought I am missing some parameters.

Please help me.

Thanks ,

Chitra.L