2006 Sep 13 10:56 PM
Hi,
There is some FM that return the NetValue from a PO item.
I mean, the net price + taxes.
Thanks.
Alexandre Nogueira
2006 Sep 14 9:59 AM
HI
Use the following FM
1 . ME_DETERMINE_NET_PRICE
2 . MM_NET_PRICE_CALCULATE
Rewards if you find the solution useful.
Hi,
There is some FM that return the NetValue from a PO item.
I mean, the net price + taxes.
Thanks.
Alexandre Nogueira
2006 Sep 14 9:59 AM
HI
Use the following FM
1 . ME_DETERMINE_NET_PRICE
2 . MM_NET_PRICE_CALCULATE
Rewards if you find the solution useful.
2006 Sep 14 10:02 AM
u can use FOR HEADER LEVEL table <b> EKKO</b> for selecting net value(<b>netwr)</b>
for item level u can use table <b>EKPO</b> for selecting net value(<b>netwr)</b>
2006 Sep 14 10:13 AM
Hi,
use Fm ME_GET_PRICE_CONDITION
ME_DETERMINE_SALES_PRICE
ME_PRICING_MARKET_PRICE
ME_SELECT_SOURCE_BY_PRICE
Regards
amole
2006 Sep 14 12:19 PM
I used the FM <b>CALCULATE_TAX_ITEM</b>, it worked well for me.
Thanks,
Alexandre Nogueira