RODPS_ODP_ACTIVATE_CONTENT 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_ODP_ACTIVATE_CONTENT 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_ES_DIA = Create Connectors in Dialog
Selection Text: P_FORCE = Reacticate Active ODPs
Selection Text: P_NO_CTO = No Active ODP Transport
Selection Text: P_SIMUL = Simulation Mode
Selection Text: P_ODPNM = D .
Text Symbol: 001 = Checked ODPs:
Text Symbol: 002 = DataSources for Activation:
Text Symbol: 003 = ESH Models for Activation:
Text Symbol: 100 = No Authorizations
Text Symbol: 301 = ODPs for All Active Queries and MultiProviders
Text Symbol: 302 = ODPs for Active Content Queries and MultiProviders
Text Symbol: 303 = List of ODP Names
Text Symbol: 304 = Mode
Text Symbol: 305 = BW Query Selection
Text Symbol: 306 = Settings
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RODPS_ESH_SYSRELD_GET CALL FUNCTION 'RODPS_ESH_SYSRELD_GET' IMPORTING et_sysreld_ext = lt_sysreld_ext EXCEPTIONS failed = 1 OTHERS = 2.
RODPS_UTILS_DATASOURCE_ACT CALL FUNCTION 'RODPS_UTILS_DATASOURCE_ACT' EXPORTING it_datasource = lt_datasource i_no_transport = p_no_cto i_simulate = p_simul IMPORTING et_msg = lt_msg.
RODPS_UTILS_CONNECTOR_ACT CALL FUNCTION 'RODPS_UTILS_CONNECTOR_ACT' EXPORTING it_connector = lt_connector i_force = abap_true i_dialog = p_es_dia i_simulate = p_simul i_no_transport = p_no_cto IMPORTING et_msg = lt_msg.
RS_SELECTIONSCREEN_READ CALL FUNCTION 'RS_SELECTIONSCREEN_READ' EXPORTING program = sy-repid * DYNNR = TABLES fieldvalues = lt_selread.
RODPS_ESH_ODPDESCR_GET CALL FUNCTION 'RODPS_ESH_ODPDESCR_GET' EXPORTING i_pattern = lv_pattern i_view = 'X' TABLES et_odpdescr = lt_odpdescr[] EXCEPTIONS OTHERS = 0.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'RODPS_S_ODP_F4' retfield = 'ODPNAME' value_org = 'S' TABLES value_tab = lt_odp_f4 return_tab = lt_return field_tab = lt_field_tab EXCEPTIONS OTHERS = 1.
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = ls_restriction EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RODPS_ODP_ACTIVATE_CONTENT - RODPSODPACTIVATECONTENT RODPS_ODP_ACTIVATE_CONTENT - RODPSODPACTIVATECONTENT RODPS_LOAD_USER - User Settings for ODP Activation RODPS_LOAD_USER - User Settings for ODP Activation RODPS_LOAD_ACTIVATION_REPAIR - Reactivate ODPs to All Active Connectors RODPS_LOAD_ACTIVATION_REPAIR - Reactivate ODPs to All Active Connectors