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 for Delivery Change

Former Member
0 Likes
2,712

Hi,

We have a requirement (LE-Shipping) to update a outbound delivery from an inbound message (RFC)

The field that needs to be updated is LIKP-BOLNR (Bill of Lading).

Is there a BAPI that has the above field in SAP used to update outbound delivery in change mode?

Decided to use a custom program to update the delivery in change mode and also to do error handling instead of using a BADI

4 REPLIES 4
Read only

Former Member
0 Likes
1,648

If you want to update the field 'LIKP-BOLNR (Bill of Lading)' while creation og billing we can use 'BAPI_DELIVERYPROCESSING_EXEC' & REQUEST (parameter) & field (BILLOFLADING). But i am not sure about the delivery change.

Read only

Former Member
0 Likes
1,648

Hi,

What i will suggest to use Enhancement for this process. Whenever inbound message gets trigger use BADI LE_SHP_DELIVERY_UPDATE (Method Update_item, Parameter IS_LIKP) to update delivery. This parameter is having all current values of LIKP which can be modified. Please try.

Thanks,

Gaurav

Edited by: Gaurav Mishra on Mar 24, 2009 4:50 AM

Read only

0 Likes
1,648

Thank you.

If we use the BADI, then we have to write a BAPI again for it. Instead we decided to write one custom program to update the delivery in change mode and do the error handling as well.

Read only

Former Member
0 Likes
1,648

Decided to use a custom program to update the delivery in change mode and also to do error handling instead of using a BADI