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 GT_MESSAGES Instance attribute Private Type reference (TYPE) LTY_T_MESSAGE 20080709
2 GT_MESSAGE_FILTER 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 ADD_MSG Instance method Protected Method 20080702
2 CHECK 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 Importing IV_CHK_MSG_ID Call by reference Type reference (TYPE) CRMCHKMGID Check Results Management: Check Message ID 20080702
2 Importing IV_MSGID Call by reference Type reference (TYPE) SYMSGID Message Class 20080702
3 Importing IV_MSGNO Call by reference Type reference (TYPE) SYMSGNO Message Number 20080702
4 Importing IV_MSGTY Call by reference Type reference (TYPE) SYMSGTY Message Type 20080702
5 Importing IV_MSGV1 Call by reference Type reference (TYPE) ANY 20080702
6 Importing IV_MSGV2 Call by reference Type reference (TYPE) ANY 20080702
7 Importing IV_MSGV3 Call by reference Type reference (TYPE) ANY 20080702
8 Importing 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 Importing IS_OBJECT Call by reference Type reference (TYPE) CRMPOBJ Check Results Management: Object Pairs 20080702
2 Importing IV_CHECK_ID Call by reference Type reference (TYPE) CRMCHKID Check Results Management: Check ID 20080702
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED Operation error 20080702
History
Last changed by/on SAP  20110908 
SAP Release Created in 700