SAP Reports / Programs

SCSM_CEN_CONFIG_CUST SAP ABAP Report - Customizing of CCMS Consistency Check







SCSM_CEN_CONFIG_CUST 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_CUST 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

RZ52 - RZ50 - Check Areas
RZ51 - Configure MTE Check Groups


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


Text pool values


Title: Customizing of CCMS Consistency Check
Text Symbol: MA1 = Select Monitor
Text Symbol: CDL = Confirm Deletion
Text Symbol: CD1 = Are you sure you want to delete sel. entry?
Text Symbol: 215 = Info.
Text Symbol: 214 = Log
Text Symbol: 213 = Status
Text Symbol: 212 = Performance
Text Symbol: 211 = MTE Type
Text Symbol: 210 = Apply
Text Symbol: 034 = MTE Class
Text Symbol: 033 = Data Collection Method
Text Symbol: 032 = DataColl.Meth.
Text Symbol: 031 = Yellow/Green Threshold Value
Text Symbol: 030 = Red/Yellow Threshold Value
Text Symbol: 029 = Yellow/Red Threshold Value
Text Symbol: 028 = Green/Yellow Threshold Value
Text Symbol: 027 = Yellow/Green Thresh. Val.
Text Symbol: 026 = Red/Yellow Thresh. Val.
Text Symbol: 025 = Yellow/Red Thresh. Val.
Text Symbol: 024 = Green/Yellow Threshold Value
Text Symbol: 023 = Yellow/Green
Text Symbol: 022 = Red/Yellow
Text Symbol: 021 = Yell.->Red
Text Symbol: 020 = Green -> Yellow
Text Symbol: 015 = Name of Check Group
Text Symbol: 014 = Loading check set...
Text Symbol: 013 = Do you want to irrevocably delete the selected check set?
Text Symbol: 012 = No
Text Symbol: 011 = Yes
Text Symbol: 010 = Confirm Deletion
Text Symbol: 006 = No
Text Symbol: 005 = Yes
Text Symbol: 004 = Delete Selected Entry
Text Symbol: 003 = Delete Entry
Text Symbol: 002 = Edit Selected Entry
Text Symbol: 001 = Change Entry


INCLUDES used within this REPORT SCSM_CEN_CONFIG_CUST

INCLUDE RSALEXTI.




INCLUDE SCSM_CEN_CONFIG_CUST_TOP.
INCLUDE SCSM_CEN_CONFIG_CUST_LCL .
INCLUDE SCSM_CEN_CONFIG_CUST_SCRPRC.
INCLUDE SCSM_CEN_CONFIG_CUST_FUNC.
INCLUDE SCSM_CEN_CONFIG_CUST_SCR .


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