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

VL10B BAPI/FM needed

Former Member
0 Likes
6,002

Hi All,

1. My requirement is to create delivery in background with reference to purchase order through transaction VL10B. Are there any BAPI/FM's exist for this purpose?

2.When i create delivery through VL10B with ref to purchase order, it's creating an outbound delivery? Is it possible to create inbound delivery through this transaction?

If BAPI/FM not available, is it possible to use BDC for this transaction. Did anybody used BDC for this transaction?

Thanks and regards

Surya

Edited by: Surya S on Dec 27, 2008 10:41 AM

4 REPLIES 4
Read only

Former Member
0 Likes
2,723

check this thread

cheers

Aveek

Read only

Former Member
0 Likes
2,723

Hello,

You can try this BAPI.

BAPI_OUTB_DELIVERY_CREATE_STO

Thanks and Regards,

Venkat Phani Prasad Konduri

Read only

0 Likes
2,723

Hi,

1) I tried using transaction VL10B, it's only accepting purchase order of type Stock transport order.

But it's not accepting standard purchase order.

I just want to know transaction VL10B is only used for stock trasport purchase order.

2) when we create delivery in background using VL10B, it's creating outbound delivery. Is there any possibility of creating inbound delivery using VL10B with ref to PO.

quick help appreciated.

Read only

0 Likes
2,723

Hi, just to clear up:

1. To create delivery with reference to purchase order, you have to use VL31N, not VL10B, VL10B is used for Outbound Delivery.

2. It is not possible to create an inbound delivery through VL10B, you have to use VL31N.

Bapi for inbound delivery with reference to purchase order is GN_DELIVERY_CREATE

Regards