RSODP_SHOW_AUTH_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 RSODP_SHOW_AUTH_DATA into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: P_ODP = Operational Data Provider
Selection Text: P_USER = User
Title: Check ODP Authorizations for ANALYTICSFILTER
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TREX_EXT_SEARCH_CELL_TABLE CALL FUNCTION 'TREX_EXT_SEARCH_CELL_TABLE' EXPORTING i_indexes = pt_indexes i_rfc_destination = p_rfc_destination i_result_from = 1 i_result_to = 2000000000 i_query_entries = lt_query_entries i_req_attributes = pt_req_attributes i_comp_descr = pt_comp_descr i_requested_results = 1 i_hints = lt_hints i_placeholders = lt_placeholders i_request_flags = '128' IMPORTING e_return_code = l_return_code e_return_text = l_return_text e_result_table =
EXCEPTIONS OTHERS = 1.
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.
POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING no_value_check = abap_true popup_title = 'Suche'(se1) IMPORTING returncode = lv_rc TABLES fields = lt_sval EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSODP_SHOW_AUTH_DATA - Check ODP Authorizations for ANALYTICSFILTER RSODP_SHOW_AUTH_DATA - Check ODP Authorizations for ANALYTICSFILTER RSODP_HANA_ADMIN_CLEANUP - Cleanup buffer and control table for HANA ODPs RSODP_HANA_ADMIN_CLEANUP - Cleanup buffer and control table for HANA ODPs RSODP_CORRECT_TLOGO_PROP - Correction of Properties for Logical Transport Object ODPE RSODP_CORRECT_TLOGO_PROP - Correction of Properties for Logical Transport Object ODPE