Application Development and Automation 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: 
Read only

Pricing Problem

Former Member
0 Likes
649

Hi,

In pricing conditions we have a condition NETP which is net price rounding. The Item after discount price should get a value amount substracted by discount amount and the value got in NETP. But the NETP value is not getting substracted from the Item after discount amount. Where I need to check for the code. The NETP is giveing value to KOMP-KZWI4.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
606

All SD Standard pricing calculations happen using the function module "Pricing". You can check in there. If, there is any routine attached specifically to the condition type you need to check in those routines. Normally these routines are included in the customizing of the pricing procedures. You may ask your functional consultants to provide the routine name as that would be easier to search(there may be different routines for different condition types.)

Hope this helps

Krishna

4 REPLIES 4
Read only

Former Member
0 Likes
606

Check for Pricing Routines in VOFM Transaction Code ...

-Mohan

Read only

Former Member
0 Likes
607

All SD Standard pricing calculations happen using the function module "Pricing". You can check in there. If, there is any routine attached specifically to the condition type you need to check in those routines. Normally these routines are included in the customizing of the pricing procedures. You may ask your functional consultants to provide the routine name as that would be easier to search(there may be different routines for different condition types.)

Hope this helps

Krishna

Read only

Former Member
0 Likes
606

hi,

Pls check in SPRO in the SD module pricing . You will find pricing routines which will be responsible for the change in the price value. You can find details in VOFM Transaction

Read only

Former Member
0 Likes
606

HI Eswar Jajula

I doubt on the approach that you have taken for calculating the Net Price.

If my understanding is correct, this is the requirement:

1. Condition Type NETP is attached to the pricing Procedure.

2. Condition Type NETP should reflect with the net amount after all calculations for each item.

I would say, to acheve it would be very difficult task as we have to consider the condition class, calculation type, condition values and many other things for other condition types in the Pricing Procedure.

I guess you approach should be as below:

1. Assign the Condition Type NETP as last step in the pricing procedure.

2. Create a routine for calculating from the values of other condition types in the procedure. - Make sure you are considering the condition class, calculation type...

3. Assign the requirement routine to the condition type in the pricing procedure.

I wish you all the best with this requirement.

Kind Regards

Eswar