SAP /BOBF/CL_CONF_D_CONS_VAL OO Class - Consisteny Validation logic (conf, save prevention)
/BOBF/CL_CONF_D_CONS_VAL 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_D_CONS_VAL 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_D_CONS_VAL is /BOBF/CL_LIB_D_SUPERCLASSMethod list of /BOBF/CL_CONF_D_CONS_VAL 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 |
| ASSIGN_TO_DRAFT_STATUS_GROUP | Private | |
| CALL METHOD /bobf/cl_conf_d_cons_val=>ASSIGN_TO_DRAFT_STATUS_GROUP...more details | ||
| ASSIGN_TO_SAVEPREV_GROUPS | Private | |
| CALL METHOD /bobf/cl_conf_d_cons_val=>ASSIGN_TO_SAVEPREV_GROUPS...more details | ||
| CHECK_CONF_EXISTS | Public | |
| CALL METHOD /bobf/cl_conf_d_cons_val=>CHECK_CONF_EXISTS...more details | ||
| CREATE_CONF | Private | |
| CALL METHOD /bobf/cl_conf_d_cons_val=>CREATE_CONF...more details | ||
| CREATE_MISSING_SAVEPREV_GROUPS | Private | |
| CALL METHOD /bobf/cl_conf_d_cons_val=>CREATE_MISSING_SAVEPREV_GROUPS...more details | ||
| CREATE_MISSING_VALIDATN_CONFS | Private | |
| CALL METHOD /bobf/cl_conf_d_cons_val=>CREATE_MISSING_VALIDATN_CONFS...more details | ||
|
| ||
| CREATE_SAVE_PREVENTION | Private | |
| CALL METHOD /bobf/cl_conf_d_cons_val=>CREATE_SAVE_PREVENTION...more details | ||
| CREATE_SAVE_PREV_GROUP | Private | |
| CALL METHOD /bobf/cl_conf_d_cons_val=>CREATE_SAVE_PREV_GROUP...more details | ||
| DROP_CLASSIC_VALS_NON_ECLIPSE | Private | |
| CALL METHOD /bobf/cl_conf_d_cons_val=>DROP_CLASSIC_VALS_NON_ECLIPSE...more details | ||
| DROP_NON_SAVEPREVENTING_VALS | Private | |
| CALL METHOD /bobf/cl_conf_d_cons_val=>DROP_NON_SAVEPREVENTING_VALS...more details | ||
| GET_BO_FOR_VERSION | Private | |
| CALL METHOD /bobf/cl_conf_d_cons_val=>GET_BO_FOR_VERSION...more details | ||
| GET_SAVE_PREV_GROUP | Private | |
| CALL METHOD /bobf/cl_conf_d_cons_val=>GET_SAVE_PREV_GROUP...more details | ||
| GET_VALIDATE_ACTION_FOR_NODE | Private | |
| CALL METHOD /bobf/cl_conf_d_cons_val=>GET_VALIDATE_ACTION_FOR_NODE...more details | ||
| NODE_CAT_KEYS | Private | |
| CALL METHOD /bobf/cl_conf_d_cons_val=>NODE_CAT_KEYS...more details | ||
| RETRIEVE_CONSTENCY_VALIDATIONS | Private | |
| CALL METHOD /bobf/cl_conf_d_cons_val=>RETRIEVE_CONSTENCY_VALIDATIONS...more details | ||
| RETRIEVE_GROUP_CONFS | Private | |
| CALL METHOD /bobf/cl_conf_d_cons_val=>RETRIEVE_GROUP_CONFS...more details | ||
| RETRIEVE_RELEVANT_GROUPS | Private | |
| CALL METHOD /bobf/cl_conf_d_cons_val=>RETRIEVE_RELEVANT_GROUPS...more details | ||
| RETRIEVE_VERSIONS | Private | |
| CALL METHOD /bobf/cl_conf_d_cons_val=>RETRIEVE_VERSIONS...more details | ||
| SET_SMART_VALS_SAVE_PREVENTING | Private | |
| CALL METHOD /bobf/cl_conf_d_cons_val=>SET_SMART_VALS_SAVE_PREVENTING...more details | ||
| VERSION_KEYS | Private | |
| CALL METHOD /bobf/cl_conf_d_cons_val=>VERSION_KEYS...more details | ||
/BOBF/CL_CONF_D_CONS_VAL 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 |
| MO_MODIFY | Instance Attribute | LIKE /BOBF/IF_FRW_MODIFY | Private | ||
| MO_READ | Instance Attribute | LIKE /BOBF/IF_FRW_READ | Private | ||
| MS_CACHE | Instance Attribute | LIKE | Private | ||
| MS_CTX | Instance Attribute | LIKE /BOBF/S_FRW_CTX_DET | Private | ||
| MT_VALIDATION | Instance Attribute | LIKE /BOBF/T_CONF_VAL_LIST | 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