SAP /BOBF/CL_CONF_UI_CHCK_MODIFIER OO Class - CONF UI check and check&correct modifier
/BOBF/CL_CONF_UI_CHCK_MODIFIER 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 /BOBF/CL_CONF_UI_CHCK_MODIFIER 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 /BOBF/CL_CONF_UI_CHCK_MODIFIER is /BOBF/CL_CONF_UI_MODIFIERMethod list of /BOBF/CL_CONF_UI_CHCK_MODIFIER 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_CORR_ACT_NODE_CAT | Check & Correct node category for action | Public |
| CALL METHOD /bobf/cl_conf_ui_chck_modifier=>CHECK_CORR_ACT_NODE_CAT...more details | ||
| CHECK_CORR_ASSOC_NODE_CAT | Check & Correct node category for associations | Public |
| CALL METHOD /bobf/cl_conf_ui_chck_modifier=>CHECK_CORR_ASSOC_NODE_CAT...more details | ||
| CHECK_CORR_CONS_VAL_NODE_CAT | Check & Correct node category for consistency validation | Public |
| CALL METHOD /bobf/cl_conf_ui_chck_modifier=>CHECK_CORR_CONS_VAL_NODE_CAT...more details | ||
| CHECK_CORR_DO_ROOT_LOCKABLE | Check & Correct lockable flag at DO ROOT node | Public |
| CALL METHOD /bobf/cl_conf_ui_chck_modifier=>CHECK_CORR_DO_ROOT_LOCKABLE...more details | ||
| CHECK_CORR_SELECT_ALL_LIKE_Q | Public | |
| CALL METHOD /bobf/cl_conf_ui_chck_modifier=>CHECK_CORR_SELECT_ALL_LIKE_Q...more details | ||
| CHECK_CORR_TRANSIENT_NODE | Check & Correct transient node | Public |
| CALL METHOD /bobf/cl_conf_ui_chck_modifier=>CHECK_CORR_TRANSIENT_NODE...more details | ||
|
| ||
| CHECK_DETERMINATION_PATTERN | Check determination pattern | Public |
| CALL METHOD /bobf/cl_conf_ui_chck_modifier=>CHECK_DETERMINATION_PATTERN...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Private |
| CALL METHOD /bobf/cl_conf_ui_chck_modifier=>CONSTRUCTOR...more details | ||
| MODIFY_MESSAGE | Modify a message, e.g. change severity | Public |
| CALL METHOD /bobf/cl_conf_ui_chck_modifier=>MODIFY_MESSAGE...more details | ||
| _GET | >>> Factory method (singleton) | Public |
| CALL METHOD /bobf/cl_conf_ui_chck_modifier=>_GET...more details | ||
/BOBF/CL_CONF_UI_CHCK_MODIFIER 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 |
| CO_DET_PAT_AFTER_CLEANUP | Constant | ADT Determination Pattern | 'REACT_AFTER_CLEANUP_TRANSACTION' | LIKE STRING | Private |
| CO_DET_PAT_AFTER_FAILED_SAVE | Constant | ADT Determination Pattern | 'REACT_AFTER_FAILED_SAVE' | LIKE STRING | Private |
| CO_DET_PAT_AFTER_MODIFICATION | Constant | ADT Determination Pattern | 'REACT_AFTER_MODIFICATION' | LIKE STRING | Private |
| CO_DET_PAT_AFTER_SUCC_SAVE | Constant | ADT Determination Pattern | 'REACT_AFTER_SUCCESSFUL_SAVE' | LIKE STRING | Private |
| CO_DET_PAT_BEFORE_SAVE | Constant | ADT Determination Pattern | 'REACT_BEFORE_SAVE' | LIKE STRING | Private |
| CO_DET_PAT_CALC_PROP_OR_TR_NOD | Constant | ADT Determination Pattern | 'CALCULATE_PROPERTIES_OR_TRANSIENT_NODE_INSTANCES' | LIKE STRING | Private |
| CO_DET_PAT_CALC_TRANS_ATTR | Constant | ADT Determination Pattern | 'CALCULATE_TRANSIENT_ATTRIBUTES' | LIKE STRING | Private |
| CO_DET_PAT_CHECK_AND_DETERM | Constant | ADT Determination Pattern | 'REACT_ON_CHECK_AND_DETERMINE' | LIKE STRING | Private |
| CO_DET_PAT_DRAW_NUMBERS | Constant | ADT Determination Pattern | 'DRAW_NUMBERS_DURING_SAVE' | LIKE STRING | Private |
| CO_DET_PAT_DURING_SAVE | Constant | ADT Determination Pattern | 'REACT_DURING_SAVE' | LIKE STRING | Private |
| GO_CHECK_MODIFIER | Static Attribute | CONF UI check and check&correct modifier | LIKE /BOBF/CL_CONF_UI_CHCK_MODIFIER | Private |
Links to Related Class(s)
/BOBF/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects