TERMIO01 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 TERMIO01 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!
TERM_HTML_ITS_GET_TERM_LIST call function 'TERM_HTML_ITS_GET_TERM_LIST' exporting language = 'E' search_term = 'ABAP' tables data_table = gl_list_htm exceptions no_entry_found = 1 others = 2.
TERM_HTML_ITS_GET_TERM_CONCEPT call function 'TERM_HTML_ITS_GET_TERM_CONCEPT' exporting concept = '3526B1A2AFAB52B9E10000009B38F974' source_langu = sy-langu target_langu = 'E' term_text = 'ABAP' tables data_table = gl_term_htm exceptions no_entry_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.