‎2006 Nov 23 6:28 AM
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.
‎2006 Nov 23 6:54 AM
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
‎2006 Nov 23 6:52 AM
‎2006 Nov 23 6:54 AM
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
‎2006 Nov 23 6:56 AM
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
‎2006 Nov 23 8:16 AM
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