FLEX_EUR_CHECK_BALANCEF01 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 FLEX_EUR_CHECK_BALANCEF01 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_CURRENCY_INFORMATION CALL FUNCTION 'FI_CURRENCY_INFORMATION' EXPORTING I_BUKRS = EX_BUKRS-BUKRS IMPORTING E_X001 = LX_X001.
G_GET_ORGANIZATIONAL_DATA CALL FUNCTION 'G_GET_ORGANIZATIONAL_DATA' EXPORTING I_RLDNR = LD_LEDGER I_ORGUNIT = EX_BUKRS-BUKRS IMPORTING ORGANIZATIONAL_INFO = LX_GLX_ORG_INFO EXCEPTIONS NO_INFO_FOUND = 1 ERROR_IN_SETUP = 2 ERROR_IN_DEPLD = 3 OTHERS = 4.
GET_BSEG_FIELDNAME_FROM_COBL CALL FUNCTION 'GET_BSEG_FIELDNAME_FROM_COBL' EXPORTING I_COBL_NAME = LT_T8G40-FIELD IMPORTING E_BSEG_NAME = LX_ABE_FIELD-FIELD_BSEG.
GET_BSEG_FIELDNAME_FROM_COBL CALL FUNCTION 'GET_BSEG_FIELDNAME_FROM_COBL' EXPORTING I_COBL_NAME = LT_T8G40-PRTFIELD IMPORTING E_BSEG_NAME = LX_ABE_FIELD-FIELD_BSEG.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.