2010 Jun 15 4:54 AM
Hi All,
This is regarding payment scheme that we create through transaction EA61PS.
The problem is: The extrapolation amount that system calculates is only for one installment (i.e. one month). The requirement was to enhance the extrapolation period from standard 3 months to 12 months. But now when I see, even 3 month extrapolation is not happening.
Pls help.
Regards,
Bhaskar
2010 Jun 15 10:35 AM
Hello,
To determine the start and end date of the extrapolation period for creating the payment scheme you can use event R510.
Event R510 used to determine the start and end date of the extrapolation period for creating the payment scheme.
The system uses parameter X_OBJ-EP_PERIOD to determine the process from
which the budget billing extrapolation is called:
M Manual creation of payment scheme(EA61PS)
E Move-in
The standard function module for this event is Determine Extrapolation
Period for Payment Scheme (ISU_GET_EXTRAPOLAT_PERIOD_R510).
In this function module, the start date is always set to the start date
of the billing period for which the payment scheme is created.
Exception: If the move-in date comes after the start date of the billing
period. In this case, the start date of the extrapolation period is set
to the same as the move-in date.
The end date of the extrapolation period is always the same as the end
date of the billing period.
If you define your own extrapolation period in this event, it does not
have any effect on the billing period.
This means that if you change the extrapolation period to a full year,
for example, the resulting amount is still only divided amongst the
payment scheme requests remaining in the current billing period.
I hope this information is useful for you.
Regards
Olivia
2010 Jun 15 11:00 AM
And adding to this, we have successfully enhanced program to extend extrapolation period to 12 months during creation of payment scheme. But during payment scheme reassessment, we are facing the problem.
Regards,
Bhaskar