cancel
Showing results for 
Search instead for 
Did you mean: 

Table for PO header conditions and values

former_member1283268
Participant
0 Kudos

Hi All

My requirement is that I have to print all the PO header conditions and its values in PO.From which table I can get PO header conditions and its values.I know there is table KONH for header conditions but how do I fetch data from table KONH for header conditions and its values?? I mean what would be the input values or is there any other way for my requirement.

Regards

Satish Kumar

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member1283268
Participant
0 Kudos

resolved

Former Member
0 Kudos

Select KNUMV from EKKO....then for each KNUMV select KSCHL from table KONV

Regards

Indranil

former_member581212
Active Contributor
0 Kudos

hi,

create a query or use the tables...

firstly check the KNUMV - doc condition no. for your PO table EKKO...

and enter this no. in KONV table...and check ouput...

or could be also done indirectly via inforecord stored for the PO, there check the info record EINA table...check the doc ument condition no. KMNUH...ie. from EINA table and enter the same no. at KONH table....

Regards

Priyanka.P

former_member1283268
Participant
0 Kudos

Any more replies!!!

Former Member
0 Kudos

Satish,

You can link the PO table and condition with condition record number.

Regards

Krishna

Former Member
0 Kudos

The linkage is the Condition record Number KNUMV

EKKO has KNUMV

take this and insert in KONV

you will get the desired conditions(kschl)

former_member1283268
Participant
0 Kudos

Hi All

In my system certain condidtions such as freight,packaging charges etc can be entered both at the item level and header level and my requirement is that I have to print all the header conditions present in the PO and are having value.

From table KONV I get all the item conditions but my requirement is to print all PO header conditions iwth value???

How do I achieve this??

Pls help.

Regards

Satish Kumar

former_member1283268
Participant
0 Kudos

Any replies???

former_member1283268
Participant
0 Kudos

Any more replies??

amit_choudhary6
Active Contributor
0 Kudos

In the KONV table field KHERK = D indicates a header condition.

amit_choudhary6
Active Contributor
0 Kudos

However, you must remember that the Header condtions get distributed mongst the line items.

Amit