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

How to post goods movement using BAPI_GOODSMVT_CREATE for multiple items ?

kirankerudi
Active Participant
0 Likes
1,563

Hello ABAPers,

Can anyone explain how to post goods movement for multiple items using BAPI_GOODSMVT_CREATE ?

I'm using movement type '101' with movement indicator as 'B'.

Since I'm using this in IDOC interface with message type WMMBXY, I don't receive serial number data.

I would appreciate if anyone could help.

Thanks and Regards.

Hello ABAPers,

Can anyone explain how to post goods movement for multiple items using BAPI_GOODSMVT_CREATE ?

I'm using movement type '101' with movement indicator as 'B'.

Since I'm using this in IDOC interface with message type WMMBXY, I don't receive serial number data.

I would appreciate if anyone could help.

Thanks and Regards.

5 REPLIES 5
Read only

Former Member
0 Likes
1,146

Hi Rk,

  

      I had done a similar program and I was having multiple batch. I am attaching a part of code for you. Please have a look might be you get an idea.

Thanks & Regards,

Priya

Read only

0 Likes
1,146

Hello Priya,

I don't find any attachment.. Con you please post it again ?

Thanks & Regards,

Kiran

Read only

0 Likes
1,146

You have to specify the quantity of items that you have to post. The field is ENTRY_QNT. The table goodsmvt_serialnumber must be in blank because you don't have the serial numbers so you can comment it.

Try it, if the error persist please show us the error code.

Regards!

Read only

0 Likes
1,146

Hi Kiran,

      I am posting the document again.

Thanks & Regards,

Priya

Read only

VenkatRamesh_V
Active Contributor
0 Likes
1,146

Hi,

View this link it.

Mb1a -Goods Movement Transfer.

Hope it helpful,

Regards,

Venkat.V