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

RSTCT_ACTIVATEADMINCOCKPIT_NEW SAP ABAP Report - Program RSTCT_ACTIVATEADMINCOCKPIT_NEW







RSTCT_ACTIVATEADMINCOCKPIT_NEW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report installs the content of the BW Administration Cockpit in the BW system for all the source systems entered in the Source System Assignment field...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSTCT_ACTIVATEADMINCOCKPIT_NEW into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RSTCT_INST_BIAC - Installation of BI AC Content


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 RSTCT_ACTIVATEADMINCOCKPIT_NEW. "Basic submit
SUBMIT RSTCT_ACTIVATEADMINCOCKPIT_NEW AND RETURN. "Return to original report after report execution complete
SUBMIT RSTCT_ACTIVATEADMINCOCKPIT_NEW 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_TRANSP = Transport Installed Objects
Selection Text: P_TEST = Only Testing
Selection Text: P_SRCSYS = Source System Assignment
Selection Text: P_SIMULT = Only Simulation
Selection Text: P_REPSRC = Replicate DataSources
Selection Text: P_REPFRC = Force Datasource Replication
Selection Text: P_NODAY = No of Days Data to keep
Selection Text: P_MYSFRC = Force Source System Activation
Selection Text: P_MYSELF = Activate Source System
Selection Text: P_INIT = Schedule Init Process Chains
Selection Text: P_INFPAK = Repair missing InfoPackages
Selection Text: P_ACTSRC = Activate SAPI DataSources
Selection Text: P_ACTCNT = Activate Technical Content
Title: Program RSTCT_ACTIVATEADMINCOCKPIT_NEW
Text Symbol: 020 = Schedule Admin Cockpit: DB Statistics Process chain (0TCT_C25_FULL_P01) at time:
Text Symbol: 019 = Schedule OLAP Cache Statistics - Full Process chain (0TCT_C0_FULL_P01) at time:
Text Symbol: 018 = Schedule BW Accelerator Statistics Process chain (0TCT_C3_INIT_DELTA_P01) at time:
Text Symbol: 017 = Schedule Admin Cockpit Content CleanUp Process chain (0TCT_ACCU_P01) at time:
Text Symbol: 016 = Schedule Data Load Statistics Process Chain (0TCT_C2_INIT_DELTA_P01) at time:
Text Symbol: 015 = Schedule Query Runtime Process Chain (0TCT_C0_INIT_DELTA_P01) at time:
Text Symbol: 014 = Schedule Master Data Process Chains at time
Text Symbol: 013 = Create Transport Request for Installed Objects
Text Symbol: 012 = Init Process Chain is still running or ended in errors. Process chains will not be installed.
Text Symbol: 011 = Admin Cockpit Content Activation is completed. Check Log (Transaction SLG1) to know the status of installation
Text Symbol: 010 = Installation was run atleast once for the entered Source systems. Hence the report will not install Init Process Chain
Text Symbol: 009 = Connect Virtual Provider to Source Systems
Text Symbol: 008 = Start of Process Chains
Text Symbol: 007 = Activation of Process Chains
Text Symbol: 006 = Activation of RRI's
Text Symbol: 005 = Activation of objects under the Role
Text Symbol: 004 = Repair of Inconsistent Infopackages
Text Symbol: 003 = Activation and Replication of Datasources of Selected Source Systems
Text Symbol: 002 = No Source Systems match to the selection entered in Source System Assignment field.
Text Symbol: 001 = Admin Cockpit Content Activation is completed. Click Log(Ctrl+F1) to know the status of installation


INCLUDES used within this REPORT RSTCT_ACTIVATEADMINCOCKPIT_NEW

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:

RSDC_SLOGSYS_F4 * CALL FUNCTION 'RSDC_SLOGSYS_F4' ** EXPORTING ** I_TITLE = ' ' ** I_DISPLAY = RS_C_FALSE ** I_SRCTYPE_STRING = '*' ** I_WITHOUT_DIALOG = RS_C_FALSE ** IMPORTING ** E_TXTLG = ** E_ICON = ** E_T_OBJECT_F4_LIST = * CHANGING * c_slogsys = l_logsys * .

