cancel
Showing results for 
Search instead for 
Did you mean: 

Changing the the default 5 years period for resubmission dates in RE-FX

franz_posch
Product and Topic Expert
Product and Topic Expert
0 Kudos
189

Hi,

can anyone tell me if it is possible to change the default period of 5 years for generation of resubmission dates in real estate objects (RE-FX).

Thanks.

Regards, Franz

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Franz!

One possibility would be a modification in IF_RECA_RESUBM_DATE_MNGR~CALCULATE_DATE_LIST.

...

CONSTANTS:

lc_calc_max_years TYPE i VALUE 5.

...

Change the value to the period you prefer, but mind that a longer period can cause performance issues.

Best regards,

Uli

Answers (2)

Answers (2)

franz_posch
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Uli,

many thanks for your suggestions.

Regards, Franz

Former Member
0 Kudos

Can please more detail