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

BBP_INB_DELIVERY_CREATE

Former Member
0 Likes
782

Hi All,

I am using Bapi BBP_INB_DELIVERY_CREATE to create an inbound delicery.

I used the below piece of parameters to test the BAPI.

*Import Parameters : IS_INB_DELIVERY_HEADER*

DELIV_EXT -- 4500005801

DELIV_DATE -- 27.11.2009

Tables : IT_INB_DELIVERY_DETAIL

DELIV_ITEM --- 000010

MATERIAL --- SEMC-TEST01

DELIV_QTY --- 3.

UNIT --- EA

PO_NUMBER --- 4500005801

PO_ITEM --- 00010

Now when I am executing the BAPI it neither returning any errors nor it creates the delivery. I am unable to figure out the problem.

Would be nice If someone can give necessary inputs.

Regards,

Koushik

Edited by: Koushik Mazumder on Nov 27, 2009 9:54 AM

Hi All,

I am using Bapi BBP_INB_DELIVERY_CREATE to create an inbound delicery.

I used the below piece of parameters to test the BAPI.

*Import Parameters : IS_INB_DELIVERY_HEADER*

DELIV_EXT -- 4500005801

DELIV_DATE -- 27.11.2009

Tables : IT_INB_DELIVERY_DETAIL

DELIV_ITEM --- 000010

MATERIAL --- SEMC-TEST01

DELIV_QTY --- 3.

UNIT --- EA

PO_NUMBER --- 4500005801

PO_ITEM --- 00010

Now when I am executing the BAPI it neither returning any errors nor it creates the delivery. I am unable to figure out the problem.

Would be nice If someone can give necessary inputs.

Regards,

Koushik

Edited by: Koushik Mazumder on Nov 27, 2009 9:54 AM

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
646

Try to give a COMMIT WORk or BAPI_TRANSACTION_COMMIT and check . If not working then cal fm GN_DELIVERY_CREATE (If you check the code inside the bapi mentioned you can find this fm)