SAP Reports / Programs | Basis Components | Basis Components | Operational Data Provisioning (ODP)(BC-EIM-ODP) SAP BC

RODPS_LOAD_ACTIVATION SAP ABAP Report - ODP Activation







RODPS_LOAD_ACTIVATION 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_LOAD_ACTIVATION 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_LOAD_ACTIVATION. "Basic submit
SUBMIT RODPS_LOAD_ACTIVATION AND RETURN. "Return to original report after report execution complete
SUBMIT RODPS_LOAD_ACTIVATION VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: ODP Activation
Text Symbol: LON = Long Text
Text Symbol: 201 = Create Search & Analysis connectors?
Text Symbol: 112 = Display DataSource
Text Symbol: 111 = Active and Modeled Version Different
Text Symbol: 110 = Active and Modeled Version Identical
Text Symbol: 109 = Compare Active and Modeled Versions
Text Symbol: 108 = Source Client
Text Symbol: 107 = Calling Program
Text Symbol: 106 = Data Replication
Text Symbol: 105 = Activate ODP Metadata
Text Symbol: 104 = Display ESH Model
Text Symbol: 103 = Check ODP Index
Text Symbol: 102 = Starte ESH Cockpit
Text Symbol: 101 = Model
Text Symbol: 100 = Check Metadata
Text Symbol: 099 = No Authorizations
Text Symbol: 006 = No ODP activation possible
Text Symbol: 005 = No ODPs activated
Text Symbol: 004 = Non Connector-Specific Activation
Text Symbol: 003 = Activation by Administration Cockpit for Connectors
Text Symbol: 002 = ESH Direct Access is Active
Text Symbol: 001 = ODP Activation for Runtime Objects is Active


INCLUDES used within this REPORT RODPS_LOAD_ACTIVATION

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:

BP_JOB_MANAGEMENT CALL FUNCTION 'BP_JOB_MANAGEMENT' EXPORTING jobselect_dialog = 'N' joblist_opcode = 21 external_refresh = abap_true TABLES joblist = lt_joblist EXCEPTIONS refresh_list_required = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = ' ' text_question = text-201 default_button = '1' display_cancel_button = 'X' IMPORTING answer = l_answer EXCEPTIONS OTHERS = 0.

BP_START_DATE_EDITOR CALL FUNCTION 'BP_START_DATE_EDITOR' EXPORTING stdt_dialog = 'Y' stdt_input = ls_stdt stdt_opcode = 14 IMPORTING stdt_output = ls_stdt EXCEPTIONS OTHERS = 0.

RODPS_ESH_ODP_ACTIVATE CALL FUNCTION 'RODPS_ESH_ODP_ACTIVATE' EXPORTING is_schedule = ls_stdt i_react = abap_true i_add_new = abap_true i_esh = l_esh_flag IMPORTING e_jobname = l_job e_jobcount = l_number EXCEPTIONS OTHERS = 1.

BP_FIND_JOBS_WITH_PROGRAM CALL FUNCTION 'BP_FIND_JOBS_WITH_PROGRAM' EXPORTING abap_program_name = 'RODPS_LOAD_ACTIVATE_ALL' dialog = 'N' status = 'S' TABLES joblist = lt_joblist EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = ' ' text_question = text-201 default_button = '1' display_cancel_button = 'X' IMPORTING answer = l_answer EXCEPTIONS OTHERS = 0.

RODPS_UTILS_ESH_LOGSYS_CHECK CALL FUNCTION 'RODPS_UTILS_ESH_LOGSYS_CHECK' EXCEPTIONS OTHERS = 0.

TREX_EXT_INDEX_EXISTS CALL FUNCTION 'TREX_EXT_INDEX_EXISTS' EXPORTING i_indexes = lt_index i_rfc_destination = lv_rfcdest IMPORTING e_index_info = lt_info EXCEPTIONS OTHERS = 1.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'RODPS_S_LOAD' CHANGING ct_fieldcat = lt_fcat EXCEPTIONS OTHERS = 1.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'BAL_S_SHOW' CHANGING ct_fieldcat = lt_fcat EXCEPTIONS OTHERS = 1.

HELP_START CALL FUNCTION 'HELP_START' EXPORTING help_infos = ls_help_info TABLES dynpselect = lt_dselc dynpvaluetab = lt_dval EXCEPTIONS OTHERS = 0.

DOCU_OBJECT_NAME_CONCATENATE CALL FUNCTION 'DOCU_OBJECT_NAME_CONCATENATE' EXPORTING docu_id = 'NA' element = is_msg-msgid addition = is_msg-msgno IMPORTING object = lv_object_name.

DOCU_EXIST_CHECKS CALL FUNCTION 'DOCU_EXIST_CHECKS' EXPORTING id = 'NA' langu = sy-langu object = lv_object_name typ = 'E' EXCEPTIONS OTHERS = 1.

RODPS_CHECK CALL FUNCTION 'RODPS_CHECK' EXPORTING it_odp = lt_odp it_checkfunc = lt_checkfunc i_with_sysrel = abap_false i_show_log = abap_true i_save_log = abap_false * IMPORTING * etx_odp_check = ltx_check EXCEPTIONS OTHERS = 0.

WDY_EXECUTE_IN_BROWSER CALL FUNCTION 'WDY_EXECUTE_IN_BROWSER' EXPORTING application = 'ESH_ADMIN_UI_COMPONENT' parameters = lt_param EXCEPTIONS OTHERS = 0.

WDY_EXECUTE_IN_BROWSER CALL FUNCTION 'WDY_EXECUTE_IN_BROWSER' EXPORTING application = 'ESH_ENG_MODELLING' parameters = lt_param EXCEPTIONS OTHERS = 0.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = ' ' text_question = text-201 default_button = '1' display_cancel_button = 'X' IMPORTING answer = lv_answer EXCEPTIONS OTHERS = 0.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = lv_jobname IMPORTING jobcount = lv_jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.

JOB_CLOSE





CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = lv_jobcount jobname = lv_jobname strtimmed = 'X' EXCEPTIONS OTHERS = 1.

RS_FUNCTION_ACTIVE_CHECK CALL FUNCTION 'RS_FUNCTION_ACTIVE_CHECK' EXPORTING funcname = lv_funcname IMPORTING active = lv_active 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 RODPS_LOAD_ACTIVATION or its description.