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 Inbound Delivery Create

Former Member
0 Kudos
522

Hello,

Please let me know with BAPI for Inbound Delivery Create against Purchase Order.I have searched in the BAPI list but i am not getting one.Do i need to create a customized one??

Regards,

Rushikesh

1 ACCEPTED SOLUTION

Former Member
0 Kudos
112

Hi,

Use BAPI_GOODSMVT_CREATE

Take a look at the example

http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm

Regards,

Ravi

Note : Pelase mark the helpful answers

6 REPLIES 6

Former Member
0 Kudos
113

Hi,

Use BAPI_GOODSMVT_CREATE

Take a look at the example

http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm

Regards,

Ravi

Note : Pelase mark the helpful answers

Former Member
0 Kudos
112

User BAPI BAPI_IBDLV_CREATE_FROM_OBDLV and PO reference you can give TABLE parameter:

ITEM_REF_PURCHASE_ORDER STRUCTURE BAPIDLVITEMRPO

Enjoy Coding,

Thomas

Former Member
0 Kudos
112

I guess there is no bapi for create in 4.7, there is bapi for change - BAPI_INB_DELIVERY_CHANGE.

0 Kudos
112

help me in getting a simple delivery creation w/o PO....

vl01n0 BDC is possible or not?if yes then please tell me how?

Former Member
0 Kudos
112

hello,

please help in getting an FM or BAPI to create delivery w/o PO.

i have tried GN_DELIVERY_CREATE, RV_DELIVERY_CREATE and BAPI_directprocessing_exec also..

but nthg is working...............

its all simple details i am using like for VL01no without PO...it should work...but i dnt know what i am missing...

eagerly waiting for ur response..........

Former Member
0 Kudos
112

if i insert the article status to DC or BP for the first time........insert entry in CDPOS is not showing the OLD_VALUE and NEW_VALUE.

as such when we update the entry, we can see both.

what's the solution...is it a configuration probelm or what???