cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing routine

Former Member
0 Kudos

Hi! Gurus...

In a pricing procedure i want to copy the value of one condition type to another condition type.

Can I hardcode the condition type I want to copy from in my routine and put it against the 2nd condition type in ALT.CL.TYPE column or I have to use some structure fields to ahcieve this?

I need to write some ABAP code because I need to mark-up the 2nd pricing condition.

Please help me out.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

LeonardoAraujo
Active Contributor
0 Kudos

In the condition type maintenance (SPRO) maintain the field Reference condition type (RKSCHL) with the other condition type. This makes this condition behave exactly like the other, if fact it will even take the condition records maintained for the other.(Cool!).

Now you only need to assign it to your pricing procedure and create a pricing formula to mark it up.

Another approach would be to create a condition type for your markup and then create a subtotal for your marked up value. You have options my friend.

Hope it helps,

Leonardo De Araujo

Answers (0)