SAP CL_CRM_BOL_ENTITY OO Class - Entity
CL_CRM_BOL_ENTITY 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_CRM_BOL_ENTITY 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 CL_CRM_BOL_ENTITY is CL_CRM_BOL_ABSTR_BOInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_GENIL_BOOLEANInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_GENIL_NULLABLE_BOOLEANMethod list of CL_CRM_BOL_ENTITY 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 |
| ACTIVATE_SENDING | Activate Send with Modify | Public |
| CALL METHOD cl_crm_bol_entity=>ACTIVATE_SENDING...more details | ||
| ALIVE | Returns TRUE if the Instance Is Valid | Public |
| CALL METHOD cl_crm_bol_entity=>ALIVE...more details | ||
| CLASS_INIT | Private | |
| CALL METHOD cl_crm_bol_entity=>CLASS_INIT...more details | ||
| CLEAR_CHANGE_LOG | Private | |
| CALL METHOD cl_crm_bol_entity=>CLEAR_CHANGE_LOG...more details | ||
| CONSTRUCTOR | Private | |
| CALL METHOD cl_crm_bol_entity=>CONSTRUCTOR...more details | ||
| CREATE_RELATED_ENTITY | Private | |
| CALL METHOD cl_crm_bol_entity=>CREATE_RELATED_ENTITY...more details | ||
|
| ||
| DEACTIVATE_SENDING | Deactivate Send with Modify | Public |
| CALL METHOD cl_crm_bol_entity=>DEACTIVATE_SENDING...more details | ||
| DELETE | Private | |
| CALL METHOD cl_crm_bol_entity=>DELETE...more details | ||
| EXECUTE | Private | |
| CALL METHOD cl_crm_bol_entity=>EXECUTE...more details | ||
| EXECUTE2 | Private | |
| CALL METHOD cl_crm_bol_entity=>EXECUTE2...more details | ||
| GET_ATTR_STRUCT_NAME | Private | |
| CALL METHOD cl_crm_bol_entity=>GET_ATTR_STRUCT_NAME...more details | ||
| GET_KEY | Private | |
| CALL METHOD cl_crm_bol_entity=>GET_KEY...more details | ||
| GET_LOCKABLE_ENTITY | Returns (Parent) Entity That Is Locked Separately | Protected |
| CALL METHOD cl_crm_bol_entity=>GET_LOCKABLE_ENTITY...more details | ||
| GET_MESSAGE_CONTAINER | Returns Related Message Container | Public |
| CALL METHOD cl_crm_bol_entity=>GET_MESSAGE_CONTAINER...more details | ||
| GET_NAMESPACE | Private | |
| CALL METHOD cl_crm_bol_entity=>GET_NAMESPACE...more details | ||
| GET_PARENT | Returns Parent Entity | Public |
| CALL METHOD cl_crm_bol_entity=>GET_PARENT...more details | ||
| GET_PARENT_RELATION | Private | |
| CALL METHOD cl_crm_bol_entity=>GET_PARENT_RELATION...more details | ||
| GET_PROPERTIES_BY_BPATH | Retrieves Data Based on the Transferred BPath Expression | Public |
| CALL METHOD cl_crm_bol_entity=>GET_PROPERTIES_BY_BPATH...more details | ||
| GET_PROPERTY_MODIFIER | Returns Display Characteristics of an Attribute | Public |
| CALL METHOD cl_crm_bol_entity=>GET_PROPERTY_MODIFIER...more details | ||
| GET_PROPERTY_MODIFIERS | Returns Display Characteristics of an Attribute | Public |
| CALL METHOD cl_crm_bol_entity=>GET_PROPERTY_MODIFIERS...more details | ||
| GET_RELATED_ENTITIES | Private | |
| CALL METHOD cl_crm_bol_entity=>GET_RELATED_ENTITIES...more details | ||
| GET_RELATED_ENTITIES_BY_BPATH | Retrieves Related Entities (Coll.) Based on BPath Expression | Public |
| CALL METHOD cl_crm_bol_entity=>GET_RELATED_ENTITIES_BY_BPATH...more details | ||
| GET_RELATED_ENTITIES_BY_FILTER | Private | |
| CALL METHOD cl_crm_bol_entity=>GET_RELATED_ENTITIES_BY_FILTER...more details | ||
| GET_RELATED_ENTITY | Private | |
| CALL METHOD cl_crm_bol_entity=>GET_RELATED_ENTITY...more details | ||
| GET_RELATED_ENTITY_TEMPLATE | Gets Template for Dependent Entity | Public |
| CALL METHOD cl_crm_bol_entity=>GET_RELATED_ENTITY_TEMPLATE...more details | ||
| GET_ROOT | Private | |
| CALL METHOD cl_crm_bol_entity=>GET_ROOT...more details | ||
| GET_STATE_OF_CHANGES | Returns the Changeability of the Entity | Public |
| CALL METHOD cl_crm_bol_entity=>GET_STATE_OF_CHANGES...more details | ||
| GET_TRANSACTION | Returns Transaction Context for Entity | Public |
| CALL METHOD cl_crm_bol_entity=>GET_TRANSACTION...more details | ||
| IS_CHANGEABLE | Checks Whether the Entity Can Be Changed | Public |
| CALL METHOD cl_crm_bol_entity=>IS_CHANGEABLE...more details | ||
| IS_CHANGE_ALLOWED | Checks Whether Entity Can Be Changed | Public |
| CALL METHOD cl_crm_bol_entity=>IS_CHANGE_ALLOWED...more details | ||
| IS_CREATE_REL_ENTITY_ALLOWED | Checks Whether Child Can Be Created | Public |
| CALL METHOD cl_crm_bol_entity=>IS_CREATE_REL_ENTITY_ALLOWED...more details | ||
| IS_DELETE_ALLOWED | Checks Whether Entity Can Be Deleted | Public |
| CALL METHOD cl_crm_bol_entity=>IS_DELETE_ALLOWED...more details | ||
| IS_INITIAL | Checks Whether Entity Is Still in Initial State | Public |
| CALL METHOD cl_crm_bol_entity=>IS_INITIAL...more details | ||
| IS_LOCKED | Checks Whether Entity Is Locked | Public |
| CALL METHOD cl_crm_bol_entity=>IS_LOCKED...more details | ||
| IS_PERSISTENT | Checks Whether Entity Is Persistent | Public |
| CALL METHOD cl_crm_bol_entity=>IS_PERSISTENT...more details | ||
| IS_PROPERTY_CHANGED | Checks Whether an Attribute Was Changed in the BOL Buffer | Public |
| CALL METHOD cl_crm_bol_entity=>IS_PROPERTY_CHANGED...more details | ||
| IS_PROPERTY_MODIFIER_FINAL | Returns Display Characteristics of an Attribute | Public |
| CALL METHOD cl_crm_bol_entity=>IS_PROPERTY_MODIFIER_FINAL...more details | ||
| IS_ROOT | Check Whether the Entity is a Root Object | Public |
| CALL METHOD cl_crm_bol_entity=>IS_ROOT...more details | ||
| IS_SEND_ACTIVE | Check Whether Send Status Is Active | Public |
| CALL METHOD cl_crm_bol_entity=>IS_SEND_ACTIVE...more details | ||
| LOCK | Private | |
| CALL METHOD cl_crm_bol_entity=>LOCK...more details | ||
| MAKE_VALID_STATE | Private | |
| CALL METHOD cl_crm_bol_entity=>MAKE_VALID_STATE...more details | ||
| ON_PRIMARY_ENTITY_DELETED | Private | |
| CALL METHOD cl_crm_bol_entity=>ON_PRIMARY_ENTITY_DELETED...more details | ||
| PUBLISH_DELETION | Private | |
| CALL METHOD cl_crm_bol_entity=>PUBLISH_DELETION...more details | ||
| REMOVE_CHILD | Removes Relation to Another Entity | Protected |
| CALL METHOD cl_crm_bol_entity=>REMOVE_CHILD...more details | ||
| REREAD | Private | |
| CALL METHOD cl_crm_bol_entity=>REREAD...more details | ||
| RETRIEVE_RELATIONS | Private | |
| CALL METHOD cl_crm_bol_entity=>RETRIEVE_RELATIONS...more details | ||
| SET_CALCULATED_PROPERTY | Set Calculated Property | Public |
| CALL METHOD cl_crm_bol_entity=>SET_CALCULATED_PROPERTY...more details | ||
| SET_INVALID | Invalidates the Entity | Protected |
| CALL METHOD cl_crm_bol_entity=>SET_INVALID...more details | ||
| SET_PARENT | Sets the Parent Entity | Protected |
| CALL METHOD cl_crm_bol_entity=>SET_PARENT...more details | ||
| SWITCH_TO_CHANGE_MODE | Switches the Entity to Change Mode | Public |
| CALL METHOD cl_crm_bol_entity=>SWITCH_TO_CHANGE_MODE...more details | ||
CL_CRM_BOL_ENTITY 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 |
| ATTR_PROPS_READ_PENDING | Instance Attribute | LIKE | Private | ||
| BUFFER_ONLY | Constant | Single-Character Indicator | 'c' | LIKE CHAR1 | Public |
| BYPASSING_BUFFER | Constant | Single-Character Indicator | 'b' | LIKE CHAR1 | Public |
| CHANGEABLE | Instance Attribute | Indicator: Entity Can Be Changed | ABAP_TRUE | LIKE ABAP_BOOL | Protected |
| CHANGE_LOG | Instance Attribute | Bit String: Change Log | LIKE XSTRING | Protected | |
| CONTAINER_PROXY | Instance Attribute | LIKE | Private | ||
| CORE | Instance Attribute | LIKE | Private | ||
| CO_CHANGE_STATE_PENDING | Constant | Checkbox: Changes Not Yet Sent | 'P' | LIKE CHAR1 | Public |
| CO_CHANGE_STATE_REJECTED | Constant | Checkbox: Changes Sent but Rejected | 'R' | LIKE CHAR1 | Public |
| CO_CHANGE_STATE_UNCHANGED | Constant | Checkbox: Unchanged | 'U' | LIKE CHAR1 | Public |
| DEFAULT_4_CHANGEABLE | Static Attribute | Initial Value for Attribute CHANGEABLE | LIKE ABAP_BOOL | Protected | |
| FALSE | Instance Attribute | Single-Character Indicator | LIKE | Public | |
| INDICATOR_NOT_SET | Constant | Bit Indicator Not Set | 0 | LIKE I | Protected |
| INDICATOR_SET | Constant | Bit Indicator Set | 1 | LIKE I | Protected |
| INITIAL_ATTRIBUTES_ACCEPTED | Instance Attribute | LIKE | Private | ||
| INVALIDATION_ACTIVE | Instance Attribute | Flag Determining That Invalidation Is in Process | ABAP_FALSE | LIKE ABAP_BOOL | Protected |
| MY_INSTANCE_KEY | Instance Attribute | Object Instance in the Generic Interaction Layer | LIKE CRMT_GENIL_OBJ_INSTANCE | Protected | |
| MY_MANAGER_ENTRY | Instance Attribute | LIKE | Private | ||
| NORMAL | Constant | Single-Character Indicator | 'n' | LIKE CHAR1 | Public |
| NO_PROPAGATION | Constant | Single-Character Indicator | 'N' | LIKE CHAR1 | Public |
| PARENT_ENTITY | Instance Attribute | LIKE | Private | ||
| PROPAGATE_2_ALL | Constant | Single-Character Indicator | 'A' | LIKE CHAR1 | Public |
| PROPAGATE_2_INACTIVE_ONLY | Constant | Single-Character Indicator | 'I' | LIKE CHAR1 | Public |
| PROPERTIES_CALCULATED | Instance Attribute | Properties Calculated Indicator | LIKE ABAP_BOOL | Protected | |
| PROPERTY_CALCULATOR_REGISTERED | Instance Attribute | Events for Property Calculation Requested | LIKE IF_BOL_PROPERTY_CALCULATOR=>ENTITY_EVENTS | Protected | |
| SECONDARY_INSTANCE | Instance Attribute | LIKE | Private | ||
| TRUE | Instance Attribute | Single-Character Indicator | LIKE | Public | |
| VALIDATION_ACTIVE | Instance Attribute | Indicator that Validation Is Currently In Process | abap_false | LIKE ABAP_BOOL | Protected |
Events of Class CL_CRM_BOL_ENTITY
Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... DELETED - Entity Was DeletedDELETE_ME -
DELTA_SET - DELTA_FLAG Was Set
RELATION_INVALIDATED - Relation Was Invalidated
CL_CRM_BOL_ENTITY types
GTYPE_ATTR_PROPS_TAB -GTYPE_NAMED_ATTR_PROP -
Links to Related Class(s)
CL_CRM_B...Full list of available SAP object classes
Search for further information about these or an SAP related objects