FA020F11 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter FA020F11 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING I_GJAHR = U_GJAHR I_PERIV = T001-PERIV I_POPER = CON_FIRSTPER IMPORTING E_DATE = HLP_DATUM.
ANLZ_READ_MULTIPLE_BDATU CALL FUNCTION 'ANLZ_READ_MULTIPLE_BDATU' EXPORTING I_BUKRS = U_BUKRS I_ANLN1 = U_ANLN1 I_ANLN2 = U_ANLN2 I_ADATU = HLP_DATUM TABLES T_ANLZ = T_ANLZ EXCEPTIONS NOT_FOUND = 02.
RA_FISCAL_YEAR_CHANGE CALL FUNCTION 'RA_FISCAL_YEAR_CHANGE' EXPORTING I_ANTS = U_ANTS TABLES T_ANLC = T_ANLC T_ANLB = T_ANLB T_ANLZ = T_ANLZ T_ANFM = T_ANFM.
ANLC_READ_MULTIPLE_AFABE CALL FUNCTION 'ANLC_READ_MULTIPLE_AFABE' EXPORTING I_ANLN1 = U_ANLN1 I_ANLN2 = U_ANLN2 I_BUKRS = U_BUKRS I_GJAHR = L_GJAHR TABLES T_ANLC = T_ANLC EXCEPTIONS NOT_FOUND = 4.
AM_US_CONTROL_FM CALL FUNCTION 'AM_US_CONTROL_FM' EXPORTING I_ANBZ = U_ANBZ I_EVENT = HLP_EVENT TABLES T_ANLB = T_ANLB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.