cancel
Showing results for 
Search instead for 
Did you mean: 

calculate freight based on kilometers- during Intercompany STO

Former Member
0 Kudos

Hi guys,

I want to calculate freight based on kilometers during inter company stock transfer in the purchase order. Here no transportation module is involved.

Is it possible to calculate freight based on kilometers without transportation module.

Suppose if i am having

Quantity as 10 tons

Price-Rs 3/ton

total price is 30

if vehicle traveled for 100 km,  per kilometer Rs 5, I have to get total price as 30*100*5=15000. Is it possible in standard routine?

Is this possible to map this in pricing procedure? for freight based on kilometer, what i need to maintain in condition type and calculation schema?

Regards

Subbu.

Accepted Solutions (1)

Accepted Solutions (1)

Prasoon
Active Contributor
0 Kudos

Hi,

   The option is available with Transportation Management in standard using Multi-dimensional calculation type. As of my knowledge, the full functionality is not available without TM, as there is no option to assign the scale type in MM.

    If you want to map the same scenario in MM without TM, then you may go for development. You may create a new Z table and maintain the kilometers and rate per km for each vendor and ship to party (customer number for the receiving plant). Create custom routine to pull the price (distance * rate per km) from the z table and calculate the total price based on the calculation.

   If the kilometers / route is changeable for each PO, then you may add the distance field in PO.

Regards,

AKPT

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi AKPT & DEV,

I have created new condition type as freight/Distance and wrote routine with the help of ABAPER to calculate the distance.

Thanks guys

Regards

Subbu

former_member183424
Active Contributor
0 Kudos

Quite same requirement is discussed in this thread

I haven't test that, but it may can be possible by using multidimensional freight condition.

Check the SAP note referred by