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

Former Member
0 Likes
1,350

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
Read only

Former Member
0 Likes
940

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
Read only

Former Member
0 Likes
941

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

Read only

Former Member
0 Likes
940

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

ITEM_REF_PURCHASE_ORDER STRUCTURE BAPIDLVITEMRPO

Enjoy Coding,

Thomas

Read only

Former Member
0 Likes
940

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

Read only

0 Likes
940

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

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

Read only

Former Member
0 Likes
940

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..........

Read only

Former Member
0 Likes
940

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???