SAP CL_ABAP_SYNTAX_CHECK_EXT OO Class - Syntax Check (Enhanced)
CL_ABAP_SYNTAX_CHECK_EXT 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_SYNTAX_CHECK_EXT including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_ABAP_SYNTAX_CHECK_EXT is CL_ABAP_SYNTAX_CHECK_ROOTMethod list of CL_ABAP_SYNTAX_CHECK_EXT 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 |
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_abap_syntax_check_ext=>CONSTRUCTOR...more details | ||
| EXPECT_LTXT_PARAMETER | Private | |
| CALL METHOD cl_abap_syntax_check_ext=>EXPECT_LTXT_PARAMETER...more details | ||
| GET_OBJECT | Private | |
| CALL METHOD cl_abap_syntax_check_ext=>GET_OBJECT...more details | ||
CL_ABAP_SYNTAX_CHECK_EXT 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 |
| CLASSES | Instance Attribute | LIKE | Private | ||
| COMMENTS | Instance Attribute | LIKE | Private | ||
| COMPS | Instance Attribute | LIKE | Private | ||
| DATAS | Instance Attribute | LIKE | Private | ||
| DPARS | Instance Attribute | LIKE | Private | ||
| ENVS | Instance Attribute | LIKE | Private | ||
| EXTENDED | Instance Attribute | LIKE | Private | ||
| FIND_ERROR | Instance Attribute | LIKE | Private | ||
| FORMS | Instance Attribute | LIKE | Private | ||
| FORM_FORM | Instance Attribute | LIKE | Private | ||
| FORM_STMNT | Instance Attribute | LIKE | Private | ||
| FUNCTIONS | Instance Attribute | LIKE | Private | ||
| GLOBAL_CLASSES | Instance Attribute | LIKE | Private | ||
| GLOBAL_DATAS | Instance Attribute | LIKE | Private | ||
| GLOBAL_INTFS | Instance Attribute | LIKE | Private | ||
| GLOBAL_MSG_ID | Instance Attribute | LIKE | Private | ||
| GLOBAL_TYPES | Instance Attribute | LIKE | Private | ||
| GRADES | Instance Attribute | LIKE | Private | ||
| GRADE_DEFINITION_INTF | Instance Attribute | LIKE | Private | ||
| GRADE_DEF_TO_DIRECT | Instance Attribute | LIKE | Private | ||
| GRADE_DEF_TO_PROPERTIES | Instance Attribute | LIKE | Private | ||
| ID_COMMENTS | Instance Attribute | LIKE | Private | ||
| ID_CROSSREF | Instance Attribute | LIKE | Private | ||
| ID_ERRORS | Instance Attribute | LIKE | Private | ||
| ID_IGNORE_ENH | Instance Attribute | LIKE | Private | ||
| ID_INCLUDES | Instance Attribute | LIKE | Private | ||
| ID_INFOS | Instance Attribute | LIKE | Private | ||
| ID_LONGTEXT | Instance Attribute | LIKE | Private | ||
| ID_PROG_INTERVALS | Instance Attribute | LIKE | Private | ||
| ID_RAW_MESSAGES | Instance Attribute | LIKE | Private | ||
| ID_SET_EXTENDED_STMTS | Instance Attribute | LIKE | Private | ||
| ID_SLIN_TYPES | Instance Attribute | LIKE | Private | ||
| ID_TEST | Instance Attribute | LIKE | Private | ||
| ID_USAGE | Instance Attribute | LIKE | Private | ||
| ID_WARNINGS | Instance Attribute | LIKE | Private | ||
| INCL_SUBSTITUTIONS | Instance Attribute | LIKE | Private | ||
| INTFS | Instance Attribute | LIKE | Private | ||
| IS_FOR_PROGRAM | Instance Attribute | LIKE | Private | ||
| LEVELS | Instance Attribute | LIKE | Private | ||
| LONGTEXT | Instance Attribute | LIKE | Private | ||
| MACRO_COLUMN | Instance Attribute | LIKE | Private | ||
| MACRO_LINE | Instance Attribute | LIKE | Private | ||
| MACRO_NAME | Instance Attribute | LIKE | Private | ||
| MACRO_STMNT | Instance Attribute | LIKE | Private | ||
| MESSAGE_STMNT | Instance Attribute | LIKE | Private | ||
| NO_INCLUDES | Instance Attribute | LIKE | Private | ||
| OBJECT_USAGE | Instance Attribute | LIKE | Private | ||
| ONLY_INTERFACE | Instance Attribute | LIKE | Private | ||
| PCOMMENTS | Instance Attribute | LIKE | Private | ||
| PF_STATUS | Instance Attribute | LIKE | Private | ||
| PF_STATUS_STMNT | Instance Attribute | LIKE | Private | ||
| PREDEF_DATAS | Instance Attribute | LIKE | Private | ||
| PREDEF_TYPES | Instance Attribute | LIKE | Private | ||
| PREFIX_FOR_TAGS | Instance Attribute | LIKE | Private | ||
| PROGRAM_PROGRAM | Instance Attribute | LIKE | Private | ||
| PROGRAM_STMNT | Instance Attribute | LIKE | Private | ||
| REFS_FORM | Instance Attribute | LIKE | Private | ||
| SCAN_GRADES | Instance Attribute | LIKE | Private | ||
| SCREEN_SCREEN | Instance Attribute | LIKE | Private | ||
| SCREEN_STMNT | Instance Attribute | LIKE | Private | ||
| SLIN_CROSSREF | Instance Attribute | LIKE | Private | ||
| SLIN_DATAS | Instance Attribute | LIKE | Private | ||
| SLIN_INCLUDES | Instance Attribute | LIKE | Private | ||
| SLIN_PROG_INTERVALS | Instance Attribute | LIKE | Private | ||
| SLIN_RABAXID | Instance Attribute | LIKE | Private | ||
| SLIN_RAW_MESSAGES | Instance Attribute | LIKE | Private | ||
| SLIN_SET_EXTENDED_STMTS | Instance Attribute | LIKE | Private | ||
| SLIN_TYPES | Instance Attribute | LIKE | Private | ||
| STMNTS | Instance Attribute | LIKE | Private | ||
| SUBRC_EXT | Instance Attribute | LIKE | Private | ||
| TABIX | Instance Attribute | LIKE | Private | ||
| TABLE_KEYS | Instance Attribute | LIKE | Private | ||
| TAGS | Instance Attribute | LIKE | Private | ||
| TEST_CLASS | Instance Attribute | LIKE | Private | ||
| TITLE | Instance Attribute | LIKE | Private | ||
| TYPEPOOLS | Instance Attribute | LIKE | Private | ||
| TYPES | Instance Attribute | LIKE | Private | ||
| TYPE_CHILDS | Instance Attribute | LIKE | Private | ||
| XCROSS | Instance Attribute | LIKE | Private |
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