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

BAPI_OUTB_DELIVERY_CHANGE

Former Member
0 Likes
885

Hi,

My requirement is first check for picking quan pikmg for item if it is zero hav to delete that and chek for other line items in the delivery document if no other item exist under that delivery need to delete that delivery document

in some cases getting failed to reach the requirement

can anybody help on this

Regards.

Dhheraj s

Hi,

My requirement is first check for picking quan pikmg for item if it is zero hav to delete that and chek for other line items in the delivery document if no other item exist under that delivery need to delete that delivery document

in some cases getting failed to reach the requirement

can anybody help on this

Regards.

Dhheraj s

3 REPLIES 3
Read only

Former Member
0 Likes
729

Hello,

The BAPI: BAPI_OUTB_DELIVERY_CONFIRM_DEC

is used in the Include program SDLIKP01 & LV50IU23.

U can do the same in ur report also.

if <b>useful reward.</b>

Read only

Former Member
0 Likes
729

In general this is the correct BAPI - just have a look at the function module documentation (quantity and route are mentioned, pretty close to your requirement).

In principle BAPI_OUTB_DELIVERY_CONFIRM_DEC is available - but depends a little bit on your system landscape, if this is an option.

<b>rewards if useful.....</b>

regards...

AbhaySingh.

Read only

Former Member
0 Likes
729

Thanks Abhay

this is production issue

My main issue is it is working fine in dev box but it is not working properly in production

For example say under one delivery doc say 10 items are there for 4th item picking qty is zero instead of deleting that particuler item it is deleting the total document

Regards

Pradeep.B