SAP Reports / Programs

ESH_OM_NODE_DIS SAP ABAP Report - Program ESH_OM_ODP_DIS







ESH_OM_NODE_DIS 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 ESH_OM_NODE_DIS 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 ESH_OM_NODE_DIS. "Basic submit
SUBMIT ESH_OM_NODE_DIS AND RETURN. "Return to original report after report execution complete
SUBMIT ESH_OM_NODE_DIS 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_FLD = Show fields
Selection Text: P_LANGU = Language Key
Selection Text: P_MODEL = Model Name
Selection Text: P_NODE = D .
Selection Text: P_SYSREL = D .
Title: Program ESH_OM_ODP_DIS
Text Symbol: 001 = Node(Model)
Text Symbol: 002 = SWC: &1
Text Symbol: 003 = Select Node name
Text Symbol: 004 = Extraction
Text Symbol: 005 = Projection
Text Symbol: 006 = Join
Text Symbol: 007 = Do not show fields
Text Symbol: 008 = Show key fields
Text Symbol: 009 = Show all fields


INCLUDES used within this REPORT ESH_OM_NODE_DIS

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:

RS_TREE_LIST CALL FUNCTION 'RS_TREE_LIST' EXPORTING all = 'X' with_attributes = 'X' TABLES list = lt_tree EXCEPTIONS OTHERS = 1.

WDY_EXECUTE_IN_BROWSER CALL FUNCTION 'WDY_EXECUTE_IN_BROWSER' EXPORTING application = 'ESH_ENG_MODELLING' parameters = lt_param EXCEPTIONS OTHERS = 0.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = i_object object_type = i_objtype * ENCLOSING_OBJECT = * POSITION = ' ' * DEVCLASS = * INCLUDE = * VERSION = ' ' monitor_activation = 'X' * WB_MANAGER = * IN_NEW_WINDOW = * WITH_OBJECTLIST = ' ' * WITH_WORKLIST = ' ' * IMPORTING * NEW_NAME = * WB_TODO_REQUEST = * TABLES * OBJLIST = * CHANGING * P_REQUEST = ' ' EXCEPTIONS OTHERS = 1.

RS_TREE_GET_CURRENT_LAYOUT CALL FUNCTION 'RS_TREE_GET_CURRENT_LAYOUT' TABLES layout = lt_layout.

RS_TREE_SET_CURRENT_LAYOUT CALL FUNCTION 'RS_TREE_SET_CURRENT_LAYOUT' TABLES layout = lt_layout.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = i_program callback_user_command = i_command * callback_text_display = '' * callback_color_display = '' check_duplicate_name = '0' * color_of_node = '4' * color_of_mark = '3' * color_of_link = '1' * color_of_match = '5' status = 'OWN' return_marked_subtree = abap_true.

RS_TREE_CREATE CALL FUNCTION 'RS_TREE_CREATE' EXPORTING root_name = l_root display_attributes = ls_attr IMPORTING root_id = c_rootid EXCEPTIONS OTHERS = 1.

RS_TREE_LIST CALL FUNCTION 'RS_TREE_LIST' EXPORTING all = 'X' with_attributes = 'X' TABLES list = lt_tree EXCEPTIONS OTHERS = 1.

RS_TREE_SET_NODE CALL FUNCTION 'RS_TREE_SET_NODE' EXPORTING node_info = ls_node_tree EXCEPTIONS OTHERS = 1.

RS_TREE_LIST * CALL FUNCTION 'RS_TREE_LIST' * EXPORTING * all = 'X' * with_attributes = 'X' * TABLES * list = lt_tree * EXCEPTIONS * OTHERS = 1.

RS_TREE_EXPAND CALL FUNCTION 'RS_TREE_EXPAND' EXPORTING node_id = ls_node_tree-id * ALL = ' ' * LIST_SCROLL = depth = 1 EXCEPTIONS OTHERS = 0.

RS_TREE_LIST CALL FUNCTION 'RS_TREE_LIST' EXPORTING all = 'X' with_attributes = 'X' TABLES list = lt_tree EXCEPTIONS OTHERS = 1.

RS_TREE_SET_NODE CALL FUNCTION 'RS_TREE_SET_NODE' EXPORTING node_info = ls_node_tree EXCEPTIONS OTHERS = 1.

RS_TREE_EXPAND CALL FUNCTION 'RS_TREE_EXPAND' EXPORTING node_id = ls_node_tree-id * ALL = ' ' * LIST_SCROLL = depth = 1 EXCEPTIONS OTHERS = 0.

RS_TREE_LIST CALL FUNCTION 'RS_TREE_LIST' EXPORTING all = 'X' with_attributes = 'X' TABLES list = lt_tree EXCEPTIONS OTHERS = 1.

RS_TREE_EXPAND CALL FUNCTION 'RS_TREE_EXPAND' EXPORTING node_id = ls_tree_rel-id * ALL = ' ' * LIST_SCROLL = depth = 1 EXCEPTIONS OTHERS = 0.

RS_TREE_LIST CALL FUNCTION 'RS_TREE_LIST' EXPORTING all = 'X' with_attributes = 'X' TABLES list = lt_tree EXCEPTIONS OTHERS = 1.

RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = is_tree-name insert_id = c_id relationship = i_relation " 'NEXT' 'CHILD' 'BABY' new_type = i_type display_attributes = ls_tree IMPORTING new_id = c_id EXCEPTIONS OTHERS = 1.

RS_TREE_GET_NODE





CALL FUNCTION 'RS_TREE_GET_NODE' EXPORTING node_id = l_id IMPORTING node_info = ls_tree EXCEPTIONS OTHERS = 1.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr translate_to_upper = 'X' TABLES dynpfields = l_t_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 OTHERS = 10.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'ESH_S_OM_AOTYPN_EXT' CHANGING ct_fieldcat = lt_fieldcat1 EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'ESH_S_OM_AOTYPNT_EXT' CHANGING ct_fieldcat = lt_fieldcat1 EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = text-003 * I_SELECTION = 'X' * I_ALLOW_NO_SELECTION = i_zebra = 'X' i_screen_start_column = 5 i_screen_start_line = 5 i_screen_end_column = 155 i_screen_end_line = 25 * I_CHECKBOX_FIELDNAME = * I_LINEMARK_FIELDNAME = * I_SCROLL_TO_SEL_LINE = 'X' i_tabname = 'LT_LIST' * i_structure_name = 'ESH_S_OM_SELECT_ODPS_RESULT' it_fieldcat = lt_fieldcat it_excluding = lt_exclude * I_CALLBACK_PROGRAM = * I_CALLBACK_USER_COMMAND = * IS_PRIVATE = IMPORTING es_selfield = ls_selfield e_exit = l_exit TABLES t_outtab = lt_list EXCEPTIONS program_error = 1 OTHERS = 2.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = l_t_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'AREA_MOD_SEG' value_org = 'S' TABLES value_tab = lt_value return_tab = lt_return field_tab = lt_field_tab EXCEPTIONS OTHERS = 1.



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