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 with Inbound Delivery reference, status is not updated

Former Member
0 Kudos

Hi All!,

I am using the bapi BAPI_GOODSMVT_CREATE to create a Good Receipt for an Inbound Delivery, then it creates the material document for good receipt, makes the stock movement but not update the Inbound Delivery status. Do you know why it is not upadated? ( i am checking Inbound Delivery status in transaction vl33n > header data > tab Processing> Group box Overall status> field 'Putawway')

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

check what value are passing in <b>gmcode-gm_code</b> .Read documentaion of that BAPI you can get wht you wrong.

Which fields have to be filled during the various transactions/ events?

The following sample scenarios demonstrate which fields have to be filled for which business transactions/events (code).

There are the following types of transactions/events:

1. GM_Code 01: Goods receipt for purchase order

2. GM_Code 02: Goods receipt for production order

3. GM_Code 03: Goods issue

4. GM_Code 04: Transfer posting

5. GM_Code 05: Other goods receipts

6. GM_Code 06: Reversal of goods movements

7. GM_Code 07: Subsequent adjustment to a subcontract order.

If It also fails better to use <b>MB_CREATE_GOODS_MOVEMENT</b>.

<b>Reward points</b>

Regards

2 REPLIES 2

Former Member
0 Kudos

Hi,

check what value are passing in <b>gmcode-gm_code</b> .Read documentaion of that BAPI you can get wht you wrong.

Which fields have to be filled during the various transactions/ events?

The following sample scenarios demonstrate which fields have to be filled for which business transactions/events (code).

There are the following types of transactions/events:

1. GM_Code 01: Goods receipt for purchase order

2. GM_Code 02: Goods receipt for production order

3. GM_Code 03: Goods issue

4. GM_Code 04: Transfer posting

5. GM_Code 05: Other goods receipts

6. GM_Code 06: Reversal of goods movements

7. GM_Code 07: Subsequent adjustment to a subcontract order.

If It also fails better to use <b>MB_CREATE_GOODS_MOVEMENT</b>.

<b>Reward points</b>

Regards

0 Kudos

Hi skk,

I have tryed code 05 for my inbound delivery but it throw a error message 'Not movemnet 101 not allowed'. Any other idea to update the put away status in my inbound delivery. Thank you very muck.