cancel
Showing results for 
Search instead for 
Did you mean: 

Procurement of transport

former_member1327331
Participant
0 Kudos
114

Hi Gurus,

We frequently take the help of a transporter for transportation.

For transporting from one city to another, we have fixed rate. example 100$ from A to B.

Currently, we purchase this service as follows :

We create a service master for this route, the service conditions and then service purchase order.

So when actual transportation happens, we create service entry sheet. In the place of quantity , we enter the number of trips made.The system calculates the price and posts the SES.( ie for 4 trips, in SES the amount is 4 x 100$= 400$)

But now we have another vendor, who has given us a two dimensional rate. i.e KM + weight.

i.e per km he has offered 2$ and for every 1kg he charges1$.

So if we have a cargo of 100kg for a distance of 10Km, then net payable is  (100kgx1$) + (10Kmx2$)=120$

How can i map this in the service PO.

In the service entry sheet, how can i get the option of entering the weight as well as the kilometers

We do not have the transportation module.

Please help.

Thanks

Syed

Accepted Solutions (1)

Accepted Solutions (1)

former_member186100
Active Contributor
0 Kudos

hi Syed,

You can define a formula in customization of external service management in t-code ML89

and there variables in ML99.

then assign this formula to service code in AC03 , while you are creating PO it will as for rate in ZKGKM and separate values for L and W variables , while doing service entry sheet you will have to enter  distance and weight 

your formula can be ...   W + L * 2

Answers (0)