cancel
Showing results for 
Search instead for 
Did you mean: 

Help finding a function module to read values of specific condition type

Former Member
0 Kudos

Hello fellow SAP gurus,

In a program we need to read the pricing conditions and get the amount for a certain condition type, simulating how the value would be priced in SD orders.

Is there anyone who knows if there are some useful function modules for this ?

Many thanks in advance,

Regards,

Henry

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Henry,

Try [this|http://wiki.sdn.sap.com/wiki/display/ABAP/TogetpricingconditionofaSales+Order]

Regards,

Amit

Answers (1)

Answers (1)

former_member183879
Active Contributor
0 Kudos

Hi Henry,

You can actually read it directly from the tables itself.

You can get it from KONV-KSCHL , KONV-KWERT the condition type and its value where KONV-KNUMV = VBAK-KNUMV for the specific sales order.

If you want this for a bunch of sales orders, you can even write a program and enable the same. You can even write a query in SQVI but to include KONV, you have to include a code which is anyway available in internet.

There is no function module as such to get this data.

BTW...If you want simulation, you can even construct pricing reports SPRO>SD>BASIC FUNCTIONS>PRICING>MAINTAIN PRICING REPORT.

Here you can construct a pricing report based on the fields you want to select and then you can simulate the pricing which will get affected by your selection criteria. The documentation on pricing report is good, and is self explanatory.