Application Development and Automation 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: 
Read only

Complete Production Order BAPI

former_member210118
Participant
0 Likes
823

Hi there friends,

i'm looking for a BAPI that completes production orders. I was trying to make it using Batch Input with COHV transaction but the BI doesn't recognizes the selection code for ALV's Grid and won't do the completion of the order..

Does anyone know of any bapi that does this? COMPLETE A PRODUCTION ORDER

Best regards,

Ricardo Monteiro

3 REPLIES 3
Read only

Former Member
0 Likes
618

Hi!

I didn1t find any useful BAPIs.

However if you are using BDC, you don't have to run a mass production order procedure (loke COHV).

You can use CO02 transaction to complete them as well. This transaction can record BDC correctly.

Regards

Tamá

Read only

Former Member
0 Likes
618

Hi,

search for <b>BAPI_PROD*</b> in SE37.. you may find Bapi regarding the production orders..

Hope this may help you...

Read only

Former Member
0 Likes
618

You cannot use BDC for cohv as it is an executable program.

I had similar kind of scenario and the transaction i had to use was C027. Had to to debug he transaction, i got two function modules which solved my purpose.You can also try the same approach.

Regards,

Shweta