CCMSBI_REPORTING_SUITE 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 CCMSBI_REPORTING_SUITE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CCMSBISUITE - Reporting Suite
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.
Title: Program CCMSBI_REPORTING_SUITE
Text Symbol: 001 = Reporting Suite: Not active
Text Symbol: 002 = Reporting Suite cannot be called, since the required BI Content has yet been (completely) activated
Text Symbol: 003 = Setup Tool
Text Symbol: 004 = Cancel
Text Symbol: 005 = You can go to the setup tool from here to activate the content.
Text Symbol: 006 = Use the IT Performance Reporting in the System Monitoring Work Center on your SAP Solution Manager system.
Text Symbol: 007 = To activate the reporting, switch to the setup for the Work Center.
Text Symbol: 008 = For a description of how to do this, call up the SAP Solution Manager documentation, and search for IT Performance Reporting.
Text Symbol: 009 = OK
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_FOR_INTERACTION * CALL FUNCTION 'POPUP_FOR_INTERACTION' * EXPORTING * headline = 'Reporting Suite inactive'(001) "#EC * * text1 = txt1 * text2 = txt2 * text3 = txt3 * text4 = txt4 * text5 = txt5 * text6 = txt6 ** TICON = 'I' * button_1 = 'Okay'(009) "#EC * ** BUTTON_2 = ' ' ** BUTTON_3 = ' ' ** IMPORTING ** BUTTON_PRESSED = * .
POPUP_TO_CONFIRM ** CALL FUNCTION 'POPUP_TO_CONFIRM' ** EXPORTING ** titlebar = 'Reporting Suite inactive'(001) "#EC * *** DIAGNOSE_OBJECT = ' ' ** text_question = question ** text_button_1 = 'Setup Tool'(003) "#EC * *** ICON_BUTTON_1 = ' ' ** text_button_2 = 'Cancel'(004) "#EC * *** ICON_BUTTON_2 = ' ' ** default_button = '2' ** display_cancel_button = ' ' *** USERDEFINED_F1_HELP = ' ' *** START_COLUMN = 25 *** START_ROW = 6 *** POPUP_TYPE = *** IV_QUICKINFO_BUTTON_1 = ' ' *** IV_QUICKINFO_BUTTON_2 = ' ' ** IMPORTING ** answer = answer ** EXCEPTIONS ** text_not_found = 1 ** OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CCMSBI_REPORTING_SUITE - Program CCMSBI_REPORTING_SUITE CCMSBI_REPORTING_SUITE - Program CCMSBI_REPORTING_SUITE CCMSBI_MD_EXTRACT_CHECK - Test CCMS Master Data Extraction CCMSBI_MD_EXTRACT_CHECK - Test CCMS Master Data Extraction CCMSBI_DSR_REORG_PSEUDO_DEQ - Pseudo Dequeue for Reorganization of DSR Data in BI CCMSBI_DSR_REORG_PSEUDO_DEQ - Pseudo Dequeue for Reorganization of DSR Data in BI