FA020F70 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 FA020F70 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_CURRENCIES_CONVERT * CALL FUNCTION 'FI_CURRENCIES_CONVERT' * EXPORTING I_ICURR = ICURR * IMPORTING E_ICURR = ICURR.
FI_CURRENCIES_CONVERT CALL FUNCTION 'FI_CURRENCIES_CONVERT' EXPORTING I_ICURR = ICURR IMPORTING E_ICURR = ICURR.
T093_READ CALL FUNCTION 'T093_READ' "<<<<
FI_DOCUMENT_TYPE_DATA CALL FUNCTION 'FI_DOCUMENT_TYPE_DATA' "GLE_FXR EXPORTING "GLE_FXR I_BLART = ANBZ-BLART "GLE_FXR IMPORTING "GLE_FXR E_T003 = T003. "GLE_FXR
FI_CURRENCIES_CONVERT CALL FUNCTION 'FI_CURRENCIES_CONVERT' EXPORTING I_ICURR = ICURR IMPORTING E_ICURR = ICURR.
GLE_AL_FXR_CURRENCIES_CONVERT CALL FUNCTION 'GLE_AL_FXR_CURRENCIES_CONVERT' "GLE_FXR EXPORTING I_ICURR = ICURR "GLE_FXR IMPORTING E_ICURR = ICURR. "GLE_FXR
FI_CURRENCIES_CONVERT CALL FUNCTION 'FI_CURRENCIES_CONVERT' EXPORTING I_ICURR = ICURR IMPORTING E_ICURR = ICURR.
GLE_AL_FXR_CURRENCIES_CONVERT CALL FUNCTION 'GLE_AL_FXR_CURRENCIES_CONVERT' "GLE_FXR EXPORTING I_ICURR = ICURR "GLE_FXR IMPORTING E_ICURR = ICURR. "GLE_FXR
CONVERT_TO_FOREIGN_CURRENCY CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY' EXPORTING LOCAL_CURRENCY = T001-WAERS FOREIGN_CURRENCY = T093B-WAERS LOCAL_AMOUNT = *ANBZ-ERBDM DATE = ANBZ-WWERT TYPE_OF_RATE = 'M ' IMPORTING FOREIGN_AMOUNT = YANEA-ERLBT.
CONVERT_TO_FOREIGN_CURRENCY CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY' EXPORTING LOCAL_CURRENCY = T001-WAERS FOREIGN_CURRENCY = T093B-WAERS LOCAL_AMOUNT = *ANBZ-ABKDM DATE = ANBZ-WWERT TYPE_OF_RATE = 'M ' IMPORTING FOREIGN_AMOUNT = YANEA-VERKO.
GLE_AL_FXR_CONVERT_CURRENCY CALL FUNCTION 'GLE_AL_FXR_CONVERT_CURRENCY' "GLE_FXR EXPORTING "GLE_FXR DATE = ANBZ-WWERT "GLE_FXR FROM_AMOUNT = *ANBZ-ERBDM "GLE_FXR FROM_CURRENCY = T001-WAERS "GLE_FXR TO_CURRENCY = T093B-WAERS "GLE_FXR TYPE_OF_RATE = 'M ' "GLE_FXR IMPORTING "GLE_FXR TO_AMOUNT = YANEA-ERLBT. "GLE_FXR
GLE_AL_FXR_CONVERT_CURRENCY CALL FUNCTION 'GLE_AL_FXR_CONVERT_CURRENCY' "GLE_FXR EXPORTING "GLE_FXR DATE = ANBZ-WWERT "GLE_FXR FROM_AMOUNT = *ANBZ-ABKDM "GLE_FXR FROM_CURRENCY = T001-WAERS "GLE_FXR TO_CURRENCY = T093B-WAERS "GLE_FXR TYPE_OF_RATE = 'M ' "GLE_FXR IMPORTING "GLE_FXR TO_AMOUNT = YANEA-VERKO. "GLE_FXR
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.