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 or Functional Module !!

Former Member
0 Likes
908

Can anyone give me a BAPI or FUNCTION MODULE for inbound delivery create..

Thank You

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
834

Try BBP_INB_DELIVERY_CREATE

7 REPLIES 7
Read only

Former Member
0 Likes
836

Try BBP_INB_DELIVERY_CREATE

Read only

Former Member
0 Likes
834

Hi andrew,

check this link:

http://www.sap-img.com/abap/questions-on-bapi-and-rfc-programming.htm

check BAPI_STOREORDER_CREATE

regards,

keerthi.

Read only

Former Member
0 Likes
834

Hi,

Also try this one..

BBP_INB_DELIVERY_CREATE_31I

Regards,

Vara

Read only

Former Member
0 Likes
834

Hi Andrew,

Use BAPI_GOODSMVT_CREATE

Take a look at the example

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

or

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

ITEM_REF_PURCHASE_ORDER STRUCTURE BAPIDLVITEMRPO

Regards,

Laxmi.

Read only

Former Member
0 Likes
834

Thank you Everyone for your prompt reply.

Have a nice Day !!

Read only

0 Likes
834

Hi,

Check the function modules,

IDOC_INPUT

IDOC_START_INBOUND

Regards,

Azaz Ali.

Read only

Former Member
0 Likes
834

Hi;

I am creating Inbound delivery for ASN, can any one give me some sample code to create? Because i tried BBP_INB_DELIVERY_CREATE, it is returning nothing, can any one help me about this?

Thanks.