SAP /BOBF/CL_CONF_READONLY OO Class - Categorized Read Access for BOPF
/BOBF/CL_CONF_READONLY 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_READONLY including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOBF/IF_CONFRT_COMPLETEMethod list of /BOBF/CL_CONF_READONLY 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 |
| ADAPT_REF_BO_KEY | Public | |
| CALL METHOD /bobf/cl_conf_readonly=>ADAPT_REF_BO_KEY...more details | ||
| BUILD_ACTION | Fill Actions | Private |
| CALL METHOD /bobf/cl_conf_readonly=>BUILD_ACTION...more details | ||
| BUILD_ALTKEY | Fill proxy field names | Private |
| CALL METHOD /bobf/cl_conf_readonly=>BUILD_ALTKEY...more details | ||
| BUILD_ASSOCIATION | Fill associations | Private |
| CALL METHOD /bobf/cl_conf_readonly=>BUILD_ASSOCIATION...more details | ||
| BUILD_ASSOCIATION_CHANGE | Fill association change trigger information | Private |
| CALL METHOD /bobf/cl_conf_readonly=>BUILD_ASSOCIATION_CHANGE...more details | ||
| BUILD_AUTHORIZATION | Fill BO/node config regarding authorization | Private |
| CALL METHOD /bobf/cl_conf_readonly=>BUILD_AUTHORIZATION...more details | ||
|
| ||
| BUILD_CURRENCY_FIELD_MAPPING | Private | |
| CALL METHOD /bobf/cl_conf_readonly=>BUILD_CURRENCY_FIELD_MAPPING...more details | ||
| BUILD_DETERMINATION | Fill scoring | Private |
| CALL METHOD /bobf/cl_conf_readonly=>BUILD_DETERMINATION...more details | ||
| BUILD_FIELDMAPPING | Fill field assignment | Private |
| CALL METHOD /bobf/cl_conf_readonly=>BUILD_FIELDMAPPING...more details | ||
| BUILD_NODE | Fill node table | Private |
| CALL METHOD /bobf/cl_conf_readonly=>BUILD_NODE...more details | ||
| BUILD_NODE_DET_TRIGGER_ATTR | Calculate determination trigger attributes (request attr.) | Private |
| CALL METHOD /bobf/cl_conf_readonly=>BUILD_NODE_DET_TRIGGER_ATTR...more details | ||
| BUILD_NODE_DRAFT_ACTIVE | Private | |
| CALL METHOD /bobf/cl_conf_readonly=>BUILD_NODE_DRAFT_ACTIVE...more details | ||
| BUILD_NODE_VAL_TRIGGER_ATTR | Calculate validation trigger attributes (request attr.) | Private |
| CALL METHOD /bobf/cl_conf_readonly=>BUILD_NODE_VAL_TRIGGER_ATTR...more details | ||
| BUILD_PROPERTY | Fill static properties | Private |
| CALL METHOD /bobf/cl_conf_readonly=>BUILD_PROPERTY...more details | ||
| BUILD_PROPERTY_CHANGE | Fill property changes | Private |
| CALL METHOD /bobf/cl_conf_readonly=>BUILD_PROPERTY_CHANGE...more details | ||
| BUILD_QUERY | Fill query tables | Private |
| CALL METHOD /bobf/cl_conf_readonly=>BUILD_QUERY...more details | ||
| BUILD_STATUS_VARIABLE | Build status variable | Private |
| CALL METHOD /bobf/cl_conf_readonly=>BUILD_STATUS_VARIABLE...more details | ||
| BUILD_VALIDATION | Fill Checks | Private |
| CALL METHOD /bobf/cl_conf_readonly=>BUILD_VALIDATION...more details | ||
| BUILD_VALUE_SET | Fill value sets | Private |
| CALL METHOD /bobf/cl_conf_readonly=>BUILD_VALUE_SET...more details | ||
| CHECK_CONSISTENCY | Checks consistency of BO SHM object | Public |
| CALL METHOD /bobf/cl_conf_readonly=>CHECK_CONSISTENCY...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD /bobf/cl_conf_readonly=>CONSTRUCTOR...more details | ||
| CREATE_EXT_INCL | Instanciate extension includes | Private |
| CALL METHOD /bobf/cl_conf_readonly=>CREATE_EXT_INCL...more details | ||
| DETERMINE_NODE_AUTH_NODE_KEY | Calculate node field AUTH_NODE_KEY (recursive) | Private |
| CALL METHOD /bobf/cl_conf_readonly=>DETERMINE_NODE_AUTH_NODE_KEY...more details | ||
| DETERMINE_NODE_HAS_AUTH_CHECKS | Check criteria to determine if node has auth checks | Private |
| CALL METHOD /bobf/cl_conf_readonly=>DETERMINE_NODE_HAS_AUTH_CHECKS...more details | ||
| FILTER_INACTIVE_GROUPS | Filter by Inactive Group | Private |
| CALL METHOD /bobf/cl_conf_readonly=>FILTER_INACTIVE_GROUPS...more details | ||
| FLUSH_TABLE_KEYS | Flush table keys to build secondary indexes | Private |
| CALL METHOD /bobf/cl_conf_readonly=>FLUSH_TABLE_KEYS...more details | ||
| GET_CONF_FOR_RAP | Public | |
| CALL METHOD /bobf/cl_conf_readonly=>GET_CONF_FOR_RAP...more details | ||
| GET_SUBNODE | Get all subnodes | Private |
| CALL METHOD /bobf/cl_conf_readonly=>GET_SUBNODE...more details | ||
| INITIALIZE_FROM_DB | Read Configuration Data from DB | Public |
| CALL METHOD /bobf/cl_conf_readonly=>INITIALIZE_FROM_DB...more details | ||
| INITIALIZE_FROM_SHARED | Clone and filter by 'Context' | Public |
| CALL METHOD /bobf/cl_conf_readonly=>INITIALIZE_FROM_SHARED...more details | ||
| INITIALIZE_LOAD_PLUGINS | Initialize Load Plugins | Private |
| CALL METHOD /bobf/cl_conf_readonly=>INITIALIZE_LOAD_PLUGINS...more details | ||
| INIT_FROM_DB_RAP_POST_PROC | Private | |
| CALL METHOD /bobf/cl_conf_readonly=>INIT_FROM_DB_RAP_POST_PROC...more details | ||
| IS_LOADABLE_BO | Public | |
| CALL METHOD /bobf/cl_conf_readonly=>IS_LOADABLE_BO...more details | ||
| IS_RAP_NWD | Public | |
| CALL METHOD /bobf/cl_conf_readonly=>IS_RAP_NWD...more details | ||
| MERGE_DELEGATED_MODEL | Merge delegated model | Private |
| CALL METHOD /bobf/cl_conf_readonly=>MERGE_DELEGATED_MODEL...more details | ||
| MERGE_DELEGATED_MODEL_OLD | Merge delegated model with table types | Private |
| CALL METHOD /bobf/cl_conf_readonly=>MERGE_DELEGATED_MODEL_OLD...more details | ||
| REFERENCED_BO_CHANGED | Public | |
| CALL METHOD /bobf/cl_conf_readonly=>REFERENCED_BO_CHANGED...more details | ||
| REFERENCED_DDIC_TYPE_CHANGED | Public | |
| CALL METHOD /bobf/cl_conf_readonly=>REFERENCED_DDIC_TYPE_CHANGED...more details | ||
| SET_LOCKLOAD_SUBNODE | Set lockable/loadable subnode | Private |
| CALL METHOD /bobf/cl_conf_readonly=>SET_LOCKLOAD_SUBNODE...more details | ||
/BOBF/CL_CONF_READONLY 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 |
| GC_GENIL_SEPARATOR | Constant | Single-Character Flag | '_' | LIKE CHAR1 | Private |
| MO_FOR_RAP | Instance Attribute | LIKE /BOBF/CL_CONF_READONLY_RAP | Private | ||
| MS_OBJ | Instance Attribute | LIKE | Public | ||
| MT_ACT | Instance Attribute | LIKE | Public | ||
| MT_ACT_ACTIVE | Instance Attribute | LIKE | Public | ||
| MT_ALTKEY | Instance Attribute | LIKE | Public | ||
| MT_ALTKEY_ACTIVE | Instance Attribute | LIKE | Public | ||
| MT_ASSOC | Instance Attribute | LIKE | Public | ||
| MT_ASSOC_ACTIVE | Instance Attribute | LIKE | Public | ||
| MT_ASSOC_CHANGE | Instance Attribute | LIKE | Public | ||
| MT_ASSOC_CHANGE_ACTIVE | Instance Attribute | LIKE | Public | ||
| MT_COLLECTED_BOS | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE /BOBF/CL_FRW_FACTORY=>TT_BO_NAME | Public | |
| MT_COMP | Instance Attribute | LIKE | Public | ||
| MT_COMP_ACTIVE | Instance Attribute | LIKE | Public | ||
| MT_CONTENT_KEY_MAP | Instance Attribute | LIKE | Public | ||
| MT_EXECTIME | Instance Attribute | LIKE | Public | ||
| MT_EXECTIME_ACTIVE | Instance Attribute | LIKE | Public | ||
| MT_EXT_INCL | Instance Attribute | LIKE TT_EXT_INCL | Private | ||
| MT_FIELDMAPPING | Instance Attribute | LIKE | Public | ||
| MT_FIELDMAPPING_ACTIVE | Instance Attribute | LIKE | Public | ||
| MT_GROUP | Instance Attribute | LIKE | Public | ||
| MT_GROUPC | Instance Attribute | LIKE | Public | ||
| MT_NODE | Instance Attribute | LIKE | Public | ||
| MT_NODE_ACTIVE | Instance Attribute | LIKE | Public | ||
| MT_PROPERTY | Instance Attribute | LIKE | Public | ||
| MT_PROPERTY_CHANGE | Instance Attribute | LIKE | Public | ||
| MT_PROPERTY_PRX | Instance Attribute | LIKE | Public | ||
| MT_QUERY | Instance Attribute | LIKE | Public | ||
| MT_REFERENCED_DO | Instance Attribute | Referenced DOs | LIKE TT_REFERENCED_DO | Private | |
| MT_STA_ASSOC | Instance Attribute | LIKE | Public | ||
| MT_STA_DERIV | Instance Attribute | LIKE | Public | ||
| MT_STA_VAR | Instance Attribute | LIKE | Public | ||
| MT_VALIDATION | Instance Attribute | LIKE | Public | ||
| MT_VALIDATION_ACTIVE | Instance Attribute | LIKE | Public | ||
| MT_VSET | Instance Attribute | LIKE | Public | ||
| MT_VSET_ACTIVE | Instance Attribute | LIKE | Public | ||
| MV_BO_KEY | Instance Attribute | Business Object | LIKE /BOBF/OBM_BO_KEY | Protected | |
| MV_BUILD_TIMESTAMP | Instance Attribute | Timestamp of build process | LIKE TIMESTAMPL | Public | |
| MV_LAST_CHANGE_TIME | Instance Attribute | LIKE TIMESTAMPL | Public |
/BOBF/CL_CONF_READONLY types
TS_BO -TS_MODELS -
TS_REFERENCED_DO -
TT_BO -
TT_EXT_INCL -
TT_MODELS -
TT_PLUGIN -
TT_REFERENCED_DO -
TT_SORTEDNET -
TY_PLUGIN -
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