cancel
Showing results for 
Search instead for 
Did you mean: 

SAP TM Charge calculation. Calculating charge items based on destination and number of packages.

prajwalgangolli
Participant
0 Kudos
1,122

Hello Experts,

I am working on a requirement where the customer wants a flat rate to be applied to 2 packages delivered to one destination and a different flat rate to the next destination. Also, the cost per package should be additionally calculated and added to the flat rate.

For example Source A to Source B. Total Number of Packages: 2.

1. Shipment cost is x Euro (Dependent on the no of packages and as well destination. Let's assume 2 packages in this case)

2. Cost/package is: y X 2 Euros (Dependent on the no of packages. Let's assume 2 in this case)

3. % of 1 + 2 = z

Total cost is(should be): x + (y X 2) + z

The freight agreement with CCS is configured with 3 charge items where for the Shipment cost the resolution base is package but with the grouping rule based on the Destination Location, For the cost/package, the resolution base is Package. The last charge item is the % of 1 and 2, i,e, z.

Based on the rate table defined in the CCS, the result should be x + (y X 2) + z, but it is 2x + 2y +2z. Can anyone guide me with what might be missing here?

Best regards

Prajwal

Accepted Solutions (0)

Answers (1)

Answers (1)

karthikeyan3991
Participant
0 Kudos

Hello Prajwal,

Seems like your grouping logic by destination is not working for Shipment cost. Can you use root calculation base for Shipment cost and check how it is behaving?

Regards,

Karthikeyan

prajwalgangolli
Participant
0 Kudos

Hi Karthikeyan,

In that case, if I have one more destination where another shipment cost is applicable, the charge calculation does not happen as expected. So the resolution base ROOT or STAGE does not work. Are there any other solutions?

Best regards

Prajwal