SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management | Data Staging(BW-WHM-DST) SAP BW

RSODP_SHOW_AUTH_DATA SAP ABAP Report - Check ODP Authorizations for ANALYTICSFILTER







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


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 RSODP_SHOW_AUTH_DATA. "Basic submit
SUBMIT RSODP_SHOW_AUTH_DATA AND RETURN. "Return to original report after report execution complete
SUBMIT RSODP_SHOW_AUTH_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_ODP = Operational Data Provider
Selection Text: P_USER = User
Title: Check ODP Authorizations for ANALYTICSFILTER


INCLUDES used within this REPORT RSODP_SHOW_AUTH_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:

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.



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