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: 

BAPI_GOODSMVT_CREATE

Former Member
0 Kudos

I am executing the BAPI in test and it returns the following:

Update control of movement type incorrect (entry 101 X X).

I am filling in the hdr: post dt, doc dt.

goods mv code is 01 (MB01).

I am filling in the item: material, batch, storage, plant, move type (101), vendor no., entry qty, ent uom....No P.O. Num.

I can manually do this in trx MB01, but I get the error in the BAPI.

Any suggestions?

Thank-You.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Check the following fields in debug mode:

Ensure that you transfer the data in the same way as it is managed in the database. For example:

Material number 18-character with leading zeros

Batches with uppercase letters

Regards,

Subramanian

1 REPLY 1

Former Member
0 Kudos

Hi,

Check the following fields in debug mode:

Ensure that you transfer the data in the same way as it is managed in the database. For example:

Material number 18-character with leading zeros

Batches with uppercase letters

Regards,

Subramanian