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

Komp-netwr

Former Member
0 Likes
2,537

How can I get the Komp-netwr field in conditions tab for purchase orders?

I´m looking for table KONV and KONP and I can´t reach it!

Thank you!

5 REPLIES 5
Read only

Former Member
0 Likes
858

As i don't know where you want to do it (report? transaction?): try to read the PO with a function like BAPI_PO_GETDETAIL1

Read only

Former Member
0 Likes
858

with the po number...

go to table ekko ( po header)

get the field knumv

with the value knumv go to konv and konp

regards, Sebastian

Read only

Former Member
0 Likes
858

I´m developing a report and with this Bapi, we can not get this field.

Thanks!

Read only

0 Likes
858

All the data you need is in the condition table returned by the function.

Read only

0 Likes
858

Hi

All condition data are in KONV table, the link between KNOV and PO is field KNUMV (condition number)

KONV-KNUMV = EKKO-KNUMV

Max