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

PO net Value

Former Member
0 Likes
835

Hi,

There is some FM that return the NetValue from a PO item.

I mean, the net price + taxes.

Thanks.

Alexandre Nogueira

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
772

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

4 REPLIES 4
Read only

Former Member
0 Likes
773

HI

Use the following FM

1 . ME_DETERMINE_NET_PRICE

2 . MM_NET_PRICE_CALCULATE

Rewards if you find the solution useful.

Read only

0 Likes
772

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>

Read only

Former Member
0 Likes
772

Hi,

use Fm ME_GET_PRICE_CONDITION

ME_DETERMINE_SALES_PRICE

ME_PRICING_MARKET_PRICE

ME_SELECT_SOURCE_BY_PRICE

Regards

amole

Read only

Former Member
0 Likes
772

I used the FM <b>CALCULATE_TAX_ITEM</b>, it worked well for me.

Thanks,

Alexandre Nogueira