ISSR_DEL_CURR_FISL 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 ISSR_DEL_CURR_FISL 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!
ISSR_OP_CONVERT_BUDAT_RPMAX_BE CALL FUNCTION 'ISSR_OP_CONVERT_BUDAT_RPMAX_BE' EXPORTING i_country_var = l_country_var i_listtyp = l_listtyp i_posting_type = l_posting_type i_bukrs = l_bukrs i_timeframe = l_sy_timeframe IMPORTING e_end_year = l_sy_end_year e_end_period = l_sy_end_period e_end_rpmax = l_sy_end_rpmax e_end_offset = l_sy_end_offset .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.