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: 

Purchase Order - Freight costs

Former Member
0 Kudos
291

Hi Gurus.

I am supposed to show the 'FREIGHT' charges on the P.O. I am working on.

In which table do I get this value ? Points will be awarded.

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
160

Have you looked table KONV?

Please use field KNUMV from EKPO and KONV to link.

Hope this will help.

Regards,

2 REPLIES 2

Former Member
0 Kudos
161

Have you looked table KONV?

Please use field KNUMV from EKPO and KONV to link.

Hope this will help.

Regards,

0 Kudos
160

Hi,

Check in KONV table field KNTYP. For Freight KNTYP will be 'F'. So get the Freight value from KONV from condition value field KWERT where KNTYP eq "F".

Regards,

Sankar