SAP Reports / Programs

ADITEST8 SAP ABAP Report - Internal Application Component Hierarchy Maintenance







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SB01 - Application Components
HIER - Application Hierarchy Maintenance


ABAP code to call this SAP report using the submit statement

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.






SUBMIT ADITEST8. "Basic submit
SUBMIT ADITEST8 AND RETURN. "Return to original report after report execution complete
SUBMIT ADITEST8 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Internal Application Component Hierarchy Maintenance


INCLUDES used within this REPORT ADITEST8

INCLUDE LSF00TOP.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name ADITEST8 or its description.