ICOCMLCL 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 ICOCMLCL 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: Include ICOCMLCL
READ REPORT DEFINITION_INCLUDE INTO DEFINITION_SOURCE.
No SAP DATABASE tables are accessed within this REPORT code!
RS_QUALIFY_ABAP_TOKENS_STR CALL FUNCTION 'RS_QUALIFY_ABAP_TOKENS_STR' EXPORTING statement_type = statement-type index_from = statement-from index_to = statement-to CHANGING stokesx_tab = tokens EXCEPTIONS OTHERS = 0.
RS_GET_MAINPROGRAMS CALL FUNCTION 'RS_GET_MAINPROGRAMS' EXPORTING name = include TABLES mainprograms = main_programs EXCEPTIONS cancelled = 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.
ICOCMLCL - Include ICOCMLCL ICOCMI01 - documentation and ABAP source code ICOCMF12 - documentation and ABAP source code ICOCMF03 - documentation and ABAP source code ICOCMF02 - Repository Infosytem: FORM Routines for Where-used List ICOCMF01 - Transferring Values to Target Fields of Destination Function