SAP Reports / Programs

IEEL40CL SAP ABAP Report - Data Collection Library for Form Class







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT IEEL40CL. "Basic submit
SUBMIT IEEL40CL AND RETURN. "Return to original report after report execution complete
SUBMIT IEEL40CL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Data Collection Library for Form Class


INCLUDES used within this REPORT IEEL40CL

INCLUDE LEL40KON.
INCLUDE EMSG_CONSTANTS.
INCLUDE IEWMODES.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name IEEL40CL or its description.