IEEL40CL is a standard Executable ABAP Report 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 IEEL40CL 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.
Title: Data Collection Library for Form Class
INCLUDE LEL40KON.
INCLUDE EMSG_CONSTANTS.
INCLUDE IEWMODES.
No SAP DATABASE tables are accessed within this REPORT code!
ISU_DB_TE422_MRU_LEADER call function 'ISU_DB_TE422_MRU_LEADER' exporting x_mru = unit importing y_lead_mru = yt_mr_unit y_single_mru = single_unit tables yt_mru = t_unit exceptions not_found = 1 others = 2.
ISU_O_STREET_ROUTE_OPEN call function 'ISU_O_STREET_ROUTE_OPEN' exporting x_ableinh = x_mr_unit-termschl x_wmode = co_display importing y_obj = obj exceptions others = 1.
ISU_ELWEG_HIERARCHY_BUILD call function 'ISU_ELWEG_HIERARCHY_BUILD' exporting x_obj = obj x_elweg = obj-obj-exist tables txy_nodetab = gl_t_nodetab exceptions others = 1.
ISU_DB_T499S_SINGLE call function 'ISU_DB_T499S_SINGLE' exporting x_stort = x_dev_loc-stort x_werks = x_dev_loc-swerk importing y_storttext = y_location_t-ktext exceptions not_found = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.