The standard system designed only allows 2 Active Fiscal Years, in other words, system only allows you to have 2 open years, the 2 open years are normally the current fiscal year and the next fiscal year.
Please check the program RAJAWE00 with below source coding:
[...]
* Differenz ermitteln zwischen aktuellem und angeforderten Jahr
hlp_gjahr = gjahr - hlp_actyear.
...
* Zuviel Zukunft angefordert ?
IF hlp_gjahr GT 1.
PERFORM anfm_aufbauen USING '709'
gjahr x093c-bukrs
space space.
CONTINUE.
ENDIF.
[...]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
7 | |
5 | |
5 | |
4 | |
4 | |
4 | |
3 | |
2 | |
2 | |
2 |