cancel
Showing results for 
Search instead for 
Did you mean: 

automatic settling rebate agreements

Former Member
0 Kudos

Hi,

I need to settle rebate agreements as follows in my project ?

a) I need system to automatically do a partial settlement of a fixed amount every week for a particular customer. How to do it. What program needs to run and other config/variant settings ?

b) During every month end, I also need system to do a final settlement for the above customer taking into account all the partial settlements done for the same customer. How to achieve that ?

thanks in advance for the expert and wonderful advice .

regds

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

batch programs: RV15C001 and RV15C002

For periodic partial settlement: Tcode:RBT_ENH_VB7

Former Member
0 Kudos

HI,

Try to schedule it in t-code SM37.

Put ABAP program name : RV15C001.

Kapil

Former Member
0 Kudos

Thanks kapil...........But I need to tell the system to partially settle EUR 200 every week. So how to tell that to system ?

regds

Former Member
0 Kudos

Hi,

Partial settlement,

use ABAP program BON_ENH_SETTLE

Kapil