SAP Reports / Programs

CCMSBI_REPORTING_SUITE SAP ABAP Report - Program CCMSBI_REPORTING_SUITE







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


Transaction Code(s):

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

CCMSBISUITE - Reporting Suite


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


Text pool values


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


INCLUDES used within this REPORT CCMSBI_REPORTING_SUITE

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:

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.



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