FA020F80 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 FA020F80 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!
ANEP_READ_SINGLE_VIA_ANEA CALL FUNCTION 'ANEP_READ_SINGLE_VIA_ANEA' EXPORTING I_ANLN1 = ANEP-ANLN1 I_ANLN2 = ANEP-ANLN2 I_BUKRS = ANEP-BUKRS I_BZDAT = ANEP-BZDAT I_LNRAN = ANEP-LNRAN IMPORTING E_BZDAT = YANTS-ABGDT.
ANLH_READ_SINGLE CALL FUNCTION 'ANLH_READ_SINGLE' EXPORTING F_ANLH = ANLH I_LOCK = 'X' I_WAIT = 'X' I_RFUP = 'X'
IMPORTING F_ANLH = ANLH EXCEPTIONS LOCKED = 4 NOT_FOUND = 8.
DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING I_DATE = SY-DATLO I_PERIV = T001-PERIV IMPORTING E_GJAHR = HLP_GJAHR.
ANLC_VORTRAGEN CALL FUNCTION 'ANLC_VORTRAGEN' EXPORTING I_ANTS = ANTS I_INVEST = 'X' "508481 IMPORTING E_VORTRAG = FLG_VORTRG TABLES T_ANEP = ZANEP T_ANFM = XANFM T_ANLB = XANLB T_ANLC = XANLC T_ANLZ = XANLZ.
DEQUEUE_EANLH CALL FUNCTION 'DEQUEUE_EANLH' EXPORTING BUKRS = XANLH-BUKRS ANLN1 = XANLH-ANLN1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.