cancel
Showing results for 
Search instead for 
Did you mean: 

Report to see discounts

Former Member
0 Kudos

Hi!

I´m trying to see how much discount is given to customers using condition RB00, when the order is placed. Is there such a report, where I can see the amount and connection to the material sold?

//Bengtsdotter

Accepted Solutions (0)

Answers (4)

Answers (4)

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

As all other colleagues, go to VA05 (one option, other maybe ABAP, ABAP query I suggest you to avoid it, in my opinion it could become a performance problem).

For your ABAPer. For your SO, go to table VBAK, field KNUMV. With this field go to table KONV and look for the records for KSCHL = 'RB00'.

As Moazaam suggests, it would be a good idea to use subtotals, because you will avoid troubles in performance with KONV and you'd read directly from table VBAP. If you don't have enough fields, see SAP Note 155012 - Further subtotal fields in pricing.

I hope this helps you

Regards

Eduardo

moazzam_ali
Active Contributor
0 Kudos

No standard report. You can add field in VA05 if you have used some subtotal for that discount or create your own report through ABAP or SQVI as suggested by Siva.

Thank$

siva_vasireddy2
Active Contributor
0 Kudos

Hi,

you can check in SQVI by taking Logical Database-VAV with required selection Fields.

Regards

Siva


former_member187652
Contributor
0 Kudos

Hi Christina,

check this thread, might be the same thing

http://scn.sap.com/thread/1555851