cancel
Showing results for 
Search instead for 
Did you mean: 

Recurring yearly surcharge in VA41 Sales Contract w. Billing plan

Former Member
0 Kudos

Hello,

I would like to propose an interesting business scenario for which I have yet to find a workable solution using standard SAP.  I have tried crawling through the SCN forum but have not seen a similar issue addressed yet.

The following simple business scenario is used by my customer:

Service Contract with periodic billing plan (standard contract type WV)->Prices maintained in contract pricing agreement on an item level(multiple items exist)->one time order  (based on OR but not relevant for delivery) created with reference to the WV service contract->Order based Invoice based on the one time order. 

The requirement is to add a recurring surcharge condition for which the base value is recalculated at the end of each year with the given percentage.

EX:

  • Yr 1: Base Price 1000 euro  surcharge 3% ----->Net value 1030 euro
  • Yr 2 : Base Price 1000 euro + Surcharge from year 1 (3%) + Sucharge for Year 2 (3%) ------>Net Value 1060.9

And so on for the next years.

Perhaps I am just missing something very basic in which case apologies for wasting your time.

Thanks and Regards

Gábor

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Kindly maintain in surcharge condition as

1. 01.01.2015 to 31-12-2015 --->  3%

2. 01.01.2016 to 31-12-2016---->  5% (3+2)

3. 01.01.2017 to 31-12-2016 ----> 6% (3+2+1)

If you want to know current year % through ABAP make it  it Current year - Previous year  as 5-3= 2%

Etc...