cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module BAPI_OUTB_DELIVERY_CHANGE missing SDABW

Former Member
0 Kudos

Our company has a business requirement to base shipping method on the weight of the shipment.

In order to achieve this, we group deliveries into a shipment to reach an aggregate weight.

We were using incoterms to determine if we would charge the customer for freight or not -- but we are getting away from this method and we want to use Special Processing Indicator (SDABW) to do this instead.

Our plan is when SDABW = Z003 and the weight threshhold is met, function module BAPI_OUTB_DELIVERY_CHANGE should change the delivery.

Our problem is that the field SDABW is not included in BAPI_OUTB_DELIVERY_CHANGE.

Does anyone know a way to add this to the FM? Or is there another FM that we could use?

Accepted Solutions (0)

Answers (1)

Answers (1)

Shiva_Ram
Active Contributor
0 Kudos

Check whether any of the includes FV50C002, LV05IFLV, L0VTRF00, L0VVTF00 could help you. Also take a look at OSS Note 606769 - XSI_GET_SERVICE_CD_SDABW and XSI_GET_SERICE_CD_LPRIO, which talks about couple of function modules.

Thanks,