FA020F35 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 FA020F35 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!
FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING I_BUDAT = LD_BZDAT I_BUKRS = U_ANBZ-BUKRS IMPORTING E_GJAHR = LD_GJAHR.
AM_BWA_GET_AND_CHECK CALL FUNCTION 'AM_BWA_GET_AND_CHECK' EXPORTING F_TABW = U_TABW I_VORGA = LD_VORGA IMPORTING F_TABW = U_TABW E_TABWG = U_TABWG.
AM_ASSET_READ_FOR_POSTING CALL FUNCTION 'AM_ASSET_READ_FOR_POSTING' EXPORTING I_BUKRS = U_BUKRS I_ANLN1 = U_ANLN1 I_ANLN2 = U_ANLN2 I_GJAHR = U_GJAHR IMPORTING E_ANTS = U_ANTS TABLES T_ANLB = T_ANLB T_ANLC = T_ANLC T_ANLZ = T_ANLZ.
AM_ADITIONAL_ACCOUTING_GET CALL FUNCTION 'AM_ADITIONAL_ACCOUTING_GET' EXPORTING I_BUDAT = U_BUDAT F_ANTS = U_ANTS IMPORTING F_ANTS = U_ANTS TABLES T_ANLZ = T_ANLZ.
ANLB_READ_MULTIPLE_AFABE CALL FUNCTION 'ANLB_READ_MULTIPLE_AFABE' EXPORTING I_BUKRS = U_ANTS-BUKRS I_ANLN1 = U_ANTS-ANLN1 I_ANLN2 = U_ANTS-ANLN2 TABLES T_ANLB = T_ANLB.
DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING I_DATE = U_ANBZ-BZDAT I_PERIV = U_T001-PERIV IMPORTING E_GJAHR = LD_GJAHR.
BETRAG_UEBERNEHMEN CALL FUNCTION 'BETRAG_UEBERNEHMEN' EXPORTING I_AFAPL = U_T093C-AFAPL I_BUKRS = U_ANBZ-BUKRS I_BLDAT = U_ANBZ-BLDAT I_BUDAT = U_ANBZ-BUDAT I_LNRAN = LD_LNRAN I_DMBTR = U_ANBZ-DMBTR I_WRBTR = U_ANBZ-WRBTR I_DMBE2 = U_ANBZ-DMBE2 I_DMBE3 = U_ANBZ-DMBE3 I_WAERS = U_ANBZ-WAERS I_WWERT = U_ANBZ-WWERT I_ANBZ = U_ANBZ TABLES T_ANEA = T_ANEA T_ANEP = T_ANEP T_ANEZ = YANEZ.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FA020F35 - documentation and ABAP source code FA020F30 - FM converts accounting interface structures to internally used AM FA020F20 - documentation and ABAP source code FA020F11 - documentation and ABAP source code FA020F10 - Funct. module for checking quant., amount, value date of transaction F9089TOP - Include F9087TOP