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: 

Error when executing BAPI_GOODSMVT_CREATE

Former Member
0 Kudos

Hi experts when iam trying to execute BAPI_GOODSMVT_CREATE..with GM Code : 03 with all required values in GOODSMVT_ITEM..iam getting a error when i execute it..

error is like this :

E M7 349 Content of order 60003537: QS300 transferred to interface (IMSEG): 100-310

pls help me out from this issue & let me know the procedure. Thank You in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

This is what the long text of the message states:

NA M7349

____________________________________________________

Short Text

Content of order &: & transferred to interface (IMSEG): &

Diagnosis

When calling the function module MB_CREATE_GOODS_MOVEMENT or the BAPI GoodsMovement.CreateFromData (BAPI_GOODSMVT_CREATE) to post a goods receipt for a production order, there are differences between the interface data and the order data.

Example: The order was created for plant 0001, but plant 0002 is passed on in the interface.

The system checks this for the material and the order item.

System response

Due to this difference, the system cannot post the goods receipt.

Procedure

Check the data in the interface (IMSEG-WERKS, IMSEG-AUFNR). If necessary, correct the plant or the order number in the interface.

So check your data.

Regards,

Robert

6 REPLIES 6

Former Member
0 Kudos

Hi,

This is what the long text of the message states:

NA M7349

____________________________________________________

Short Text

Content of order &: & transferred to interface (IMSEG): &

Diagnosis

When calling the function module MB_CREATE_GOODS_MOVEMENT or the BAPI GoodsMovement.CreateFromData (BAPI_GOODSMVT_CREATE) to post a goods receipt for a production order, there are differences between the interface data and the order data.

Example: The order was created for plant 0001, but plant 0002 is passed on in the interface.

The system checks this for the material and the order item.

System response

Due to this difference, the system cannot post the goods receipt.

Procedure

Check the data in the interface (IMSEG-WERKS, IMSEG-AUFNR). If necessary, correct the plant or the order number in the interface.

So check your data.

Regards,

Robert

Former Member

Hello,

Are you using the field "mvt_ind" from goodsmvt_item? If yes, comment it and it should work.

Thanks,

Luis Miguel Silva

0 Kudos

In PO assignment tab, see if your Planning plant is different than Prod plant. If you are using APO for planning, MRP Type has to be checked, normally this can happen if for Externally planned (APO) material PO is manually created in ECC.

Look at AFPO for POSNR, and put it into BAPI field goodsmvt_item-ORDER_ITNO.

AFPO-PWERK check it.

This is correct answer thanks a lot

0 Kudos

This is correct answer thanks a lot