Show TOC

 SAP Exit Variable: 0P_FVAEX

The SAP exit variable ( 0P_FVAEX ) is used for automatic determination of the fiscal year variant.

If you want to use it to select the fiscal year variant ( 0FISCVARNT ) in a query, the system does the following (no display on the selection screen):

  1. Search for a variable for the controlling area characteristic (0CO_AREA) on the selection screen

  2. If this variable exists and has been filled, then the system specifies the fiscal year variant (0FISCVARNT) from the attributes for the controlling area characteristic (0CO_AREA).

  3. Search for a variable for the company code characteristic (0COMP_CODE) on the selection screen

  4. If this variable exists and has been filled, then the system specifies the fiscal year variant (0FISCVARNT) from the attributes for the company code characteristic (0COMP_CODE).

  5. Search for the hierarchy variables for the program hierarchy in Investment Management (0H_PROG variable) on the selection screen

If this variable has been filled, then the system specifies the fiscal year variant (0GISCVARNT) using program definition (0PROG_DEF_S InfoObject).

Note Note

The system follows points one to three through in exact hierarchical order.

End of the note.
  • If the search under point one was successful, then the system does not use points two and three.

  • If the search under point one was unsuccessful, the system continues under point two or under point three (if the search was also unsuccessful in point two).