Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing procedure

sivapuram_phanikumar
Active Participant
0 Kudos

i have req to copy the Condition type of Header to the Kit items (i am using the MV45AFZZ). in the process it has to Execute the code in the Routine that is assigned to the respective condition type and should calculate the pricing is based on the logic in the Pricing Routine. Is there any function module that can be used for this Purp.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Not sure if i understood your post completely.

Anyways, use form routines

FORM userexit_pricing_prepare_tkomk.

FORM userexit_pricing_prepare_tkomp.

within MV45AFZZ to set the right values to tkomk and tkomp structures.

2 REPLIES 2

Former Member
0 Kudos

Not sure if i understood your post completely.

Anyways, use form routines

FORM userexit_pricing_prepare_tkomk.

FORM userexit_pricing_prepare_tkomp.

within MV45AFZZ to set the right values to tkomk and tkomp structures.

Former Member
0 Kudos

I do not think you need to use MV45AFZZ at all.

As it was mentioned in your requirement - you need to use (create or change if necessary) routines which are assigned to your condition type in pricing procedure. I would use userexits in pricing as a last option, when you have no other ways to calculate the value of your pricing condition.