cancel
Showing results for 
Search instead for 
Did you mean: 

Shipment Cost

Former Member
0 Kudos

Dear Gurus,

I have a scenario on the shipment cost as below:

Transporter A

NoFromTo
Vehicle TypeFee
1Place APlace BRoad TankerFixed Cost $100 + $5 x Gross Weight
2Place APlace CRoad Tanker$5 x Gross Weight

No 1 and 2 should combine into 1 Purchase Order. For No2, i can set calculation type D in pricing condition  for it.

How should i set in pricing condition for No1?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

moazzam_ali
Active Contributor
0 Kudos

Hi

For pricing condition 1 please check with calculation type B and maintain condition record. Check this and update.

Thanks

Former Member
0 Kudos

But type B is fixed cost

For pricing condition no 1, it is combination of fixed rate + variable rate

Is it possible to use type G (formula) and how to maintain it?

neeraj_lal
Contributor
0 Kudos

Sean,

Looks like you have multi dimentional scale requirement.

In Transportation SAP allow this.

You need to define freight condtion multi dimention in configuration.

Then define multidimentional scale in VS01 by taking scale basis as per your requirement.

Once scale is defined assign it to condtion type in SPRO.

Hope this will help you

Regards

neeraj_lal
Contributor
0 Kudos

If its new configuration and business were not using multidimention condtion than you need to define number range for this new multidimention scale Tcode VN10.

Steps:

1. Configure freight condtion type as multi dimention by choosing calculation Type 'T'

2. Select matrix maintainence 1 in configuration.

3. define number range for scale and in VN10. if business is requires only few scale template than you may define it external

4.Create Scale in VS01, looks like in your case scale basis should be D - Gross weight

5. Keep scale type To scale

6. Define scale value :

Create Template of
possible range of Gross weight. :

For example

         0 -30Kg Calculation Type define as  Absolute ‘A’. so for this range cost will be fixed value.   

        30 – 100 Calculation type define as  Relative ‘B’. So for these scale ranges cost will be per KG.

7. Save scale tempate and note down the scale number.

8. In configuration assign this scale number to condtion type.

Save configuration.

Now in TK11 create condtion record for this condtion type.

Hope this will solve your requirement.

moazzam_ali
Active Contributor
0 Kudos

Dear

For 1 You can create two separate conditions. One for fix cost and 2nd for gross weight. Add these two conditions if you required in a third condition or simply add value of these two to net value and take them in PO. Suppose you have ZABC condition for 1 with calculation type B and ZXYZ for gross weight with calculation type D. For 1 there will be two conditions records e.g in ZABC and ZXYZ and for 2 there will be only one condition record in ZXYZ.

Thanks