‎2009 Jul 15 8:59 AM
Hi experts,
I have developed an ABAP program to create sales order. I would like to figure out the net price of each item, and place a reason of rejection code for those items sold below cost.
In the pricing precedure, there are many discount condition types, is there any function module/BAPI that can get all the condition records or even come up with a net price so that I can check before trying to create sales order?
Currently, I come up with a solution that read all the condition tables and calculate the net price. But my program is required to update each time when a new discount condition type is added to the pricing procedure.
Thanks a lot.
‎2009 Jul 15 9:03 AM
normally in MBEW table u will get all the cost details of the material
with regrds
s.janagar
‎2009 Jul 15 9:10 AM
my main problem is to get net item price (after discount applied) before sales order creation
‎2009 Jul 15 9:39 AM
hi mbew there is a field named SKTOF
this indicates cash discount
so with which implies that the net price is the actual price of the item
cheers
s.janagar
‎2009 Jul 15 9:43 AM