Skip to Content
Author's profile photo Bowen Cao

Error Message AA709 raised while executing transaction AJRW

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.

[…]

Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Bernhard Kirchner
      Bernhard Kirchner

      Dear customer,

      There is a check if you want to open a fiscal year which is more than one year from the current year. The current year is derived from the actual (system-)date.

      So how you can proceed?
      1. Change the system date. (not recommended) OR
      2. Wait until last period of current fiscal year.

      Best regards

      Bernhard

      Author's profile photo Hannah Gao
      Hannah Gao

      Thank you! very helpful!

      Author's profile photo Yao Zhang
      Yao Zhang

      Thank you so much, it's very helpful.