SAP Reports / Programs

SCSM_CEN_CONFIG_CHECK_2 SAP ABAP Report - CCMS Consistency Check







SCSM_CEN_CONFIG_CHECK_2 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 SCSM_CEN_CONFIG_CHECK_2 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

RZ50 - Central Monitoring Config. Checks


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 SCSM_CEN_CONFIG_CHECK_2. "Basic submit
SUBMIT SCSM_CEN_CONFIG_CHECK_2 AND RETURN. "Return to original report after report execution complete
SUBMIT SCSM_CEN_CONFIG_CHECK_2 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: SO_DBREL = D .
Selection Text: P_CHKSET = D .
Selection Text: P_ALEVL = D .
Selection Text: SO_SYS = SAP System ID
Selection Text: SO_R3REL = SAP Release
Selection Text: SO_R3OPM = Operation Modes
Selection Text: SO_LGOB = Check Objects
Selection Text: SO_GRP = Operation Modes
Selection Text: SO_DBGRP = Database
Selection Text: P_SENDER = Sender Name
Selection Text: P_OTHER = Other Selection Criteria
Selection Text: P_MAIL = Send result by e-mail?
Selection Text: P_LGDTT = Time Period To
Selection Text: P_LGDTF = Time Period From
Selection Text: P_GROUP = From System Group
Selection Text: P_DL = To Distribution List
Selection Text: P_CGRP = MTE Customizing Check Group
Selection Text: P_ALSYS = From System List (ALSYSTEMS)
Title: CCMS Consistency Check
Text Symbol: TST = Test Scope
Text Symbol: SYS = Satellite Systems to Be Checked
Text Symbol: OTH = Other Selection Criteria
Text Symbol: HEA = Troubleshooting
Text Symbol: FI3 = View Check Log
Text Symbol: FI2 = Configure Check Sets (RZ52)
Text Symbol: FI1 = Configure MTE Check Groups (RZ51)
Text Symbol: FC3 = Check Log
Text Symbol: FC2 = Check Areas
Text Symbol: FC1 = MTE Check Groups
Text Symbol: CLI = Monitored Systems
Text Symbol: CHK = Checks
Text Symbol: CEN = Central System
Text Symbol: ALT = E-Mail - Alert


INCLUDES used within this REPORT SCSM_CEN_CONFIG_CHECK_2

INCLUDE SCSM_CEN_CONFIG_CHECK_2_TOP. "GLOBAL VARIABLE
INCLUDE SCSM_CEN_CONFIG_CHECK_2_SCR. "SCREEN DEFINITIONS
INCLUDE SCSM_CEN_CONFIG_CHECK_2_SCRPRC. "PAI / PBO MODULES
INCLUDE SCSM_CEN_CONFIG_CHECK_2_FUNC. "FORMS FOR FUNCTIONALITY


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