2006 Apr 13 5:11 AM
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 .
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 .
2006 Apr 13 5:17 AM
for calculating netvalue just add the basic price and all the taxes on that which are depend on condition type .
2006 Apr 13 5:22 AM
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
2006 Apr 13 5:48 AM
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 .
2006 Apr 13 5:59 AM
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