SAP Reports / Programs | Cross-Application Components | Processes and Tools for Enterprise Applications | Content Activation(CA-EPT-ANL-ACT) SAP CA

BS_ANLY_CONT_ACT SAP ABAP dialog Program - BI Content Activation Workbench







BS_ANLY_CONT_ACT is a standard Module pool for a dialog screen ABAP Program 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_CONT_ACT 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

BSANLY_ACT_BUNDLE - Call Activation Screen
BSANLY_BI_ACTIVATION - Manage BI Content Activation


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


Text pool values


Title: BI Content Activation Workbench
Text Symbol: 029 = Cancel
Text Symbol: 028 = Activate with Transport
Text Symbol: 027 = Activate
Text Symbol: 026 = Navigate in List
Text Symbol: 025 = Enter Line Number
Text Symbol: 024 = Delete all Logs older than...
Text Symbol: 023 = BI Content Activation Workbench
Text Symbol: 022 = Leave Transaction?
Text Symbol: 021 = Activation Log
Text Symbol: 020 = Check Results
Text Symbol: 019 = Do you want to activate all selected content bundles?
Text Symbol: 018 = Do you also want to re-activate already activated content bundles?
Text Symbol: 017 = Activation of BI Content
Text Symbol: 016 = (new)
Text Symbol: 015 = (revised)
Text Symbol: 014 = Enter value
Text Symbol: 013 = Do you want to set QM status of all selected logs?
Text Symbol: 012 = Set QM Status
Text Symbol: 010 = Status of most recent activation process
Text Symbol: 009 = Do you want to save the data first?
Text Symbol: 008 = Do you also want to delete the log header entry?
Text Symbol: 007 = Delete Logs
Text Symbol: 006 = Do you really want to delete all selected Content Bundles?
Text Symbol: 005 = Deletion affects all Business Categories
Text Symbol: 004 = Content Bundle
Text Symbol: 003 = Copy of
Text Symbol: 002 = Do you really want to cancel?
Text Symbol: 001 = Unsaved data will be lost


INCLUDES used within this REPORT BS_ANLY_CONT_ACT

INCLUDE BS_ANLY_CONT_ACT_TOP . " GLOBAL DATA
INCLUDE BS_ANLY_CONT_ACT_O01.
INCLUDE BS_ANLY_CONT_ACT_I01.
INCLUDE BS_ANLY_CONT_ACT_F01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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