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: 

Conditions for sales orders

Former Member
0 Kudos

Hi, does anybody know a function, bapi or table where I can get the conditions for a item position in an sales order?

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Look at VBAK (sales header), get KNUMV. Using this you can look up KONV for header data, and KONP for item level.

2 REPLIES 2

Former Member
0 Kudos

Look at VBAK (sales header), get KNUMV. Using this you can look up KONV for header data, and KONP for item level.

Former Member
0 Kudos

Hi,

You can get the records from the table KONV.

Pass VBAK-KNUMV to KONV-KNUMV

VBAP-POSNR to KONV-KPOSN

Thanks,

Naren