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: 

BBP_INB_DELIVERY_CREATE

Former Member
0 Kudos

Hi friends,

I am working on a object. In this i have to create purchase order. for this I am using BAPI: BAPI_PO_CREATE1. Its log is complete.

Now the main point is its delivery.

I am using BAPI: BBP_INB_DELIVERY_CREATE to create delivery. delivery is creating. But when I am going to ME23N and checking PO. In this a 'delivery shedule' tab is there which is not updating.

When i am creating delivery manually, it is updating in this tab. But by using BAPI, It is not updating.

Kindly help me.

2 REPLIES 2

Former Member
0 Kudos

make sure u are passing all the parameters correctly.

0 Kudos

Hi,

In header, I am passing 'Delivery Date'

In Item Table, I am passing, Material, Delivery quantity, unit, po number & po item.

Is there any other parameter is also required.

One thing more, 'delivery shedule' tab is updating but 'confirmation' tab is not updating.