Start of Content Area

Function documentation BAdIs for the Travel Distance Calculation Locate the document in its SAP Library structure

Use

You can use BAdIs /SCWM/EX_TDC_BIN_LIST and /SCWM/EX_TDC_START in enhancement spot /SCWM/ES_TDC to influence storage bin lists and to define your own logic for the travel distance calculation.

The following BAdIs are available:

      Change storage bin list for travel distance calculation /SCWM/EX_TDC_BIN_LIST

You can do the following:

       Sort the list

       Delete storage bins from the list

       Add new storage bins to the list

You can also influence the default distance to the first storage bin in the storage bin list.

      Travel distance calculation using the storage bin list /SCWM/EX_TDC_START

The system calls this BAdI to calculate the travel distance of a warehouse order. If you implement this BAdI, you can define your own logic for calculating the travel distance along the sorted storage bin list transmitted to the BAdI.

 

For more information about these BadIs, see the Implementation Guide (IMG) for EWM, under Business-Add-Ins (BAdIs) for Extended Warehouse Management ® Cross-Process Settings ® Travel Distance Calculation ® BAdI: Change Storage Bin List for Travel Distance Calculation or BAdI: Travel Distance Calculation Using Storage Bins.

 

End of Content Area