cancel
Showing results for 
Search instead for 
Did you mean: 

condition types in orders

Former Member
0 Kudos

Hi,

I want to find out in what all sales orders a particular condition type was used.

For example there is a condition type k005, now i want to find out in what all sales orders this condition type was used.

Useful responses are highly appreciated.

Thanks & Regards

Sadhu Kishore

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Roberto thanks for the answer. It works. I added 4 more points to the prev 2 points.

Thanks

Former Member
0 Kudos

Thanks Roberto,

regards

Sadhu Kishore

rmazzali
Active Contributor
0 Kudos

you have to write a custom program:

start from table KONV looking for KSCHL = K005

find out the KNUMV value and then go to VBAK to find out the order number.

You could use a query too, based on an Infoset created with the logical database VAV.

Pls. reward if this help you

Roberto Mazzali

Former Member
0 Kudos

HI Roberto,

thought I 'd and as well got the first response from you. Thank you very much, but let just find out with my Abap'er how can i actually do it. I will come back to you.

Thanks & Regards

Sadhu Kishore