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

Extending BAPI_OUTB_DELIVERY_CREATE_STO

Former Member
0 Likes
1,836

Hi Experts,

Can anyone explain to me how we can extend the BAPI BAPI_OUTB_DELIVERY_CREATE_STO?

I know there is a BADI BADI_DLV_CREATE_STO_EXTIN which should be used... but I am not sure how I can use this to populate the Picking Quantity?

Thanks in advance

Asha

Hi Experts,

Can anyone explain to me how we can extend the BAPI BAPI_OUTB_DELIVERY_CREATE_STO?

I know there is a BADI BADI_DLV_CREATE_STO_EXTIN which should be used... but I am not sure how I can use this to populate the Picking Quantity?

Thanks in advance

Asha

5 REPLIES 5
Read only

prasenjit_sharma
Active Contributor
0 Likes
1,482

Hi,

Which version of ECC you are using?

Regards

Prasenjit

Read only

0 Likes
1,482

Its Ecc 6.0

Read only

0 Likes
1,482

You may think of enhancing the FM GN_DELIVERY_CREATE. Or look for some exit in the program that can update the Picking Qty.

The picking qty needs to be available in the changing/tables parameters so that you can update it;

Let me know if you need more help.

Regards

Prasenjit

Read only

0 Likes
1,482

Hi Prasenjit,

Sorry for the delay ..... but i solved my issue using the SAVE_DOCUMENT_PREPARE method in BADI: LE_SHP_DELIVERY_PROC

Edited by: Asha on Dec 15, 2009 10:42 AM

Read only

0 Likes
1,482

Hi Asha

I want to know how you success to extend the BAPI_OUTB_DELIVERY_CREATE_STO for update the picking quantity; you have used SAVE_DOCUMENT_PREPARE function but I donu2019t know how to use it.

¿Can you please show a Little example?

Regards