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 migo schedule line qty earliest delivery date

Former Member
0 Kudos

i all,

We are using the bar code scanner to do the MIGO through BAPI-GOODSMVT_CREATE for purchase oder.

I our PO(purchase Order) have multiple schedule line. so i want do to the migo according to schedule line qty.but there is no option in this bapi to match the schedule line qty Delivery date .

Eg:

My Po have following line item

s.No Mat Delivery date qty

1 AAAAA 10/20/2008 5000

2 BBBBBB 11/12/2008 3500

In Schedule line tab ( confirmation control Tab ) for the above po line item

for line item no 1.

CC DeliveryDate Qty

La 10/08/2008 2500

La 12/12/2008 2500

for line item no 2.

CC DeliveryDate Qty

La 11/12/2008 1000

La 12/10/2008 2500

i need to do migo through bapi according to schdule line qty

how can i do it this

5 REPLIES 5

Former Member
0 Kudos

Check table: EKET which contains delivery schedule data for PO.

Obtain the data from this table

filter it as per the shcedule date

Pass necessary fields to FM BAPI_GOODSMVT_CREATE

Thanks

Ganesh

0 Kudos

Hi Ganesh,

I checked it . there is no option to give delivery date in that bapi. if u know plz let me know .

thanks for the response.

0 Kudos

Hi,

In the BAPI structure you have field called Posting Create that itself will act as the delivery date for the GR document.

Thanks,

Mahesh.

0 Kudos

Hi mahesh,

I am doing migo with respect to PURCHASE ORDER for the movement type 101.In purchase order we are having confirmation tab. In that tab we have schedule that have different delivery date and qty.

Once migo done the reduced qty will be decrease according to delivery date.

is there any way to fix is...

0 Kudos

ANY BODY PLEASE HELP ME TO DO