SAP CL_ABAP_TEST_ABAP_COMPILER OO Class - Test ABAP_COMPILER
CL_ABAP_TEST_ABAP_COMPILER 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_ABAP_COMPILER including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of CL_ABAP_TEST_ABAP_COMPILER 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 |
| CHECK_USER | Private | |
| CALL METHOD cl_abap_test_abap_compiler=>CHECK_USER...more details | ||
| CLASS_CONSTRUCTOR | Private | |
| CALL METHOD cl_abap_test_abap_compiler=>CLASS_CONSTRUCTOR...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_abap_test_abap_compiler=>CONSTRUCTOR...more details | ||
| CREATE_PROGRAM_DERIVE | Create program with reference to program | Private |
| CALL METHOD cl_abap_test_abap_compiler=>CREATE_PROGRAM_DERIVE...more details | ||
| CREATE_PROGRAM_REF | Create program with reference to program | Private |
| CALL METHOD cl_abap_test_abap_compiler=>CREATE_PROGRAM_REF...more details | ||
| CREATE_VERI | Private | |
| CALL METHOD cl_abap_test_abap_compiler=>CREATE_VERI...more details | ||
|
| ||
| EXPECT | Private | |
| CALL METHOD cl_abap_test_abap_compiler=>EXPECT...more details | ||
| EXPECT_ERROR | Private | |
| CALL METHOD cl_abap_test_abap_compiler=>EXPECT_ERROR...more details | ||
| EXPECT_INFO_COUNT | Private | |
| CALL METHOD cl_abap_test_abap_compiler=>EXPECT_INFO_COUNT...more details | ||
| EXPECT_INFO_MESSAGE | Private | |
| CALL METHOD cl_abap_test_abap_compiler=>EXPECT_INFO_MESSAGE...more details | ||
| EXPECT_LTXT_PARAMETER | Private | |
| CALL METHOD cl_abap_test_abap_compiler=>EXPECT_LTXT_PARAMETER...more details | ||
| EXPECT_METH_ERROR | Private | |
| CALL METHOD cl_abap_test_abap_compiler=>EXPECT_METH_ERROR...more details | ||
| EXPECT_METH_OK | Private | |
| CALL METHOD cl_abap_test_abap_compiler=>EXPECT_METH_OK...more details | ||
| EXPECT_METH_WARNING | Private | |
| CALL METHOD cl_abap_test_abap_compiler=>EXPECT_METH_WARNING...more details | ||
| EXPECT_WARNING | Private | |
| CALL METHOD cl_abap_test_abap_compiler=>EXPECT_WARNING...more details | ||
| EXPECT_WARNING_EXT | Private | |
| CALL METHOD cl_abap_test_abap_compiler=>EXPECT_WARNING_EXT...more details | ||
| EXPECT_WARNING_EXT_COUNT | Private | |
| CALL METHOD cl_abap_test_abap_compiler=>EXPECT_WARNING_EXT_COUNT...more details | ||
| GET_INCLUDE | Private | |
| CALL METHOD cl_abap_test_abap_compiler=>GET_INCLUDE...more details | ||
| GET_MESSAGE | Set Message | Private |
| CALL METHOD cl_abap_test_abap_compiler=>GET_MESSAGE...more details | ||
| GET_PUBLIC_ATTRIBUTE_TYPE | Private | |
| CALL METHOD cl_abap_test_abap_compiler=>GET_PUBLIC_ATTRIBUTE_TYPE...more details | ||
CL_ABAP_TEST_ABAP_COMPILER 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 |
| CODE | Instance Attribute | Message Code | LIKE SYCHAR10 | Public | |
| DER_GEN | Instance Attribute | LIKE | Private | ||
| DER_SYN | Instance Attribute | LIKE | Private | ||
| DER_SYN_EXT | Instance Attribute | LIKE | Private | ||
| DER_SYN_EXT_PH | Instance Attribute | LIKE | Private | ||
| DER_SYN_PH | Instance Attribute | LIKE | Private | ||
| DIFF | Instance Attribute | LIKE | Private | ||
| ERRORS | Instance Attribute | LIKE | Private | ||
| FATAL_ERROR | Instance Attribute | CHAR01 Data Element for SYST | LIKE SYCHAR01 | Public | |
| GEN | Instance Attribute | LIKE | Private | ||
| GEN_TEST | Instance Attribute | LIKE | Private | ||
| INCLUDE | Instance Attribute | LIKE | Private | ||
| LINE | Instance Attribute | LIKE | Private | ||
| MESSAGE | Static Attribute | Message Text | LIKE STRING | Public | |
| MESSAGE_ID | Instance Attribute | LIKE | Private | ||
| MESSAGE_L | Instance Attribute | Message Text | LIKE STRING | Public | |
| MESSAGE_S | Instance Attribute | LIKE | Private | ||
| NO_QUALIFY | Instance Attribute | LIKE | Private | ||
| OFFSET | Instance Attribute | LIKE | Private | ||
| PRIORITY | Instance Attribute | LIKE | Private | ||
| QUAL | Instance Attribute | LIKE | Private | ||
| RABAX_ID | Instance Attribute | LIKE | Private | ||
| REF | Instance Attribute | LIKE | Private | ||
| REF_GEN | Instance Attribute | LIKE | Private | ||
| REF_SYN | Instance Attribute | LIKE | Private | ||
| REF_SYN_EXT | Instance Attribute | LIKE | Private | ||
| REF_SYN_EXT_PH | Instance Attribute | LIKE | Private | ||
| REF_SYN_PH | Instance Attribute | LIKE | Private | ||
| SOURCE | Instance Attribute | LIKE | Private | ||
| SUBRC | Instance Attribute | LIKE | Private | ||
| SYN | Instance Attribute | LIKE | Private | ||
| SYN_EXT | Instance Attribute | LIKE | Private | ||
| SYN_EXT_PH | Instance Attribute | LIKE | Private | ||
| SYN_IP | Instance Attribute | LIKE | Private | ||
| SYN_PH | Instance Attribute | LIKE | Private | ||
| SYN_SLIN | Instance Attribute | LIKE | Private | ||
| TEST1 | Static Attribute | CHAR01 Data Element for SYST | LIKE SYCHAR01 | Public | |
| TEST2 | Static Attribute | CHAR01 Data Element for SYST | LIKE SYCHAR01 | Public | |
| TEST3 | Static Attribute | CHAR01 Data Element for SYST | LIKE SYCHAR01 | Public | |
| TRDIR | Instance Attribute | LIKE | Private | ||
| VERSION | Instance Attribute | LIKE | Private | ||
| WARNINGS | Instance Attribute | LIKE | Private | ||
| WORD | Instance Attribute | LIKE | Private |
CL_ABAP_TEST_ABAP_COMPILER types
T_D010INC -T_D010TAB -
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