cancel
Showing results for 
Search instead for 
Did you mean: 

Rebate sale based on points

Former Member
0 Kudos

Dear sd gurus  very good mng

i have one requirement plz tell me how to configure

.. if customer buys 1000 rs stock he will get 20 points  once the customer got 200 points on his account he can buy 1500 rs stock free what ever he wants

for example

1000 stock  20 points

next time 8000 stock 160 points

next time when customer buys 1000 stock 20 points

so finally he reaches 200 points , now company offers him whet ever he wants to buy let him buy worth amount till 1500 rs stock free

how to configuration

thanks to all

Accepted Solutions (0)

Answers (1)

Answers (1)

Lakshmipathi
Active Contributor
0 Kudos

You need to record the points being accumulated somewhere in SAP; only then, this requirement can be achieved.  For that, you can go for some zee table with fields like customer code, billing document reference, billing value etc., with final column for points where the field should get updated regularly.

With USEREXIT_FILL_VBRK_VBRP (Module pool SAPLV60A, program RV60AFZC), as and when billing documents are generated, the corresponding value should get stored in this zee table and points can be arrived based on the logic you described.   This data can be monitored periodically via some zee report.  Tell the logic to your ABAPer so that this can be achieved.

G. Lakshmipathi