RSO_APPL_LOG_SHOW * CALL FUNCTION 'RSO_APPL_LOG_SHOW' * EXPORTING * i_object = cl_rso_repository=>p_c_bal_log_object * i_subobject = cl_rso_repository=>p_c_bal_log_subobjec_inst.

RSDG_MSG_APPEND_TO_PROTOCOL call function 'RSDG_MSG_APPEND_TO_PROTOCOL' exporting i_msgid = sy-msgid i_msgty = sy-msgty i_msgno = sy-msgno i_msgv1 = sy-msgv1 i_msgv2 = sy-msgv2 i_msgv3 = sy-msgv3 i_msgv4 = sy-msgv4 i_detlevel = &1 changing c_t_msg = &2.

RSTC_BIRS_DELETE_OLD_DATA CALL FUNCTION 'RSTC_BIRS_DELETE_OLD_DATA' IN BACKGROUND TASK AS SEPARATE UNIT TABLES it_starttime = lt_range.

START_OF_BACKGROUNDTASK CALL FUNCTION 'START_OF_BACKGROUNDTASK' EXPORTING startdate = l_date starttime = l_time * NOSEND = ' ' .

RSTC_BIRS_DELETE_PREV_DATA CALL FUNCTION 'RSTC_BIRS_DELETE_PREV_DATA' IN UPDATE TASK EXPORTING i_date = l_date.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

RSA5_APCO_GET CALL FUNCTION 'RSA5_APCO_GET' EXPORTING i_objvers = 'D' * i_hier = 'APCO_MERGED' i_nnc = 'X' i_reco = 'X' * i_with_ds = rsaot_c_flag-on i_mode = ' ' IMPORTING e_t_apco = l_t_apco.

RSA1_DSOURCE_ACTIVATE CALL FUNCTION 'RSA1_DSOURCE_ACTIVATE' EXPORTING i_ds = l_datasource i_no_transport = l_notransp * i_order = * i_devclass = * IMPORTING * e_order = * e_devclass = * TABLES * e_t_msg = l_t_msg EXCEPTIONS error_occured = 1 OTHERS = 2.

RSA_LOGICAL_SYSTEM_BIW_GET CALL FUNCTION 'RSA_LOGICAL_SYSTEM_BIW_GET' EXPORTING i_without_popup = 'X' IMPORTING e_logsys_biw = s_logsys EXCEPTIONS no_logsys_to_this_client = 1 logsys_changed = 2 OTHERS = 3. "#EC *

RSAR_LOGICAL_SYSTEM_GET CALL FUNCTION 'RSAR_LOGICAL_SYSTEM_GET' EXPORTING i_logsys = l_logsys "MySelf i_without_dialog = 'X' i_without_authority = 'X' IMPORTING e_active = l_active e_release_act = l_release_act * e_upload_act = l_upload_act EXCEPTIONS unknown_logical_system = 1 unauthorized = 2 warehouse_system_without_name = 3 OTHERS = 4.

RSAOS_LOGICAL_SYSTEM_ACTIVATE CALL FUNCTION 'RSAOS_LOGICAL_SYSTEM_ACTIVATE' EXPORTING i_logsys = l_logsys i_do_upload = l_do_upload * i_dont_check = EXCEPTIONS failed = 1 OTHERS = 2.

RSAR_LOGICAL_SYSTEM_GET CALL FUNCTION 'RSAR_LOGICAL_SYSTEM_GET' EXPORTING i_logsys = l_logsys "MySelf i_without_dialog = 'X' i_without_authority = 'X' IMPORTING e_active = l_active e_release_act = l_release_act * e_upload_act = l_upload_act EXCEPTIONS unknown_logical_system = 1 unauthorized = 2 warehouse_system_without_name = 3 OTHERS = 4.

RSAOS_LOGICAL_SYSTEM_ACTIVATE CALL FUNCTION 'RSAOS_LOGICAL_SYSTEM_ACTIVATE' EXPORTING i_logsys = l_logsys i_do_upload = l_do_upload * i_dont_check = EXCEPTIONS failed = 1 OTHERS = 2.

