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: 

Issue in linking between Purchase order no and PO item condition table

Former Member
0 Kudos

Dear guru,

here i am facing an issue in fetching data from Purchase order item condition--

i not able to find out the link between following --

using ME23 u can view a Purchase order.

The PO header details is getting saved on EKKO

The PO item details is getting saved on EKPO

this two table is linked with EKKO-EBELN = EKPO-EBELN.

The PO header condition is getting saved on KONH

The PO item condition is getting saved on KONP

And i am not able to find out using which key i will build up the link beetween ( EKKO and KONH ) or (EKPO and KONP )

so guru pls help me to find out this ....

Thanks & regards

Saifur rahaman

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos

hi,

use KONV table.

KONV-KNUMV = EKKO-KNUMV.

KONV-KPOSN = EKPO-EBELP.

1 REPLY 1

GauthamV
Active Contributor
0 Kudos

hi,

use KONV table.

KONV-KNUMV = EKKO-KNUMV.

KONV-KPOSN = EKPO-EBELP.