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_SUPERCLASS

Method 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 NameDescriptionVisability
ASSIGN_TO_DRAFT_STATUS_GROUPPrivate
CALL METHOD /bobf/cl_conf_d_cons_val=>ASSIGN_TO_DRAFT_STATUS_GROUP...more details

ASSIGN_TO_SAVEPREV_GROUPSPrivate
CALL METHOD /bobf/cl_conf_d_cons_val=>ASSIGN_TO_SAVEPREV_GROUPS...more details

CHECK_CONF_EXISTSPublic
CALL METHOD /bobf/cl_conf_d_cons_val=>CHECK_CONF_EXISTS...more details

CREATE_CONFPrivate
CALL METHOD /bobf/cl_conf_d_cons_val=>CREATE_CONF...more details

CREATE_MISSING_SAVEPREV_GROUPSPrivate
CALL METHOD /bobf/cl_conf_d_cons_val=>CREATE_MISSING_SAVEPREV_GROUPS...more details

CREATE_MISSING_VALIDATN_CONFSPrivate
CALL METHOD /bobf/cl_conf_d_cons_val=>CREATE_MISSING_VALIDATN_CONFS...more details

CREATE_SAVE_PREVENTIONPrivate
CALL METHOD /bobf/cl_conf_d_cons_val=>CREATE_SAVE_PREVENTION...more details

CREATE_SAVE_PREV_GROUPPrivate
CALL METHOD /bobf/cl_conf_d_cons_val=>CREATE_SAVE_PREV_GROUP...more details

DROP_CLASSIC_VALS_NON_ECLIPSEPrivate
CALL METHOD /bobf/cl_conf_d_cons_val=>DROP_CLASSIC_VALS_NON_ECLIPSE...more details

DROP_NON_SAVEPREVENTING_VALSPrivate
CALL METHOD /bobf/cl_conf_d_cons_val=>DROP_NON_SAVEPREVENTING_VALS...more details

GET_BO_FOR_VERSIONPrivate
CALL METHOD /bobf/cl_conf_d_cons_val=>GET_BO_FOR_VERSION...more details

GET_SAVE_PREV_GROUPPrivate
CALL METHOD /bobf/cl_conf_d_cons_val=>GET_SAVE_PREV_GROUP...more details

GET_VALIDATE_ACTION_FOR_NODEPrivate
CALL METHOD /bobf/cl_conf_d_cons_val=>GET_VALIDATE_ACTION_FOR_NODE...more details

NODE_CAT_KEYSPrivate
CALL METHOD /bobf/cl_conf_d_cons_val=>NODE_CAT_KEYS...more details

RETRIEVE_CONSTENCY_VALIDATIONSPrivate
CALL METHOD /bobf/cl_conf_d_cons_val=>RETRIEVE_CONSTENCY_VALIDATIONS...more details

RETRIEVE_GROUP_CONFSPrivate
CALL METHOD /bobf/cl_conf_d_cons_val=>RETRIEVE_GROUP_CONFS...more details

RETRIEVE_RELEVANT_GROUPSPrivate
CALL METHOD /bobf/cl_conf_d_cons_val=>RETRIEVE_RELEVANT_GROUPS...more details

RETRIEVE_VERSIONSPrivate
CALL METHOD /bobf/cl_conf_d_cons_val=>RETRIEVE_VERSIONS...more details

SET_SMART_VALS_SAVE_PREVENTINGPrivate
CALL METHOD /bobf/cl_conf_d_cons_val=>SET_SMART_VALS_SAVE_PREVENTING...more details

VERSION_KEYSPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
MO_MODIFYInstance AttributeLIKE
/BOBF/IF_FRW_MODIFY
Private
MO_READInstance AttributeLIKE
/BOBF/IF_FRW_READ
Private
MS_CACHEInstance AttributeLIKE
Private
MS_CTXInstance AttributeLIKE
/BOBF/S_FRW_CTX_DET
Private
MT_VALIDATIONInstance AttributeLIKE
/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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!