cancel
Showing results for 
Search instead for 
Did you mean: 

PO Value

Former Member
0 Kudos

Hi All,

Is there any field in SAP tables which will give the Purchase Order Net value?

Condition Tab in Purchase Order display(T-code:ME23N) has the PO Net value, but technical help(F1) shows that this info is in the KOMP-NETWR where KOMP is a structure.

Is this value calculated during run time?

Please guide me!!!

With regards

Krishna

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

You are right, PO order value is mostly calculated from PO from line items and quantity. I dont think anyother program uses net order value of PO directly as it's not a good logic. why? If you have different line items and each line item may have different prices, different UOM and various different factors. Hence its not a good logic to directly incorporate the total net order value. Depends on the need, different programs or your custom program should calculates the net order value during run time.

Even if you check ME81, it uses table EKPO and just shows the consolidated value.

also refer this SAP help, it shows how the net value of the PO is derived from EKPO table and it's extracted to BW with the logic.

http://help.sap.com/saphelp_sm32/helpdata/en/8d/bc383fe58d5900e10000000a114084/content.htm

ajitkumar
Active Contributor
0 Kudos

once the PO is released the net value is available in EKKO RLWRT

BijayKumarBarik
Active Contributor
0 Kudos

Hi,

PO Net value check in t.code: ME81 or ME81N

Regards,

Biju K

Former Member
0 Kudos

I think the table name is KOMP...

Former Member
0 Kudos

Logic for Po value

                  Fetch KNUMV from table EKKO for the corresponding PO  .

                  Now the field KNUMV will be entered in table KNOV.

                  FROM table KNOV sum of the field KWERT will shows the total net  value.

Thaks N Regards,

Biju

former_member433442
Active Contributor
0 Kudos

Hi,

This is available in Inforecord, goto Inforecord -> Environment (at menu details)-. Order Price history.

Regards,

Prabu

Former Member
0 Kudos

Hi,

Go to EKPO, input PO no. in EBELN & execute to get the netvalue in EKPO-NETWR.

Regards

Mahesh

Former Member
0 Kudos

Hi,

EKPO is the item level table. I want the PO value at the header level and not at the item level.

Please help.

With regards

Krishna

Former Member
0 Kudos

Is there any logic to derive it from the Pricing condition tables?

With regards

Krishna

Former Member
0 Kudos

Hi

Check it in ME80FN

After entering the details execute.

U'll get the list of results.

In this for the particular PO net vaule, u'll get it through

Click on the Net order value column then Tool bar - click Total

It will give the total order value for each PO.

Regards,

Raman

Former Member
0 Kudos

Hi,

I am looking for the PO value logic or table fields for generating a custom report.

So, ME80FN will not be useful for me!!!

Please help with the table fields or logic to arrive at the PO net value.

With regards

Krishna