cancel
Showing results for 
Search instead for 
Did you mean: 

Condition Records Table with Sales Document Number

Former Member
0 Kudos

Hi Gurus,

wanted to see all the condition records that are associated with sales document # 10.. then which table i can find the info?

I tried in KONP but no use.....

Regards,

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks

sarthak_mohantysd
Active Contributor
0 Kudos

Hello raga,

wanted to see all the condition records that are associated with 
sales document # 10.. then which table i can find the info?
I tried in KONP but no use.....

For checking out all the condition record value related to a specific Sales Order, please refer the below approach:

  1. Go to the T-code SE16N and Execute the standard table VBAK for a Sales Order which you want to check.

  2. There is a field called Doc. condition(KNUMV), pick up the value with reference to Sales Order.

  3. Then go to table KONV and execute this table using the value Doc. condition(KNUMV) obtained from VBAK.

  4. With respect to Doc condition, you shall find out all the condition record for the sales order.

Regards,

Sarthak

Former Member
0 Kudos

hello, friend.

if you're looking for pricing condition records, table VBAK (sales documents) and VBRK (billing documents) have field KNUMV. You link this in table KONV to get the rates and other related data.

from KONV, use field KNUMH to link to tables KONH and KONP (these 2 latter tables are for pricing conditions).

regards.