Hi All,
In the FI_TF_DEB_WRI program for transaction figures archiving there is the following standard restriction:
* prevent present fiscal year or previous fiscal year
* from archiving
lv_current_gjahr_2 = lv_current_gjahr - 2.
while lw_bukrs_noarch-gjahr > lv_current_gjahr_2.
lw_bukrs_noarch-status = gc_stat_last_2_years.
insert lw_bukrs_noarch into table et_bukrs_noarch.
subtract 1 from lw_bukrs_noarch-gjahr.
endwhile.
Due to this figures from the previous and current years can not be archived and removed.
It is necessary for customer master data archiving that can not be processed w/o transaction figures deletion.
Could you advice the reason for such restriction and how it can be avoided?
Thanks,
Anatoli