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 Production Order Goods Issue

Former Member
0 Likes
1,748

Does someone know a BAPI that can be used for issuing stock to a production order with 261.

BAPI_GOODSMVT_CREATE won't allow me to carry this out.

Thanks, Mark

Does someone know a BAPI that can be used for issuing stock to a production order with 261.

BAPI_GOODSMVT_CREATE won't allow me to carry this out.

Thanks, Mark

7 REPLIES 7
Read only

former_member206377
Active Contributor
0 Likes
1,216

Hi ,

try BAPI_REPMANCONF1_CREATE_MTS

Read only

former_member206377
Active Contributor
0 Likes
1,216

I guess BAPI_GOODSMVT_CREATE should allow you for 261. WHta is the issue that you are facing?

Read only

0 Likes
1,216

Have you tried BAPI_GOODSMVT_CREATE with goodsmvt_code-gm_code = 03 ?

Read only

Former Member
0 Likes
1,216

I using the code in an attempt to denote the order/reservation I/m issueing to:

MOVE '261' TO wa_item-move_type.

MOVE '03' TO w_code.

MOVE <wa_data>-rsnum TO wa_item-reserv_no.

MOVE <wa_data>-aufnr TO wa_item-orderid.

MOVE <wa_data>-rsnum TO wa_head-ref_doc_no.

But I get message type M7 096 Goods movement not possible with mvmt type 261

Am I filling out the BAPI parameters wrong?

Read only

0 Likes
1,216

Hello

Read documentation:

GM_Code 02: Goods receipt for production order

Read only

Former Member
0 Likes
1,216

That's a Goods Receipt. I'm looking to goods issue components to the order.

Read only

0 Likes
1,216

Hello Mart,

How did u solve this issue. Pls share.

thkx

P.S