CL_AW01_TREE 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 CL_AW01_TREE 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!
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = i_anln1 IMPORTING output = ld_anln1_text.
FIAA_INTEGRATED_OBJECTS_FIND CALL FUNCTION 'FIAA_INTEGRATED_OBJECTS_FIND' STARTING NEW TASK anlkey EXPORTING id_bukrs = i_bukrs id_asset_no = i_anln1 id_asset_subno = i_anln2 EXCEPTIONS communication_failure = 1 system_failure = 2.
FIAA_INTEGRATED_OBJECT_DISPLAY CALL FUNCTION 'FIAA_INTEGRATED_OBJECT_DISPLAY' EXPORTING obj_type = wa_line-obj_type obj_key_container = wa_line-obj_key_container.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.