SAP CL_RSEM_MODEL_OBJECT OO Class - Abstract BW Model Object
CL_RSEM_MODEL_OBJECT 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_RSEM_MODEL_OBJECT 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 IF_RSO_RES_CONTAINED_OBJECTInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_RSO_STRUCTURE_TREE_MODELMethod list of CL_RSEM_MODEL_OBJECT 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 |
| CLEAR_TRANSIENT_PROPERTIES | Clears values of transient properties (before save) | Public |
| CALL METHOD cl_rsem_model_object=>CLEAR_TRANSIENT_PROPERTIES...more details | ||
| CLONE | Clones the existing object | Public |
| CALL METHOD cl_rsem_model_object=>CLONE...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_rsem_model_object=>CONSTRUCTOR...more details | ||
| CONTAINMENT_REFERENCE | Initializes a containment reference instance | Protected |
| CALL METHOD cl_rsem_model_object=>CONTAINMENT_REFERENCE...more details | ||
| CONVERT_VALUE | Converts from external into internal format and vice versa | Protected |
| CALL METHOD cl_rsem_model_object=>CONVERT_VALUE...more details | ||
| CONVERT_VALUE_FOR_ELEMENT | Converts ext to int and vice versa for known BW Element | Protected |
| CALL METHOD cl_rsem_model_object=>CONVERT_VALUE_FOR_ELEMENT...more details | ||
|
| ||
| CREATE_REFERENCE | Fills a reference structure from a referenced model instance | Protected |
| CALL METHOD cl_rsem_model_object=>CREATE_REFERENCE...more details | ||
| CREATE_REFERENCE_URI | Utility method to creates a cross-resource reference URI | Protected |
| CALL METHOD cl_rsem_model_object=>CREATE_REFERENCE_URI...more details | ||
| CREATE_ROOT | Create lazily root structure node | Protected |
| CALL METHOD cl_rsem_model_object=>CREATE_ROOT...more details | ||
| CROSS_REFERENCE | Creates a cross reference to another object | Protected |
| CALL METHOD cl_rsem_model_object=>CROSS_REFERENCE...more details | ||
| ENSURE_INITIALIZED | Perform object initialization (if necessary) | Public |
| CALL METHOD cl_rsem_model_object=>ENSURE_INITIALIZED...more details | ||
| EQUALS | Returns true if this object is structurally equal to input | Public |
| CALL METHOD cl_rsem_model_object=>EQUALS...more details | ||
| ESCAPE_OBJECT_NAME | Escapes some special characters for BW compatibility | Public |
| CALL METHOD cl_rsem_model_object=>ESCAPE_OBJECT_NAME...more details | ||
| ESCAPE_OBJECT_REFERENCE | Escapes some special characters for BW References | Public |
| CALL METHOD cl_rsem_model_object=>ESCAPE_OBJECT_REFERENCE...more details | ||
| EXTRACT_TEXTS | Separates localized texts from the model | Public |
| CALL METHOD cl_rsem_model_object=>EXTRACT_TEXTS...more details | ||
| FILL_TRANSIENT_PROPERTIES | Fills transient/derived properties after deserialization | Public |
| CALL METHOD cl_rsem_model_object=>FILL_TRANSIENT_PROPERTIES...more details | ||
| GET_EMF_FEATURE_ID | Returns the EMF feature ID (if defined) | Protected |
| CALL METHOD cl_rsem_model_object=>GET_EMF_FEATURE_ID...more details | ||
| GET_EMF_PACKAGE | Returns the EMF client package | Protected |
| CALL METHOD cl_rsem_model_object=>GET_EMF_PACKAGE...more details | ||
| GET_ID | Returns a unique ID (if supported) | Public |
| CALL METHOD cl_rsem_model_object=>GET_ID...more details | ||
| GET_MODEL_ROOT | Returns the model root object | Public |
| CALL METHOD cl_rsem_model_object=>GET_MODEL_ROOT...more details | ||
| GET_MODEL_ROOT_EMF_PACKAGE | Returns the EMF package of the model root object | Public |
| CALL METHOD cl_rsem_model_object=>GET_MODEL_ROOT_EMF_PACKAGE...more details | ||
| GET_REFERENCED_OBJECT_VERSION | Returns the current version for referenced object (A or D) | Public |
| CALL METHOD cl_rsem_model_object=>GET_REFERENCED_OBJECT_VERSION...more details | ||
| GET_REFERENCE_REGISTRY | Returns the registry for referenced contained objects | Public |
| CALL METHOD cl_rsem_model_object=>GET_REFERENCE_REGISTRY...more details | ||
| GET_ROOT | Returns the reference to the root structure component | Protected |
| CALL METHOD cl_rsem_model_object=>GET_ROOT...more details | ||
| GET_XSI_TYPE | Returns the xsi:type for serialization | Public |
| CALL METHOD cl_rsem_model_object=>GET_XSI_TYPE...more details | ||
| HANDLES_REFERENCE_CHANGED | Implementation wants to react on changed references | Protected |
| CALL METHOD cl_rsem_model_object=>HANDLES_REFERENCE_CHANGED...more details | ||
| HANDLES_REFERENCE_DELETED | Implementation wants to react on deleted references | Protected |
| CALL METHOD cl_rsem_model_object=>HANDLES_REFERENCE_DELETED...more details | ||
| HANDLE_ID_CHANGED | React on change of own unique ID | Protected |
| CALL METHOD cl_rsem_model_object=>HANDLE_ID_CHANGED...more details | ||
| HANDLE_REFERENCE_CHANGED | React on target reference change | Protected |
| CALL METHOD cl_rsem_model_object=>HANDLE_REFERENCE_CHANGED...more details | ||
| HANDLE_REFERENCE_DELETED | React on target reference deletion | Protected |
| CALL METHOD cl_rsem_model_object=>HANDLE_REFERENCE_DELETED...more details | ||
| INITIALIZE | Initializes object | Public |
| CALL METHOD cl_rsem_model_object=>INITIALIZE...more details | ||
| IS_DIRTY_CHECK | Returns the current dirty check mode ('X' = on, SPACE = off) | Public |
| CALL METHOD cl_rsem_model_object=>IS_DIRTY_CHECK...more details | ||
| LOG_EXCEPTION | Logs an exception from model processing | Protected |
| CALL METHOD cl_rsem_model_object=>LOG_EXCEPTION...more details | ||
| MERGE_TEXTS | Merges localized texts into the model | Public |
| CALL METHOD cl_rsem_model_object=>MERGE_TEXTS...more details | ||
| NORMALIZE_EXTERNAL_VALUE | Normalizes external input values | Protected |
| CALL METHOD cl_rsem_model_object=>NORMALIZE_EXTERNAL_VALUE...more details | ||
| NORMALIZE_OBJECT_URI | Returns a normalized (canonical) back end URI for an object | Protected |
| CALL METHOD cl_rsem_model_object=>NORMALIZE_OBJECT_URI...more details | ||
| REGISTER_EVENT_HANDLERS | Registers all event handlers | Public |
| CALL METHOD cl_rsem_model_object=>REGISTER_EVENT_HANDLERS...more details | ||
| REGISTER_REFERENCE_TARGET | Registers a new reference target into the model registry | Protected |
| CALL METHOD cl_rsem_model_object=>REGISTER_REFERENCE_TARGET...more details | ||
| RESOLVE_REFERENCE | Resolvs a model object reference to the real instance | Protected |
| CALL METHOD cl_rsem_model_object=>RESOLVE_REFERENCE...more details | ||
| RETAIN_MODEL | Copies non-initial model data to a new root structure | Protected |
| CALL METHOD cl_rsem_model_object=>RETAIN_MODEL...more details | ||
| SET_CONTAINER | Public | |
| CALL METHOD cl_rsem_model_object=>SET_CONTAINER...more details | ||
| SET_DIRTY_CHECK | Sets dirty check mode state | Public |
| CALL METHOD cl_rsem_model_object=>SET_DIRTY_CHECK...more details | ||
| SET_MODEL_ROOT | Sets a new root object. Use only for cloning! | Private |
| CALL METHOD cl_rsem_model_object=>SET_MODEL_ROOT...more details | ||
| SET_REFERENCED_OBJECT_VERSION | Sets the object version for referenced objects (A or D) | Public |
| CALL METHOD cl_rsem_model_object=>SET_REFERENCED_OBJECT_VERSION...more details | ||
| SET_ROOT | Sets the reference to the root structure component | Protected |
| CALL METHOD cl_rsem_model_object=>SET_ROOT...more details | ||
| SYNCHRONIZE_CONVERTIBLE_VALUES | Synchronizes internal and external values in the model | Public |
| CALL METHOD cl_rsem_model_object=>SYNCHRONIZE_CONVERTIBLE_VALUES...more details | ||
| UNESCAPE_OBJECT_NAME | Oposite to ESCAPE_OBJECT_NAME | Public |
| CALL METHOD cl_rsem_model_object=>UNESCAPE_OBJECT_NAME...more details | ||
CL_RSEM_MODEL_OBJECT 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 |
| N_R_CONTAINER | Instance Attribute | LIKE | Public | ||
| O_C_CONVERSION_TEMPLATE_INPUT | Constant | Conversion function name template | 'CONVERSION_EXIT_$_INPUT' | LIKE STRING | Protected |
| O_C_CONVERSION_TEMPLATE_OUTPUT | Constant | Conversion function name template | 'CONVERSION_EXIT_$_OUTPUT' | LIKE STRING | Protected |
| O_INITIALIZED | Instance Attribute | Object is self initialized (no references. no transient) | RS_C_FALSE | LIKE RS_BOOL | Protected |
| O_REF_OBJVERS | Instance Attribute | The Referenced Object version (A or D) | RS_C_OBJVERS-ACTIVE | LIKE RSOBJVERS | Protected |
| O_R_MODEL_ROOT | Instance Attribute | Root Object of the current Model | LIKE CL_RSEM_MODEL_OBJECT | Protected | |
| O_R_REFERENCE_REGISTRY | Instance Attribute | Maintains the list of all unique references in a model | LIKE CL_RSEM_REFERENCE_REGISTRY | Protected | |
| O_TRANSIENT_INITIALIZED | Instance Attribute | Transient properties state | RS_C_FALSE | LIKE RS_BOOL | Protected |
| P_DIRTY_CHECK_MODE | Instance Attribute | In dirty check mode the model should not do any repairs | RS_C_FALSE | LIKE RS_BOOL | Private |
CL_RSEM_MODEL_OBJECT types
TN_S_LOCALIZABLE_TEXT - Localizable text entryTN_TH_LOCALIZABLE_TEXT - Table with unique localizable texts
TP_S_ESCAPED_NAME -
TP_S_UNESCAPED_NAME -
TP_TH_ESCAPED_NAME -
TP_TH_UNESCAPED_NAME -
Links to Related Class(s)
CL_RSEM_...Full list of available SAP object classes
Search for further information about these or an SAP related objects