SAP CL_HCPR_CHECK_MSG OO Class - Check: messages and error positions
CL_HCPR_CHECK_MSG 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_HCPR_CHECK_MSG 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_HCPR_CHECK_MSG 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_EXC | Public | |
| CALL METHOD cl_hcpr_check_msg=>ADD_EXC...more details | ||
| ADD_SYMSG | Public | |
| CALL METHOD cl_hcpr_check_msg=>ADD_SYMSG...more details | ||
| ADD_S_MSG | Public | |
| CALL METHOD cl_hcpr_check_msg=>ADD_S_MSG...more details | ||
| ADD_T_MSG | Public | |
| CALL METHOD cl_hcpr_check_msg=>ADD_T_MSG...more details | ||
| CONTAINS_ERROR | Public | |
| CALL METHOD cl_hcpr_check_msg=>CONTAINS_ERROR...more details | ||
| COPY_FROM | Public | |
| CALL METHOD cl_hcpr_check_msg=>COPY_FROM...more details | ||
|
| ||
| GET_CHECK_TABLE | Public | |
| CALL METHOD cl_hcpr_check_msg=>GET_CHECK_TABLE...more details | ||
| SET_SUSPEND | Public | |
| CALL METHOD cl_hcpr_check_msg=>SET_SUSPEND...more details | ||
CL_HCPR_CHECK_MSG 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 |
| SUSPEND | Instance Attribute | LIKE RS_BOOL | Public | ||
| T_MODEL_CHECK | Instance Attribute | LIKE CL_HCPR_COMPOSITE_PROVIDER=>TN_T_MODEL_CHECK | Private |
Links to Related Class(s)
CL_HCPR_...Full list of available SAP object classes
Search for further information about these or an SAP related objects