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_INB_DELIVERY_CHANGE

Former Member
0 Likes
972

Hi,

Since BAPI_INB_DELIVERY_CHANGE is not available in version 4.6c, what is its equivalent if any? Thanks.

Hi,

Since BAPI_INB_DELIVERY_CHANGE is not available in version 4.6c, what is its equivalent if any? Thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
822

Function Module BBP_INB_DELIVERY_UPDATE seems to be remote enabled inbound delivery update.

Cheers,

Thomas.

Please mark points if helpful.

Read only

0 Likes
822

Seems like the said function module doesn't have the capability to change the status of the inbound delivery (both for the header and the item details).

i need a bapi/function module that can set the ff. fields to 'C': VBUK-KOSTK, VBUK-WBSTK, VBUP-KOSTA, VBUP-WBSTA. These fields should contain the value 'C' for them to be archived.

Currently, we have a program that directly modifies these fields. Is this the best(only?) option that we have?

Read only

0 Likes
822

<i>Currently, we have a program that directly modifies these fields. Is this the best(only?) option that we have? </i>

Call transaction/batch input is still better option as it garantees data consistency.

Peter

Read only

Peter_Inotai
Active Contributor
0 Likes
822

Hi,

I don't have access to 46C system, but generally speaking you can always browse via transaction BAPI for the available BAPIs.

Logistics Execution > Shipping > InboundDelivery /BUS2015/

In 4.70 it's available.

Regards,

Peter