SAP Reports / Programs

BS_ANLY_BACKGROUND_ACTIVATION SAP ABAP Report - Background Activation of BI Content Objects







BS_ANLY_BACKGROUND_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 BS_ANLY_BACKGROUND_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 BS_ANLY_BACKGROUND_ACTIVATION. "Basic submit
SUBMIT BS_ANLY_BACKGROUND_ACTIVATION AND RETURN. "Return to original report after report execution complete
SUBMIT BS_ANLY_BACKGROUND_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: Background Activation of BI Content Objects
Text Symbol: 001 = -- object not found --


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

BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = &2 cl = &8 number = &3 par1 = lv_par1 par2 = lv_par2 par3 = lv_par3 par4 = lv_par4 importing return = ls_return.

BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = 'W' cl = 'BSANLY_CONT_ACT_MSG' number = '061' importing return = ls_return.

BSANLY_ACTIVATION_STATUS_WRITE call function 'BSANLY_ACTIVATION_STATUS_WRITE' exporting is_bcact_sta = ls_bcact_sta it_bcact_log = lt_bcact_log.

BSANLY_ACTIVATION_STATUS_WRITE call function 'BSANLY_ACTIVATION_STATUS_WRITE' exporting is_bcact_sta = .

BSANLY_ACTIVATION_STATUS_READ CALL FUNCTION 'BSANLY_ACTIVATION_STATUS_READ' EXPORTING i_bundle = p_bundle i_rfcdest = p_dest i_activation_date = p_date i_activation_time = p_time i_activation_user = p_user IMPORTING es_bcact_sta = ls_bcact_sta et_bcact_sys = lt_bcact_sys et_bcact_log = lt_bcact_log EXCEPTIONS illegal_selection = 1 OTHERS = 2.

BSANLY_ACTIVATION_STATUS_READ CALL FUNCTION 'BSANLY_ACTIVATION_STATUS_READ' EXPORTING i_rfcdest = p_dest i_activation_date = p_date i_activation_time = p_time i_activation_user = p_user IMPORTING et_bcact_sta = lt_bcact_sta EXCEPTIONS illegal_selection = 1 OTHERS = 2.

BSANLY_ACTIVATION_STATUS_READ CALL FUNCTION 'BSANLY_ACTIVATION_STATUS_READ' IMPORTING es_bcact_sta = ls_bcact_sta2 EXCEPTIONS illegal_selection = 1 OTHERS = 2.

BSANLY_ACTIVATION_STATUS_WRITE CALL FUNCTION 'BSANLY_ACTIVATION_STATUS_WRITE' EXPORTING is_bcact_sta = it_bcact_log = lt_bcact_log.

BSANLY_ACTIVATION_STATUS_INIT CALL FUNCTION 'BSANLY_ACTIVATION_STATUS_INIT'.

BSANLY_ACTIVATION_STATUS_WRITE CALL FUNCTION 'BSANLY_ACTIVATION_STATUS_WRITE' EXPORTING is_bcact_sta = ls_bcact_sta it_bcact_log = lt_bcact_log.

BSANLY_ACTIVATION_STATUS_WRITE CALL FUNCTION 'BSANLY_ACTIVATION_STATUS_WRITE' EXPORTING is_bcact_sta = it_bcact_log = lt_bcact_log.

BSANLY_ACTIVATION_STATUS_WRITE CALL FUNCTION 'BSANLY_ACTIVATION_STATUS_WRITE' EXPORTING is_bcact_sta = ls_bcact_sta it_bcact_log = lt_bcact_log.

BSANLY_ACTIVATION_STATUS_WRITE CALL FUNCTION 'BSANLY_ACTIVATION_STATUS_WRITE' EXPORTING is_bcact_sta = ls_bcact_sta it_bcact_log = lt_bcact_log.

BSANLY_ACTIVATION_STATUS_WRITE CALL FUNCTION 'BSANLY_ACTIVATION_STATUS_WRITE' EXPORTING is_bcact_sta = ls_bcact_sta it_bcact_log = lt_bcact_log.

RSXWB_CONTENT_ACTIVATE CALL FUNCTION 'RSXWB_CONTENT_ACTIVATE' DESTINATION lv_rfcdest EXPORTING i_t_object = lt_tlogo i_t_filter_lsys = lt_filter_sys i_collect_grouping = ls_tlogo_grouping-grouping i_merge = p_merge i_flag_transport = p_trans i_flag_simulate = p_simul i_flag_all = p_all i_bundle = lv_bundle IMPORTING e_jobname = lv_jobname e_jobcount = lv_jobcount e_jobgroup = lv_jobgroup TABLES et_return = lt_return EXCEPTIONS not_authorized = 1 not_found = 2 wrong_client = 3 wrong_systemtype = 4 own_logical_system_not_defined = 5 system_failure = 6 MESSAGE lv_msg communication_failure = 7 MESSAGE lv_msg resource_failure = 8 OTHERS = 9.

RSXWB_TLOGO_TEXTS CALL FUNCTION 'RSXWB_TLOGO_TEXTS' DESTINATION lv_rfcdest EXPORTING it_tlogo = lt_tlogo IMPORTING et_tlogo_txtlg = lt_tlogo_txtlg EXCEPTIONS system_failure = 1 MESSAGE lv_msg communication_failure = 2 MESSAGE lv_msg resource_failure = 3 OTHERS = 4.

BSANLY_ACTIVATION_STATUS_WRITE CALL FUNCTION 'BSANLY_ACTIVATION_STATUS_WRITE' EXPORTING is_bcact_sta = ls_bcact_sta it_bcact_log = lt_bcact_log.

BSANLY_ACTIVATION_STATUS_WRITE CALL FUNCTION 'BSANLY_ACTIVATION_STATUS_WRITE' EXPORTING is_bcact_sta = ls_bcact_sta it_bcact_log = lt_bcact_log.

BSANLY_ACTIVATION_STATUS_WRITE





CALL FUNCTION 'BSANLY_ACTIVATION_STATUS_WRITE' EXPORTING is_bcact_sta = ls_bcact_sta it_bcact_log = lt_bcact_log.

BSANLY_ACTIVATION_STATUS_WRITE CALL FUNCTION 'BSANLY_ACTIVATION_STATUS_WRITE' EXPORTING is_bcact_sta = .



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