SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Enhancement Tools(BC-DWB-TOO-ENH) SAP BC

ENH_ACTUALIZE_ENH_TREE SAP ABAP Report - Rebuild ENH Trees







ENH_ACTUALIZE_ENH_TREE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report is used to rebuild the TREE for enhancements, which should also be possible from within SE80...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter ENH_ACTUALIZE_ENH_TREE into the relevant SAP transactions such as SE38 or SE80


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 ENH_ACTUALIZE_ENH_TREE. "Basic submit
SUBMIT ENH_ACTUALIZE_ENH_TREE AND RETURN. "Return to original report after report execution complete
SUBMIT ENH_ACTUALIZE_ENH_TREE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_TREE = Tree Name
Title: Rebuild ENH Trees
Text Symbol: 001 = Object Type:
Text Symbol: 002 = Object Name:
Text Symbol: E01 = Error Building the ENH Tree
Text Symbol: E02 = Error Building the Entire ENH Tree


INCLUDES used within this REPORT ENH_ACTUALIZE_ENH_TREE

No INCLUDES are used within this REPORT code!


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:

ENH_WB_GET_TREE_ENH CALL FUNCTION 'ENH_WB_GET_TREE_ENH' EXPORTING p_enh_name = p_obj p_type = p_tree P_REFRESH = 'X' EXCEPTIONS NOT_FOUND = 1 OTHERS = 2 .

ENH_WB_ACTUALIZE_OBJECT CALL FUNCTION 'ENH_WB_ACTUALIZE_OBJECT' EXPORTING p_type = p_tree p_object = p_obj P_ACT_TYP = p_todo.

ENH_WB_GET_TREE_ENH CALL FUNCTION 'ENH_WB_GET_TREE_ENH' EXPORTING p_enh_name = p_obj p_type = p_tree * P_UNAME = P_REFRESH = 'X' * TABLES * P_TREE = EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.



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 ENH_ACTUALIZE_ENH_TREE or its description.