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

BAPI for Production order confirmation

Former Member
0 Likes
658

Hi can anyone give me the list of BAPI that can be used for production order confirmation alongwith the parameters that are necessary to be passed?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
438

Hi,

BAPI_PRODORDCONF_CREATE_HDR

BAPI_PRODORDCONF_CREATE_TT

BAPI_PRODORDCONF_CREATE_TE

if your requirements is simply to confirm the production order(no funda of tt or te) then I would recommend <b>BAPI_PRODORDCONF_CREATE_HDR</b>

The parameter that you should pass are....(this can vary depending on your requirements)

<b>in the table athdrlevels</b>

orderid

fin_conf

yield

scrap

<b>in the table goodsmovement</b>

material

plant

stge_loc

move_type

orderid

hope that helps

Regards,

Musarrat

Hi can anyone give me the list of BAPI that can be used for production order confirmation alongwith the parameters that are necessary to be passed?

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
438

Hi Rahul,

Use transaction BAPI and take a look at the methods of object ProductionOrder.

Regards,

John.

Read only

Former Member
0 Likes
439

Hi,

BAPI_PRODORDCONF_CREATE_HDR

BAPI_PRODORDCONF_CREATE_TT

BAPI_PRODORDCONF_CREATE_TE

if your requirements is simply to confirm the production order(no funda of tt or te) then I would recommend <b>BAPI_PRODORDCONF_CREATE_HDR</b>

The parameter that you should pass are....(this can vary depending on your requirements)

<b>in the table athdrlevels</b>

orderid

fin_conf

yield

scrap

<b>in the table goodsmovement</b>

material

plant

stge_loc

move_type

orderid

hope that helps

Regards,

Musarrat