SAP ABAP Class CL_SCSM_CHECKCUST (Customizing for Checks)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-MON (Application Component) Monitoring
⤷
SCSM_CEN_CONFIG (Package) CCMS Consistency Check
⤷
⤷
Properties
| Class | CL_SCSM_CHECKCUST | |
| Short Description | Customizing for Checks | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SCSM_CEN_CONFIG | CCMS Consistency Check |
| Created | 20080609 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SCSM_CHECKCUST has no forward declaration.
Interfaces
Class CL_SCSM_CHECKCUST has no interface implemented.
Friends
Class CL_SCSM_CHECKCUST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | SCSM_CHECK_CUST_TAB | Customizing Checks Table Type | 20080610 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20080610 | |
| 2 | Instance method | Public | Method | Returns the Customizing | 20080610 | |
| 3 | Instance method | Public | Method | Reads the Customizing for a Group | 20080919 | |
| 4 | Instance method | Public | Method | Reads a customizing object and returns it | 20080610 | |
| 5 | Instance method | Public | Method | Imports customizing from a monitoring tree | 20080901 | |
| 6 | Instance method | Public | Method | Deletes a Customizing Entry | 20080610 | |
| 7 | Instance method | Private | Method | Checks if Entries Are Correct | 20080610 | |
| 8 | Instance method | Public | Method | Stores a Customizing Entry | 20080610 | |
| 9 | Instance method | Private | Method | Loads Entire Customizing | 20080610 | |
| 10 | Instance method | Private | Method | Reload Customizing | 20080610 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | DATA_CHANGED | Instance Event (0) |
Public (2) |
Is triggered as soon as data is changed | 20080612 |
Types
Class CL_SCSM_CHECKCUST has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_SCSM_CHECKCUST has no parameter.
Method CONSTRUCTOR on class CL_SCSM_CHECKCUST has no exception.
Method GET_CUSTOMIZING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IF_REFRESH | Value transfer | Type reference (TYPE) | FLAG | soll tabelle neu eingelesen werden | 20080611 | |||
| 2 | RT_CUSTOMIZING | Value transfer | Type reference (TYPE) | SCSM_CHECK_CUST_TAB | Tabellentyp Customizing Checks | 20080610 |
Method GET_CUSTOMIZING on class CL_SCSM_CHECKCUST has no exception.
Method GET_CUSTOMIZING_OF_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IMP_GROUP | Call by reference | Type reference (TYPE) | SCSM_CHECKGROUP | Prüfgruppe für CCMS Prüfungen | 20080919 | |||
| 2 | RET_CUSTOMIZING | Value transfer | Type reference (TYPE) | SCSM_CHECK_CUST_TAB | Tabellentyp Customizing Checks | 20080919 |
Method GET_CUSTOMIZING_OF_GROUP on class CL_SCSM_CHECKCUST has no exception.
Method GET_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PF_INDEX | Value transfer | Type reference (TYPE) | I | 20080610 | ||||
| 2 | RS_ITEM | Value transfer | Type reference (TYPE) | SCSM_CHECK_CUST | Customizing of CCMS Checks | 20080610 |
Method GET_ITEM on class CL_SCSM_CHECKCUST has no exception.
Method IMPORT_CUSTOMIZING_FROM_MON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INP_CUSTOMIZING | Call by reference | Type reference (TYPE) | SCSM_CHECK_CUST_TAB | Tabellentyp Customizing Checks | 20080901 |
Method IMPORT_CUSTOMIZING_FROM_MON on class CL_SCSM_CHECKCUST has no exception.
Method ITEMS_DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PT_ROWS | Call by reference | Type reference (TYPE) | SALV_T_ROW | ALV-Control: Tabellenzeilen | 20080610 |
Method ITEMS_DELETE on class CL_SCSM_CHECKCUST has no exception.
Method ITEM_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PS_CUSTOMIZING | Call by reference | Type reference (TYPE) | SCSM_CHECK_CUST | Customizing of CCMS Checks | 20080610 | |||
| 2 | RF_VALID | Value transfer | Type reference (TYPE) | FLAG | 20080610 |
Method ITEM_CHECK on class CL_SCSM_CHECKCUST has no exception.
Method ITEM_SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PF_MODIFY | Value transfer | Type reference (TYPE) | FLAG | Soll Eintrag nur geändert werden | 20080610 | |||
| 2 | PS_CUSTOMIZING | Call by reference | Type reference (TYPE) | SCSM_CHECK_CUST | Customizing of CCMS Checks | 20080610 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse Check Customizing | 20080610 |
Method LOAD_ALL Signature
Method LOAD_ALL on class CL_SCSM_CHECKCUST has no parameter.
Method LOAD_ALL on class CL_SCSM_CHECKCUST has no exception.
Method RELOAD Signature
Method RELOAD on class CL_SCSM_CHECKCUST has no parameter.
Method RELOAD on class CL_SCSM_CHECKCUST has no exception.
Event Signatures
Event DATA_CHANGED Signature
Event DATA_CHANGED on class CL_SCSM_CHECKCUST has no parameter.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |