Application Development 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: 

PO net value

Former Member
0 Kudos

Hi All,

I have a requirement where i need to get the PO netvalue .In ME23N if we open PO under header->conditions->Net value field (screen field komp-netwr).

Is there any function module to get the net value of PO

or where excitely is the net value of PO stored (any database table ) ?

Thanks alot .

4 REPLIES 4

Former Member
0 Kudos

for calculating netvalue just add the basic price and all the taxes on that which are depend on condition type .

Former Member
0 Kudos

Select KNUMV from EKKO by passing the Purchase Order No.

With the retrieved KNUMV, go to KONV and get the KBETR, which should give you the Net Amount

0 Kudos

Thanks for the information sravanti ,

MY PO shows 10 EUR (net value) . But where as from

KONV table i got 5 records ( when i fetch data as you mentioned ) . But none of the kbert field has 10 EUR as

net value.

Any more information on this ?

thanks again .

ferry_lianto
Active Contributor
0 Kudos

Hi Rajini,

Have you looked this FM <b>ME_FILL_KOMK_PO</b> or <b>ME_FILL_KOMP_PO</b>?

Hope this will help.

Regards,

Ferry Lianto