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 to create delivery

Former Member
0 Likes
4,659

Hi experts,

Is there any BAPI to create a delivery? I need to specify explicitly the Line items in the the particular order. Which means this must support partial delivery at the Sales order level.

Please help.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,232

HI Rajesh,

There is no BAPI to create a delivery. Instead you can check these FMs

BBP_INB_DELIVERY_CREATE

SHP_VL10_DELIVERY_CREATE

SHP_VL10_DELIVERY_CREATE_PARA

GN_DELIVERY_CREATE

RV_DELIVERY_CREATE_SINGLE

Hope it helps..

Lokesh

pls. reward appropriate points

13 REPLIES 13
Read only

FredericGirod
Active Contributor
0 Likes
2,232

Hi,

you could find it yourself with the url http://ifr.sap.com or with the transaction BAPI.

Good luck

Frédéric

Read only

abdul_hakim
Active Contributor
0 Likes
2,232

Hi rajesh,

Check the bapi <b>BAPI_DELIVERYPROCESSING_EXEC</b>

Cheers,

Abdul Hakim

Read only

Former Member
0 Likes
2,232

Hi,

try to use this FM <b>WS_DELIVERY_UPDATE</b>, this is not BAPi but it is RFC.

Regards

vijay

Read only

Former Member
0 Likes
2,233

HI Rajesh,

There is no BAPI to create a delivery. Instead you can check these FMs

BBP_INB_DELIVERY_CREATE

SHP_VL10_DELIVERY_CREATE

SHP_VL10_DELIVERY_CREATE_PARA

GN_DELIVERY_CREATE

RV_DELIVERY_CREATE_SINGLE

Hope it helps..

Lokesh

pls. reward appropriate points

Read only

0 Likes
2,232

hi!

I'm testing the FM BBP_INB_DELIVERY_CREATE, but i have the following problem:

1. I execute the FM without problem, and it returns the number of the inbound delivery.

2. But, when I visualize the inbound delivery with the VL33N transaction, it doesn't appear the material number and it doesn't refresh the LIPS table.

how can i solve this problem?

Read only

0 Likes
2,232

Did you try with the comand

COMMIT WORK.

after the bapi?

Read only

Former Member
0 Likes
2,232

Hai Rajesh

Check the following BAPI's

BAPI_INB_DELIVERY_CHANGE Change inbound delivery

BAPI_INB_DELIVERY_CONFIRM_DEC BAPI for inbound delivery verification from a decentralized system

BAPI_INB_DELIVERY_SAVEREPLICA BAPI Function Module for Replication of Inbound Deliveries

BAPI_OUTB_DELIVERY_CHANGE BAPI for Change to Outbound Delivery

BAPI_OUTB_DELIVERY_CONFIRM_DEC BAPI for Outbound Delivery Verification from a Decentralized System

BAPI_OUTB_DELIVERY_SAVEREPLICA BAPI Function Module for Replication of Outbound Deliveries

BAPI_OUTB_DELIVERY_SPLIT_DEC BAPI for Subsequent Outbound-Delivery Split from a Decentralized Syste

BAPI_DELIVERYPROCESSING_EXEC Delivery Processing: Deliver Preceding Document, Expand Delivery

Thanks & Regards

Sreenivasulu P

Read only

Former Member
0 Likes
2,232

HI!

I have the same problem, y used this FM 'BBP_INB_DELIVERY_CREATE', when i see the inbound delivery (VL33N) it does not have the material number but it has the material description.

I'm using commit work.

Thanks in advance.

John.

Read only

0 Likes
2,232

Hi John,

I am having a similar issue -- how did you resolve this problem ?

Thanks

Mahesh

Read only

0 Likes
2,232

I am too , if someone have resolve this problem ,please send to me ,and I search this in this forum ,none resolve,

Read only

0 Likes
2,232

HI Mahesh,

Did you find a solution to this issue. If yes please let me know how to resolve this.

Thanks

Ashu Arora

Read only

Former Member
0 Likes
2,232

Hello all

BAPI_DELIVERYPROCESSING_EXEC is not released for 4.7.

Could you please send us the code to adim@visonic.com.

I appreciate in advance.

Is anybody used other BAPI for this 4.7 release.

Eddie

Read only

Former Member
0 Likes
2,232

hi,

I am looking for a function module or bapi or anything that allow me to create a delivery based on a PO and line item

thanks