cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing using item categroy and refer to another

florianbus
Contributor
0 Kudos

Hi guys,

as I'm not a developer but have to do some small things, I have the following issue:

I have two item categories ZQ1 (quotation) and ZO1 (order). The condition values are maintained for ZO1.

If I now create a quotation using item category ZQ1, I want to use the condition values of ZO1.

What I did so far I created a pricing requirement:

IF komp-pstyv EQ 'ZQ1'

komp-pstyv = 'ZO1'

ENDIF.

Now this is done fine, but the pricing isn't using the condition values of ZO1, it's still trying to use ZQ1.

Thank you for help!

Regards,

Florian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I think you are near to the solution. You need to create an alt. calculation type(new routine) and assign it in the pricing procedure to calculate the value.....

Please try and let me know.

Answers (1)

Answers (1)

florianbus
Contributor
0 Kudos

Problem solved!

You have to use komp-zzpostyv instead of komp-postyv but before, the item category has to be aded to the allowed condition fields (zzpostyv).

Regards,

Florian