SAP Reports / Programs

ESH_OM_ODP_DIS SAP ABAP Report - Program ESH_OM_ODP_DIS







ESH_OM_ODP_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_ODP_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_ODP_DIS. "Basic submit
SUBMIT ESH_OM_ODP_DIS AND RETURN. "Return to original report after report execution complete
SUBMIT ESH_OM_ODP_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_SYSREL = D .
Selection Text: P_ODPNM = ODP name
Selection Text: P_NODP = Follow nodes w/o ODP
Selection Text: P_LANGU = Language Key
Selection Text: P_IVRS = Show inverse associations
Selection Text: P_INVL = Show invalid associations
Selection Text: P_CSPEC = Client specific
Selection Text: P_AREA = D .
Title: Program ESH_OM_ODP_DIS
Text Symbol: 142 = Temporal Join: unsupported option
Text Symbol: 141 = Temporal Join: join condition not sufficient
Text Symbol: 123 = Arbitrary association: void key fields
Text Symbol: 122 = Arbitrary association matches key fully
Text Symbol: 121 = To-one association does not match key
Text Symbol: 120 = Cardinality not supported
Text Symbol: 118 = No foreign attribute on hier-relation possible
Text Symbol: 117 = Hierarchy association in inverse direction
Text Symbol: 116 = Hier. association not arbitrary
Text Symbol: 115 = Other hier. association than this preferred
Text Symbol: 114 = Hierarchy association from other than P or Q
Text Symbol: 113 = Association from other than F(act) to F(act)
Text Symbol: 112 = T(ext): all (real) key fields associated
Text Symbol: 105 = No ODP on associated Node
Text Symbol: 101 = Inverse association valid
Text Symbol: 100 = Association valid
Text Symbol: 003 = Select ODP name
Text Symbol: 002 = SWC: &1
Text Symbol: 001 = Operational Data Provider &1


INCLUDES used within this REPORT ESH_OM_ODP_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 = ' ' * 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_SELECT_ODPS_RESULT' CHANGING ct_fieldcat = lt_fieldcat 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_ODP_F4' * 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_odp_f4 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 * ddic_structure = 'ESH_S_OM_SELECT_ODPS_RESULT' * retfield = 'ODPNAME' * value_org = 'S' * TABLES * value_tab = lt_odp_f4 * return_tab = lt_return * field_tab = lt_field_tab * EXCEPTIONS * OTHERS = 1.

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.



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