Re: [sap-log-sd] Pricing Scale for every excess kg rate
Posted by
Admin at
Share this post:
|
0 Comments
Posted by nliani (SD System Analyst) on Feb 28 at 2:42 PM | Mark as helpful |
you will have to use 2 condition types. 1 for hold the first 1000KG the 2
for the acess.
1. up to 1000KG
cond class B
calculation type T
scale id data:
scale basis: Bscale type B
scale unit KG
put all the scales up to 1000KG with calculation type A
in the scale frm and scaleto create new routine with the following code
if c_value_1 > 1000.
c_value_1 = 1000.
endif.
2. from 1000kg
same definition for the cond type
scale id data:
scale basis D
scale type B
put the scales you need with the calculation type B
create new routine with following code:
if c_value_1 ge 1000.
c_value_1 = c_value_1 - 1000.
else.
c_value_1 = 0.
endif.
On 2/27/10, G via sap-log-sd <sap-log-sd@groups.ittoolbox.com> wrote:
>
> Posted by G(Ms)
> on Feb 26 at 8:58 PM
> what type of condition and scale type to use in the following scenarios?
> Should we have two different types of condition type?
>
> For the first 1000Kg = 1000usd
> for every 1kg excess = 10usd
>
> so if the total kg - 1000.5 , rate = 1005usd
__.____._ for the acess.
1. up to 1000KG
cond class B
calculation type T
scale id data:
scale basis: Bscale type B
scale unit KG
put all the scales up to 1000KG with calculation type A
in the scale frm and scaleto create new routine with the following code
if c_value_1 > 1000.
c_value_1 = 1000.
endif.
2. from 1000kg
same definition for the cond type
scale id data:
scale basis D
scale type B
put the scales you need with the calculation type B
create new routine with following code:
if c_value_1 ge 1000.
c_value_1 = c_value_1 - 1000.
else.
c_value_1 = 0.
endif.
On 2/27/10, G via sap-log-sd <sap-log-sd@groups.ittoolbox.com> wrote:
>
> Posted by G(Ms)
> on Feb 26 at 8:58 PM
> what type of condition and scale type to use in the following scenarios?
> Should we have two different types of condition type?
>
> For the first 1000Kg = 1000usd
> for every 1kg excess = 10usd
>
> so if the total kg - 1000.5 , rate = 1005usd
Copyright © 2010 Toolbox.com and message author.
Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
Related Content
In the Spotlight
_.____.__ White Papers
In the Spotlight
Earn Recognition for Your Contributions at Toolbox for IT. Gain Points for Community Achievements