SAP Reports / Programs

RODPS_SHOW_INDEX_DATA SAP ABAP Report - SAP HANA/BWA Data Display for ODPs







RODPS_SHOW_INDEX_DATA 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 RODPS_SHOW_INDEX_DATA 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 RODPS_SHOW_INDEX_DATA. "Basic submit
SUBMIT RODPS_SHOW_INDEX_DATA AND RETURN. "Return to original report after report execution complete
SUBMIT RODPS_SHOW_INDEX_DATA 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_AGGR = Aggregation in BWA
Selection Text: P_AUTH = Authorization Index (Filter)
Selection Text: P_AUTJ = Authorization Index (Join)
Selection Text: P_BWA = Logical ODP Index
Selection Text: P_IDR = Direct Index Entry
Selection Text: P_JOIN = Logical ODP Index (Join)
Selection Text: P_MAX = Maximum Number of Rows
Selection Text: P_PHY = Physical ODP Index
Selection Text: P_VIEW = View
Selection Text: P_IDX = D .
Selection Text: P_ODP = D .
Selection Text: P_RFC = D .
Selection Text: P_USER = D .
Title: SAP HANA/BWA Data Display for ODPs
Text Symbol: 001 = Mode
Text Symbol: 002 = Object Name
Text Symbol: 003 = Settings
Text Symbol: 004 = TREX Administration Tool
Text Symbol: 005 = ODP Display


INCLUDES used within this REPORT RODPS_SHOW_INDEX_DATA

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_SUBMIT_INFO CALL FUNCTION 'RS_SUBMIT_INFO' IMPORTING p_submit_info = gs_submit_info.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'STAT_1000' TABLES p_exclude = gt_exclude.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING input = sy-langu IMPORTING output = lv_isola.

TREX_EXT_SHOW_INDEX CALL FUNCTION 'TREX_EXT_SHOW_INDEX' EXPORTING i_index_id = p_idx i_rfc_destination = p_rfc IMPORTING e_ext_index_type = gs_info-index_type e_attribute_definitions = lt_attr_def e_return_code = lv_rc e_return_text = lv_error EXCEPTIONS OTHERS = 1.

TREX_EXT_SHOW_INDEX CALL FUNCTION 'TREX_EXT_SHOW_INDEX' EXPORTING i_index_id = p_idx i_rfc_destination = p_rfc IMPORTING e_return_code = lv_rc e_return_text = lv_error e_ext_index_type = gs_info-index_type EXCEPTIONS OTHERS = 1.

TREX_EXT_GET_INDEX_INFO CALL FUNCTION 'TREX_EXT_GET_INDEX_INFO' EXPORTING i_rfc_destination = p_rfc i_index_list = lt_idx IMPORTING e_return_code = lv_rc e_attribute_info = gt_attr e_index_info = lt_info EXCEPTIONS OTHERS = 1.

TREX_EXT_SHOW_INDEX CALL FUNCTION 'TREX_EXT_SHOW_INDEX' EXPORTING i_index_id = p_idx i_rfc_destination = p_rfc IMPORTING e_return_code = lv_rc e_view_attributes = lt_view e_key_figures = lt_kyf EXCEPTIONS OTHERS = 1.

TREX_EXT_GET_INDEX_INFO CALL FUNCTION 'TREX_EXT_GET_INDEX_INFO' EXPORTING i_rfc_destination = p_rfc i_index_list = lt_idx IMPORTING e_return_code = lv_rc e_attribute_info = lt_attr2 EXCEPTIONS OTHERS = 1.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING input = sy-langu IMPORTING output = ls_idx2-langu.

TREX_EXT_SEARCH_CELL_TABLE CALL FUNCTION 'TREX_EXT_SEARCH_CELL_TABLE' EXPORTING i_indexes = lt_idx2 i_rfc_destination = p_rfc i_result_from = 1 i_result_to = p_max i_comp_descr = lt_comp_t i_query_entries = ct_where i_req_attributes = lt_req i_key_figures = lt_kyf i_placeholders = lt_placeholder i_requested_languages = lt_langu i_request_flags = lv_req_flag i_switch_on_trace = 5 i_trace_components = 'default=error;euclid=info;executor=info;qmediator=info;trex_se=debug;tmx=info' i_max_duration = 300000 IMPORTING e_return_code = lv_rc e_return_text = lv_error e_no_of_all_hits = lv_rows e_result_table = e_trace = lt_trace_cell e_component_runtime = gs_trex_runtime EXCEPTIONS OTHERS = 1.

TREX_EXT_AGGREGATE CALL FUNCTION 'TREX_EXT_AGGREGATE' EXPORTING i_index_id = p_idx i_rfc_destination = p_rfc i_result_from = 1 i_result_to = p_max i_query_entries = ct_where i_req_attributes = it_req i_key_figures = it_kyf i_null_sid = 0 i_comp_descr = gt_comp_t i_placeholders = lt_placeholder i_accept_data_loss = abap_true i_value_handling = 'accept_data_loss accept_decimals_loss' i_switch_on_trace = 5 i_trace_components = 'default=error;euclid=info;executor=info;qmediator=info;trex_se=debug;tmx=info' i_calculation_view = p_view IMPORTING e_return_code = lv_rc e_return_text = lv_error e_trace = lt_trace_aggr e_no_of_all_hits = lv_rows e_component_runtime = gs_trex_runtime CHANGING c_aggregation_result = EXCEPTIONS OTHERS = 1.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'RSODP_SHOW_INDEX_DATA' dynumb = '1000' translate_to_upper = 'X' TABLES dynpfields = lt_dynp EXCEPTIONS OTHERS = 1.

TREX_EXT_GET_INDEX_LANDSCAPE CALL FUNCTION 'TREX_EXT_GET_INDEX_LANDSCAPE' EXPORTING i_rfc_destination = p_rfc i_index_list = lt_index_id IMPORTING e_landscape_entities = lt_entities EXCEPTIONS OTHERS = 0.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'TREXS_LANDSCAPE_ENTITY' retfield = 'NAME' dynpprog = 'RSODP_SHOW_INDEX_DATA' dynpnr = '1000' dynprofield = 'P_IDX' value_org = 'S' TABLES value_tab = lt_entities EXCEPTIONS OTHERS = 0.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr translate_to_upper = 'X' TABLES dynpfields = lt_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.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'RODPS_S_ODPDESCR' retfield = 'ODPNAME' value_org = 'S' TABLES value_tab = lt_odpdescr 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 = lt_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 RODPS_SHOW_INDEX_DATA or its description.