SAP CL_ABAP_TEST_QUALIFY OO Class - Test Qualify
CL_ABAP_TEST_QUALIFY is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_ABAP_TEST_QUALIFY including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_ABAP_COMPILER_INTERNALMethod list of CL_ABAP_TEST_QUALIFY SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| ADD_MESSAGE | Create message | Private |
| CALL METHOD cl_abap_test_qualify=>ADD_MESSAGE...more details | ||
| ADD_TOKEN | Add token | Private |
| CALL METHOD cl_abap_test_qualify=>ADD_TOKEN...more details | ||
| ANALYZE_TOKEN | Analyze token | Private |
| CALL METHOD cl_abap_test_qualify=>ANALYZE_TOKEN...more details | ||
| CHECK_DUPLICATE | Checks whether duplicate tokens occur | Private |
| CALL METHOD cl_abap_test_qualify=>CHECK_DUPLICATE...more details | ||
| CHECK_DYN_DBTAB | Checks whethre a DB statement contains dynamic parts | Private |
| CALL METHOD cl_abap_test_qualify=>CHECK_DYN_DBTAB...more details | ||
| CHECK_DYN_TOKEN | Checks for dynamic parts (in parentheses) | Private |
| CALL METHOD cl_abap_test_qualify=>CHECK_DYN_TOKEN...more details | ||
|
| ||
| CHECK_REF | Checks reference to the symbol table | Private |
| CALL METHOD cl_abap_test_qualify=>CHECK_REF...more details | ||
| CHECK_TOKENS | Checks tokens | Private |
| CALL METHOD cl_abap_test_qualify=>CHECK_TOKENS...more details | ||
| CHECK_WARNING | Check whether a warning is issued for this statement | Private |
| CALL METHOD cl_abap_test_qualify=>CHECK_WARNING...more details | ||
| CLASS_CONSTRUCTOR | Class constructor | Public |
| CALL METHOD cl_abap_test_qualify=>CLASS_CONSTRUCTOR...more details | ||
| CONDENSE_TOKEN | Extract special characters from token | Private |
| CALL METHOD cl_abap_test_qualify=>CONDENSE_TOKEN...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD cl_abap_test_qualify=>CONSTRUCTOR...more details | ||
| ERRONEOUS_TOKEN | Handling of statement with error in RND | Private |
| CALL METHOD cl_abap_test_qualify=>ERRONEOUS_TOKEN...more details | ||
| GET_ENH_INCLUDE | Get the include for an extension | Private |
| CALL METHOD cl_abap_test_qualify=>GET_ENH_INCLUDE...more details | ||
| NO_REF_FOUND | Handle a missing reference | Private |
| CALL METHOD cl_abap_test_qualify=>NO_REF_FOUND...more details | ||
| QUALIFY | Qualify tokens | Private |
| CALL METHOD cl_abap_test_qualify=>QUALIFY...more details | ||
| RAISE_TIME_OUT_ERROR | Timeout in RND | Private |
| CALL METHOD cl_abap_test_qualify=>RAISE_TIME_OUT_ERROR...more details | ||
CL_ABAP_TEST_QUALIFY attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| ALL_REFS | Instance Attribute | LIKE | Private | ||
| C_CAT_REF | Constant | CHAR01 data element for SYST | 'C' | LIKE SYCHAR01 | Private |
| C_CAT_RND | Constant | CHAR01 data element for SYST | 'R' | LIKE SYCHAR01 | Private |
| C_STD_RESP_REF | Instance Attribute | LIKE | Private | ||
| C_STD_RESP_RND | Constant | User Name | 'BERTHELOT' | LIKE SYUNAME | Private |
| ENHANCE | Instance Attribute | LIKE | Private | ||
| ENHANCEMENTS | Instance Attribute | LIKE | Private | ||
| EXTENDED | Instance Attribute | CHAR01 data element for SYST | LIKE SYCHAR01 | Private | |
| INCLUDES_TO_IGNORE | Instance Attribute | LIKE | Private | ||
| INTF_METHOD | Instance Attribute | LIKE | Private | ||
| INVREF_ERR | Instance Attribute | LIKE | Private | ||
| LEVELS | Instance Attribute | LIKE | Private | ||
| MESSAGES | Instance Attribute | LIKE | Private | ||
| NOREF_ERR | Instance Attribute | LIKE | Private | ||
| PROGRAM | Instance Attribute | LIKE | Private | ||
| PROGRAMS_TO_IGNORE | Instance Attribute | LIKE | Private | ||
| REF_COMP | Instance Attribute | LIKE | Private | ||
| REF_TAG | Instance Attribute | LIKE | Private | ||
| REF_TAG_ERR | Instance Attribute | LIKE | Private | ||
| SCAN_TOKENS | Instance Attribute | LIKE | Private | ||
| STATEMENTS | Instance Attribute | LIKE | Private | ||
| SYNTAX_CHECK | Instance Attribute | LIKE | Private | ||
| SYNTAX_ERROR | Instance Attribute | LIKE | Private | ||
| TOKENS | Instance Attribute | LIKE | Private | ||
| WARNINGS | Instance Attribute | LIKE | Private |
CL_ABAP_TEST_QUALIFY types
T_INVREF_ERR -T_MESSAGE -
T_NOREF_ERR -
T_REF_TAG -
T_REF_TAG_ERR -
T_STRING_HASH_TABLE -
Links to Related Class(s)
CL_ABAP_...Full list of available SAP object classes
Search for further information about these or an SAP related objects