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 to create Inbound Delivery without reference

Former Member
0 Kudos

Hi Folks,

I'm working for a client who requires a process to create Inbound Deliveries <i><b>without reference</b></i> to a PO. Does anyone know of an existing BAPI that will meet this criteria?

The fallback position is to look at using a BAPI like BAPI_DELIVERYPROCESSING_EXEC or BAPI_OUTB_DELIVERY_SAVEREPLICA with a custom document type, but these are less than ideal options.

Points rewarded for helpful answers.

Cheers,

Steve

1 ACCEPTED SOLUTION

varma_narayana
Active Contributor
0 Kudos

Hi ..

Also check the BAPIS / FMs.

BBP_INB_DELIVERY_CREATE

RV_DELIVERY_CREATE

REWARD IF HELPFUL.

4 REPLIES 4

Former Member
0 Kudos

Hi,

Please check Function Group V50S and V50I for more delivery BAPI's.

Hopefully you can find the ideal one for your need..

Regards,

varma_narayana
Active Contributor
0 Kudos

Hi..

You can try the BAPI

BAPI_GOODSMVT_CREATE.

Movement type 501.

reward if Helpful.

varma_narayana
Active Contributor
0 Kudos

Hi ..

Also check the BAPIS / FMs.

BBP_INB_DELIVERY_CREATE

RV_DELIVERY_CREATE

REWARD IF HELPFUL.

0 Kudos

Hi!

I can't seem to find a working example using this function modules. I want to create an inbound delivery without reference to a PO.

Thanks!

abapGenin