cancel
Showing results for 
Search instead for 
Did you mean: 

RE: Condition type for product hierarchy

Former Member
0 Kudos

Dear Experts,

Could you please tell me the condition type for pricing of product hierarchy?

Thanks,

Bruce

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Bruce

you could follow the steps for condition type creation to have a new condion with product heirarchy

the steps would be as

1) create a new table with fields as product heirarchy along with any other fields that you want- T code V/05

2) create a access sequence - V/07

3) create a conditon type and assign the new access sequence to the condiotn type- V/06

then you wopuld have a conditon type with prpoduct heirarchy

hope this helps

thanks

akasha

Answers (1)

Answers (1)

former_member183879
Active Contributor
0 Kudos

Hi,

My understanding is that you want to use some condition type whose price is based on the Product Hierarchy levels.

You can use any; condition type, which has the product hierarchy fields in the condition table of the access seq of the condition type.

I am sure if you are using Product hierarchy, it will be custom hierarchy levels different from the SAP provided 558 charcter fields in T179 table.

If you use different level of PH, then you have to include all those fields in the pricing communication structures KOMG, KOMK and KOMP.

Then you need to populate these fields in the structure in the user exit

USEREXITPRICINGPREPARE in the include MV45AFZZ.

If these things are done, then you can use any condition type having these PH fields in its condition table.

Hope this helps.