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

Good Movement - BAPI used

Former Member
0 Likes
606

Hi Everybody,

I like to know the BAPI's used for

1. Good Movement Creation (BAPI_GOODMVT_CREATE - I think I am correct here)

2. Deleting a Good Movement (is it BAPI_GOODMVT_CANCEL - I am not sure about this, pls confirm me the right one)

3. Updating a Good Movement (?)

I will really appreciate for your quick response.

Regards/Guru

4 REPLIES 4
Read only

Former Member
0 Likes
561

Hi

use the following BAPI's w.r.t Goods movements:

BAPI_GOODSMVT_CANCEL

Reverse Goods Movements with MB_CANCEL_GOODS_MOVEMENT

BAPI_GOODSMVT_CREATE

Post goods movements with MB_CREATE_GOODS_MOVEMENT

BAPI_GOODSMVT_GETDETAIL Display Details for Material Document

BAPI_GOODSMVT_GETITEMS Display Detailed List of Material Documents

Regards,

Anji

Read only

Former Member
0 Likes
561

Hi

What you want to change in the good movement? When it's posted, an account document is created too, so I don't believe it can change something. If it's wrong it should be reversed.

Max

Read only

0 Likes
561

Hi,

How to do the Updation in a Good Movement...?

Actually, I am working on a XI Scenario, where, if the value of a field is A, it should be to create a Good Movement, if it is U, it should update the Goods Movement and if it is D, it should Delete the Goods Movement.

So, Pls guide for this scenario...

Regards/Guru

Read only

Former Member
0 Likes
561

HI,

Use this..

MB_CREATE_GOODS_MOVEMENT

Kishore.