TTE_ANALYSIS_VIEW_I01 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 TTE_ANALYSIS_VIEW_I01 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 TTE_ANALYSIS_VIEW_I01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AP_TTE_ANALYSIS_VIEW CALL FUNCTION 'AP_TTE_ANALYSIS_VIEW' EXPORTING I_CUSTOM_CONTAINER = G_ANALYSIS_CONTAINER " gui container I_XML_TABLE = xml_table1 " contains XML document in table format IMPORTING O_ANALYSIS_TREE = G_ANALYSIS_TREE. " tree control
KD_GET_FILENAME_ON_F4 call function 'KD_GET_FILENAME_ON_F4' EXPORTING PROGRAM_NAME = SYST-CPROG DYNPRO_NUMBER = SYST-DYNNR FIELD_NAME = 'FILENAME_SCREEN' CHANGING FILE_NAME = FILENAME_SCREEN EXCEPTIONS MASK_TOO_LONG = 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.
TTE_ANALYSIS_VIEW_I01 - Include TTE_ANALYSIS_VIEW_I01 TTE_ANALYSIS_VIEW_F01 - Include TTE_ANALYSIS_VIEW_F01 TTE_ANALYSIS_VIEW_CLD - Include TTE_ANALYSIS_VIEW_CLD TTE_ANALYSIS_VIEW - Analysis tree view TTE_ANALYSIS_VIEW - Analysis tree view TTE_4_AUTOMATED_TEST - TTE automated test with persistency documents.