cancel
Showing results for 
Search instead for 
Did you mean: 

varient pipes

Former Member
0 Kudos

hi,

If business sales Pipes to a customer .So price will change according to length & diameter wise.Again the the pipes are two type that is pvc pipes & cpvc pipes.So please give me the solution & customization process how price will calculate according to pvc & cpvc which ever Business will select.

I think that it is possible in varient configuration.So please give me the solution how to solve pricing of pipes.

Thanks,

Raj.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

You are having 3 parameters for pricing

1) Length

2) Diameter

3) Type

So create 3 characterstics like CHAR_LEN, CHAR_DIA and CHAR_TYPE.

Assuming diameters are fixed for 3 types say A,B and C.

Assuming type PVC and CPVC.

and Length is numeric.

Maintain a table for these charateristics such as

CHAR_LEN--


CHAR_DIA
CHAR_TYPE
----VAriant_Price

-1


A
PVC
--


P1

-1


B
PVC
--


P2

-1


C
PVC
--


P3

-1


A
CPVC
--


P4

-1


B
CPVC
--


P5

-1


C
CPVC
--


P6

try and revert

Former Member
0 Kudos

HI,

But my length will varies 000 to 500 meters then how how the price will calculate .

Please give me the solution.

Thanks,

Raj

eduardo_hinojosa
Active Contributor
0 Kudos

Hi,

Check this best practice:

http://help.sap.com/bp_bblibrary/500/html/M03_Pricing_EN_US.htm

Regards,

Eduardo

Answers (0)