cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CPQ Formula Rule

mertkan
Explorer
0 Kudos

Dear experts,

Could you please assist me with how can I convert this requirement with the formula rules?

Attribute: ZTCATI value: KT

Attribute: ZTAP value: D

Attribute: ZTCATIKAL value : KC

If ZTCATI==KT and ZTAP != D

result: ZTCATIKAL !=KC

Thank you,

Mehmet

Accepted Solutions (0)

Answers (1)

Answers (1)

nikhilwalsetwar
Contributor
0 Kudos

Hi mertkan

For this you need to write a formulae rule under product configuration.

The condition would be like,

[AND](<*IfAllValues(ZTCATI:KT)*>,<*IfAllValues(ZTAP:D)*>)

And action would be like,

<*DisallowValues(ZTCATIKAL:KC)*>

Please close the question if this solves your problem.

Hope this helps,

Nikhil

mertkan
Explorer
0 Kudos

Hi Nikhil,

Thank you for the answer but in my requirement, ZTAP is not equal to D.

Is it possible to apply this logic with the formula rule or should I write a script under the product?

Thanks in advance,

Mehmet

nikhilwalsetwar
Contributor
0 Kudos

Hi Mehmet,

What is the type of attribute you're using? And yes most of the times it is possible to apply this logic using formulae builder.

Thanks,

Nikhil

mertkan
Explorer
0 Kudos

Hi Nikhil,

The attribute type is user selection.

Thanks,

Mehmet