cancel
Showing results for 
Search instead for 
Did you mean: 

Calculate shipment cost using scales for this scenario

Former Member
0 Kudos

Upto 100kgs weight, minimum amount should be 170. if its exceed 100 kg i.e from 101 kg, 170 / kg will be charged

so, for example:

if weight = 105 kg = 170 + ( 5 * 170 ) = 1020 rs

Pls suggest, how to create scales for this

Regards,

Deepa

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186385
Active Contributor
0 Kudos

Hi,

You can use transaction code VS01 to create scales for shipment costs

Assign Scales to condition types

Create condition records using scales in TK11

check and revert

regards,

santosh

Former Member
0 Kudos

Thanks for your reply

Already i have created scales and assigned to condition type zmin but its not working

Scale basis - D

Scale type - B

Gross weight - 100 B and

i have updated condition scales in tk11

I want to know what type of scale i have to create for this scenario

jignesh_mehta3
Active Contributor
0 Kudos

Hello,

It will be difficult to maintain scales for your requirement.

I think you should speak to your ABAP & create Routine with the necessary calculation & assign the same at Alternative formula for condition base value in the Shipment Pricing Procedure.

Thanks,

Jignesh Mehta

Former Member
0 Kudos

Dear Deepak,

First you have to maintain scales using Tcode VS01 once you maintain you will get the Scale ID once you have the scale.Make sure you have

Scale basis - D

Scale type - B

In Scales tab

Then in all scale values Enter

Gross weight 100kg | A - Absolute(which means fix)

then enter maximum value ex.99999999 | R-Relative ( per KG)

In calculation tab

Calculation rule-D

Price unit - 1  KG

Tick Min configurable.

                        

Save and note down the Scale ID

In condition type ex. FB00 maintaine the Scale ID/IDs for that condition type.(if mutli demensional we can use more than one scale ID)

Now go to Tcode TK11.

Enter your condition type

Enter Access Seq.

Enter the condition record that you have to maintain.(DO NOT ENTER amount )

Then click on Scale Icon or press F2

Select the scale for which you want to maintain.Enter the relevant info and save.

Check this should works...and let me know if you have any queries.

Thank

Alok P

Former Member
0 Kudos

Thanks for your answer.

One part is working fine

shipment cost document weight = 105 kg

Upto 100 kg, amount should be 170 - > its working fine

if its exceed 100 kg , amount should be 170 per kg

Ans =  weight = 105 kg = 170 + ( 5 * 170 ) = 1020 rs

Break weight logic i want, Please reply

Former Member
0 Kudos

Can anyone tell whether break-weight  configuration will be applicable for this