cancel
Showing results for 
Search instead for 
Did you mean: 

condition type

Former Member
0 Kudos

Hi,

Can anybody help in getting the table in which we will get the value of the condition types with respect to the particular sales order?

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member217082
Active Contributor
0 Kudos

Hi

The condition type value of sales order data gets stored in KONV table .

It also gets stored in KONH & KONP structures also

Regards

Srinath

Former Member
0 Kudos

Hi,

You can go for table VBAK .. Note down the condition record numbers from that table & use these numbers as input for KONV/KONH/KONP table to get the value of condition for that oparticular sales document...

Or else you can create query by using txn SQ01 in order to combine the two tables. e.g VBAK & KONB. to get your output in one go..

Hope this help solving your problem.

Thanks .

Former Member
0 Kudos

Hi Friend,

KONV is the table where u can fiend the vale of a particlar condition type

Goto VBRK and give the sale order nmber (VBELN ) as input value and get the KNUMV which is the document condition and then goto

KONV and give the KNUMV and also give the KSCHL as the condition type for which u need to get the condition vale

The value stored in KWERT is condition value.

hope it is clear

santosh

former_member315051
Active Contributor
0 Kudos

Check in KONH and KONP