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: 

How could i get Exact Po Value.

former_member196331
Active Contributor
0 Kudos

I Need a small information.

I would like to get the Total Purchase Order Value, Including All tax values And Conditions. Where it will be save.

I checked. Konv -> Condition value ->Field is Kwert. But Not matching with the Po Total Value, The value is higher than the

Purchase Order Display Value.

Po Line value + Po Total condition Value + Taxes of all line items.

Where  can i pick it.

1 ACCEPTED SOLUTION

yogendra_bhaskar
Contributor
0 Kudos

How about using this field : EKPO-EFFWR


Regards,


Yogendra Bhaskar

7 REPLIES 7

pranay570708
Active Contributor
0 Kudos

Check tcode ME80FN, it has 'Net order value' field.

0 Kudos

Thanks for your reply.

Not showing, Tax Code and Values. condition Values.

Just lIneqty * price showing.

I need to Get from the Tables. Is it possible.

0 Kudos

Try this:

PO line items value: Go to EKPO (Line item table for po) , Add the Amounts (EKPO-NETWR) of all the line items .

Total Condition value: go to EKKO and take EKKO-KNUMV, Now go to KONV table and pass KNUMV, sum up all KNOV-KWERT for each KSCHL.

No idea about tax calculation.

0 Kudos

I checked it. But some cases Some pos Not matching the value.

yogendra_bhaskar
Contributor
0 Kudos

How about using this field : EKPO-EFFWR


Regards,


Yogendra Bhaskar

0 Kudos

Give me some time i will check it.Thanks for your reply.

0 Kudos

Thanks for your reply.

Some what ok.

But i need add Non Deduction Field Also.

And in some pos Even i need to capture jexs From konv Table.

Then only Total po value will be matches.

May be you system configuration is different than my system configuration

At header level Nvas Condition is there if it is exists.

From ekp

total Po value = Non-deductible + Effective value matches.

But If po Does not have Nvas Condition At header.

total po value = Non-deductible + Effective value matches + konv (Jexs-tax condition value i need to add).

Right now i am having these two cases.