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: 

reading pricing conditions of sales quotations

Former Member
0 Kudos

Hi all,

I am stuck up with one problem.I need to read pricing conditions of a sales quotation.I want the value 'profit margin'

This condition does not have a condition type.I think it is calculated at run time and not stored in any table.Although I'm not sure. Is there any function module to read these values..

Reward points assured.

Thanks & Regards.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

VBAK is the table contains the Sales quotation for the document category B. The field VBAK-KNUMV contains condition record number. Using this KNUMV hit the table KONV and get the condition records.

Regards,

Kiran Bobbala.

4 REPLIES 4

Former Member
0 Kudos

Hi All,

Give some idea guys...

Former Member
0 Kudos

VBAK is the table contains the Sales quotation for the document category B. The field VBAK-KNUMV contains condition record number. Using this KNUMV hit the table KONV and get the condition records.

Regards,

Kiran Bobbala.

0 Kudos

Thanks Kiran,

But the problem is that KONV contains data only for conditions like PR00.But for values like 'net margin' ,contribution margin' or 'profit margin', there are no records in KONV.How to find out those values ??

ThomasZloch
Active Contributor
0 Kudos

Unless somebody has a better idea: try function module PRICING. The interface is quite complex, but once you worked it out (e.g. by checking the where used list of that function), you end up with all the price conditions in return table TKOMV.

Thomas