ADITEST8 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 ADITEST8 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SB01 - Application Components
HIER - Application Hierarchy Maintenance
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: Internal Application Component Hierarchy Maintenance
INCLUDE LSF00TOP.
No SAP DATABASE tables are accessed within this REPORT code!
BM_EU_TREE_CONSTRUCT call function 'BM_EU_TREE_CONSTRUCT' exporting levels = levels display_name = 'X' display_text = 'X' display_text1 = ' ' construct_tree = 'X' importing params = params tables nodetab = nodes.
RS_TREE_LIST_DISPLAY call function 'RS_TREE_LIST_DISPLAY' exporting callback_program = 'ADITEST8' callback_user_command = 'USER_COMMAND' callback_text_display = ' ' callback_color_display = ' ' status = 'OWN' * CHECK_DUPLICATE_NAME = '3' color_of_link = '1' color_of_node = '4' lower_case_sensitive = ' ' modification_log = ' ' node_length = 10 text_length = 60 text_length2 = 0 return_marked_subtree = ' ' screen_start_column = 0 screen_start_line = 0 screen_end_column = 0 screen_end_line = 0 suppress_node_output = ' '.
BM_EU_TREE_BRANCH_INSERT call function 'BM_EU_TREE_BRANCH_INSERT' exporting treenode = treenode display_params = params exceptions others = 0.
BM_SHOW_DETAILS call function 'BM_SHOW_DETAILS' exporting node_typ = 'HF' modify = space tables objects = object_defs.
RS_TREE_LIST call function 'RS_TREE_LIST' exporting node_id = node-id all = 'X' with_attributes = 'X' tables list = listnodes.
BM_EU_TREE_BRANCH_INSERT call function 'BM_EU_TREE_BRANCH_INSERT' exporting treenode = treenode levels = 0 display_params = params exceptions others = 0.
BM_SHOW_DETAILS call function 'BM_SHOW_DETAILS' exporting node_typ = 'HF' modify = space tables objects = object_defs.
BM_WHERE_USED_LIST_BMFR call function 'BM_WHERE_USED_LIST_BMFR' exporting component_id = node_obj x_components = space importing e_exit = f15.
BM_OBJECT_TRANSLATION_CALL call function 'BM_OBJECT_TRANSLATION_CALL' exporting object_type = c_ttyp_function_range object_id = object_ident.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ADITEST8 - Internal Application Component Hierarchy Maintenance ADITEST8 - Internal Application Component Hierarchy Maintenance ADITES33 - All Transactions of the Reference Model and their Winhelp Files ADITES33 - All Transactions of the Reference Model and their Winhelp Files ADITES31 - Fill the Field LONGNAME from NAME ADITES31 - Fill the Field LONGNAME from NAME