SAP ABAP Class CL_AXT_REGISTRY_CHECK (Abstract base class for AXT Registry checkman checks)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-GTF-EEW (Application Component) Easy Enhancement Workbench
⤷
AXT_MODEL_REGISTRY (Package) Extensibility Registry
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CRM_OBJECT_CHECKER | Check Results Management: Check for Objects | 20080702 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CRM_OBJECT_NAVIGATOR | Check Results Management: Object Navigation with Check Mess. | 20080702 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_REG_BO_CHECK | Checkman check for BOs | 20080709 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_REG_PLACES_CHECK | Checkman check for places | 20080702 |
Properties
| Class | CL_AXT_REGISTRY_CHECK | |
| Short Description | Abstract base class for AXT Registry checkman checks | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | AXT_MODEL_REGISTRY | Extensibility Registry |
| Created | 20080702 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_AXT_REGISTRY_CHECK has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CRM_OBJECT_CHECKER | Check Results Management: Check for Objects | 20080702 | ||
| 2 | IF_CRM_OBJECT_NAVIGATOR | Check Results Management: Object Navigation with Check Mess. | 20080702 |
Friends
Class CL_AXT_REGISTRY_CHECK 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) | LTY_T_MESSAGE | 20080709 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | CRM_CHECK_MESSAGES | Check Results Management: Check Messages | 20080709 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20080702 | ||
| 2 | Instance method | Protected | Method | 20080702 |
Events
Class CL_AXT_REGISTRY_CHECK has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_S_MESSAGE | Private | See coding | 20080709 | begin of LTY_S_MESSAGE,
CHK_MSG_ID TYPE CRMCHKMGID,
MSGNO TYPE SYMSGNO,
MSGID TYPE SYMSGID,
MSGTY TYPE SYMSGTY,
MSGV1 TYPE string,
MSGV2 TYPE string,
MSGV3 TYPE string,
MSGV4 TYPE string,
end of lty_s_message
|
||
| 2 | LTY_T_MESSAGE | Private | See coding | 20080709 | LTY_T_MESSAGE TYPE STANDARD TABLE OF LTY_S_MESSAGE
with NON-UNIQUE key table_line
|
Method Signatures
Method ADD_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CHK_MSG_ID | Call by reference | Type reference (TYPE) | CRMCHKMGID | Check Results Management: Check Message ID | 20080702 | |||
| 2 | IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20080702 | |||
| 3 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20080702 | |||
| 4 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20080702 | |||
| 5 | IV_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20080702 | ||||
| 6 | IV_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20080702 | ||||
| 7 | IV_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20080702 | ||||
| 8 | IV_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20080702 |
Method ADD_MSG on class CL_AXT_REGISTRY_CHECK has no exception.
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_OBJECT | Call by reference | Type reference (TYPE) | CRMPOBJ | Check Results Management: Object Pairs | 20080702 | |||
| 2 | IV_CHECK_ID | Call by reference | Type reference (TYPE) | CRMCHKID | Check Results Management: Check ID | 20080702 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation error | 20080702 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 700 |