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

Condition type

Former Member
0 Likes
701

Hi All,

I have a set of invoices with condition values against the condition types, out of which few condition vales are not used for the of net value which we can make out from the staistical(KOMV-KSTAT) and inactive fields(KOMV-KINAK) for condition types. but KOMV is a structure, now can u please tell me which table or function module gives the values whether the condition type is used in net price or not???

Helpful answers will be highly appreaciated......

2 REPLIES 2
Read only

Former Member
0 Likes
481

By using the Invoice Number, you can get the condition record number from VBRK. Using this go to KONV to get all the condition type associated with each of the line items of the invoice. Now which condition type are being used to determine the net price is being determined by SAP thru the pricing procedure. Using the pricing procedure the system checks the condition records fir eacg condition type in a sequence and stops as soon as it gets one unless there is a manual condition type maintained with a value.

The condition types itself can contribute to price, discounts.

Hope this helps.

Let me know if you still need more information.

Thanks,

Balaji

Read only

kiran_k8
Active Contributor
0 Likes
481

Kiran,

go to vbak get the vbeln and its corresponding Knumv.Now go to konv and give vbak-knumv in knumv of konv to get all the condition types for which there is a net price.

K.Kiran.