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_outb_delivery_create_sto

former_member214878
Active Participant
0 Kudos

Hi,

Im using BAPI_OUTB_DELIVERY_CREATE_STO for creating outbound delivery. BAPI is successful in creating delivery number but it is not updating delivery quantity even though im passing delivery quantity to the bapi. Please suggest on this.

Regards,

Ravi

Edited by: ravisonar01 on Nov 3, 2011 12:09 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Regards

Ajit

4 REPLIES 4

rahul_mahajan
Active Participant
0 Kudos

Hi Ravi,

Please read below lines.

***********************************************************************

Delivery quantities (STOCK_TRANS_ITEMS-LFIMG)

If no delivery quantities are specified, the delivery creation date is used to determine the delivery quantities from the schedule lines. Otherwise, the delivery quantity is copied from the original quantity.

If the delivery quantity is specified, the sales unit must be specified, either as an SAP code (SALES_UNIT) or an ISO code (SALES_UNIT_ISO).

Delivery quantities can only be specified for individual order items.

***********************************************************************

Adding to this, please read DOCUMENTATION and you will come to know what is missing while using it.

Also, please go through below discussion on simmilar issue which may help you.

I hope this will help you in solving your issue.

Regards,

Rahul Mahajan

Former Member
0 Kudos

Hi

Regards

Ajit

Former Member
0 Kudos

Hi Rudra,

I am facing the same issue. How did you resolve this issue?

Request your help.

Regards,

Pankaj

0 Kudos

As far as I remember, I wrote commit work

I think it was a stupid ignorance towards the fact related to COMMIT WORK stuff.