RSAOS_INT_DATASOURCES_UPLOAD CALL FUNCTION 'RSAOS_INT_DATASOURCES_UPLOAD' "#EC EXISTS EXPORTING i_logsys = l_logsys i_objvers = rs_c_objvers-delivery i_show_log = rs_c_false i_no_dialog = rs_c_true IMPORTING e_t_messages = l_t_msg EXCEPTIONS error_occured = 1 unauthorized = 2 unknown_logsys = 3 no_oltpsources = 4 locked = 5 no_dark_replication = 6 OTHERS = 7.

RSD_CUBE_MULTI_GET_ONLY_DB CALL FUNCTION 'RSD_CUBE_MULTI_GET_ONLY_DB' EXPORTING i_read_all = rs_c_true i_objvers = rs_c_objvers-active i_cubetype = rsd_c_cubetype-virtual IMPORTING e_t_cube = l_t_cube EXCEPTIONS illegal_input = 1.

RSOA_VCUBE_CONNECT_SOURSYS CALL FUNCTION 'RSOA_VCUBE_CONNECT_SOURSYS' EXPORTING i_t_infocube = l_t_virtual_cube i_t_logsys = l_t_logsys * IMPORTING * E_CHANGED = CHANGING c_t_msg = l_t_msg.

RSOA_VCUBE_CONNECT_SOURSYS *No EXCEPTION to set SY_SUBRC Declared for CALL FUNCTION 'RSOA_VCUBE_CONNECT_SOURSYS'
** set detlevel to 2 FIELD-SYMBOLS TYPE bal_s_msg.

RSPC_API_CHAIN_SCHEDULE





* CALL FUNCTION 'RSPC_API_CHAIN_SCHEDULE' * EXPORTING * i_chain = l_s_pcchainattr-chain_id * i_periodic = 'X' ** TABLES ** E_T_CONFLICTS = * .

RSPC_API_CHAIN_START ** CALL FUNCTION 'RSPC_API_CHAIN_START' ** EXPORTING ** i_chain = l_s_pcchainattr-chain_id ** i_noplan = ' ' ** EXCEPTIONS ** failed = 1 ** OTHERS = 2.

RSPC_API_CHAIN_SCHEDULE * CALL FUNCTION 'RSPC_API_CHAIN_SCHEDULE' * EXPORTING * i_chain = l_s_pcchainattr-chain_id ** I_PERIODIC = ' ' ** TABLES ** E_T_CONFLICTS = * .

RSPC_API_CHAIN_START ** CALL FUNCTION 'RSPC_API_CHAIN_START' ** EXPORTING ** i_chain = l_s_pcchainattr-chain_id ** i_noplan = ' ' ** EXCEPTIONS ** failed = 1 ** OTHERS = 2.

RSPC_API_CHAIN_SCHEDULE * CALL FUNCTION 'RSPC_API_CHAIN_SCHEDULE' * EXPORTING * i_chain = l_s_pcchainattr-chain_id * i_periodic = 'X' ** TABLES ** E_T_CONFLICTS = * .

RSPC_API_CHAIN_START ** CALL FUNCTION 'RSPC_API_CHAIN_START' ** EXPORTING ** i_chain = l_s_pcchainattr-chain_id ** i_noplan = ' ' ** EXCEPTIONS ** failed = 1 ** OTHERS = 2.

RSPC_API_CHAIN_START * CALL FUNCTION 'RSPC_API_CHAIN_START' * EXPORTING * i_chain = l_s_pcchainattr-chain_id * i_noplan = ' ' * EXCEPTIONS * failed = 1 * OTHERS = 2.

RSA_RSBASIDOC_READ CALL FUNCTION 'RSA_RSBASIDOC_READ' EXPORTING i_am_receiver = rs_c_true * I_AM_SENDER = TABLES basidoc = l_t_basidoc.

RSPC_API_CHAIN_GET_STATUS CALL FUNCTION 'RSPC_API_CHAIN_GET_STATUS' EXPORTING i_chain = l_pcchain i_logid = l_s_logchain-log_id IMPORTING e_status = l_status.

RSPC_TRIGGER_GENERATE CALL FUNCTION 'RSPC_TRIGGER_GENERATE' EXPORTING i_variant = l_s_chain_start-variante i_variant_text = l_s_pctriggert-txtlg i_startspecs = l_tbtcstrt i_meta = ' ' i_no_transport = g_transp * i_modify = 'X' EXCEPTIONS exists = 1 failed = 2 OTHERS = 3.



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