SAP CL_RSEM_ENTITY_PROPERTIES OO Class - Common BW Entity Properties
CL_RSEM_ENTITY_PROPERTIES 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_ENTITY_PROPERTIES 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_RSEM_ENTITY_PROPERTIES is CL_RSEM_MODEL_OBJECTMethod list of CL_RSEM_ENTITY_PROPERTIES 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 |
| ADD_ATOM_LINK | Adds an additional atom link to the table of links | Public |
| CALL METHOD cl_rsem_entity_properties=>ADD_ATOM_LINK...more details | ||
| GET_APPLICATION_COMPONENT | Returns the application component | Public |
| CALL METHOD cl_rsem_entity_properties=>GET_APPLICATION_COMPONENT...more details | ||
| GET_CHANGED_AT | Returns the 'last changed' timestamp | Public |
| CALL METHOD cl_rsem_entity_properties=>GET_CHANGED_AT...more details | ||
| GET_CHANGED_BY | Returns the User-ID of last changer | Public |
| CALL METHOD cl_rsem_entity_properties=>GET_CHANGED_BY...more details | ||
| GET_CONTENT_STATE | Returns the model content state | Public |
| CALL METHOD cl_rsem_entity_properties=>GET_CONTENT_STATE...more details | ||
| GET_CREATED_AT | Returns the date of object creation (TADIR) | Public |
| CALL METHOD cl_rsem_entity_properties=>GET_CREATED_AT...more details | ||
|
| ||
| GET_CREATED_BY | Return the User-ID of the object creator (TADIR) | Public |
| CALL METHOD cl_rsem_entity_properties=>GET_CREATED_BY...more details | ||
| GET_DESCRITPION | Returns object description text | Public |
| CALL METHOD cl_rsem_entity_properties=>GET_DESCRITPION...more details | ||
| GET_INFOAREA | Returns the InfoArea | Public |
| CALL METHOD cl_rsem_entity_properties=>GET_INFOAREA...more details | ||
| GET_LANGUAGE | Returns the language for localized texts | Public |
| CALL METHOD cl_rsem_entity_properties=>GET_LANGUAGE...more details | ||
| GET_MASTER_LANGUAGE | Returns the master language for this model | Public |
| CALL METHOD cl_rsem_entity_properties=>GET_MASTER_LANGUAGE...more details | ||
| GET_MASTER_SYSTEM | Returns the original SAP System for this model | Public |
| CALL METHOD cl_rsem_entity_properties=>GET_MASTER_SYSTEM...more details | ||
| GET_NAME | Returns the object name (transient) | Public |
| CALL METHOD cl_rsem_entity_properties=>GET_NAME...more details | ||
| GET_OBJECT_STATUS | Returns the object status | Public |
| CALL METHOD cl_rsem_entity_properties=>GET_OBJECT_STATUS...more details | ||
| GET_PACKAGE | Returns the development package | Public |
| CALL METHOD cl_rsem_entity_properties=>GET_PACKAGE...more details | ||
| GET_RESPONSIBLE | Returns the author of the model (TADIR) | Public |
| CALL METHOD cl_rsem_entity_properties=>GET_RESPONSIBLE...more details | ||
| GET_TYPE | Returns the TLOGO type | Public |
| CALL METHOD cl_rsem_entity_properties=>GET_TYPE...more details | ||
| GET_URI | Returns the backend URI for this model | Public |
| CALL METHOD cl_rsem_entity_properties=>GET_URI...more details | ||
| GET_VERSION | Returns the object version | Public |
| CALL METHOD cl_rsem_entity_properties=>GET_VERSION...more details | ||
| SET_APPLICATION_COMPONENT | Sets the application component | Public |
| CALL METHOD cl_rsem_entity_properties=>SET_APPLICATION_COMPONENT...more details | ||
| SET_CHANGED_AT | Sets the 'last changed' timestamp | Public |
| CALL METHOD cl_rsem_entity_properties=>SET_CHANGED_AT...more details | ||
| SET_CHANGED_BY | Set last changing User-ID | Public |
| CALL METHOD cl_rsem_entity_properties=>SET_CHANGED_BY...more details | ||
| SET_CONTENT_STATE | Sets the model content state | Public |
| CALL METHOD cl_rsem_entity_properties=>SET_CONTENT_STATE...more details | ||
| SET_CREATED_AT | Sets the created at time stamp | Public |
| CALL METHOD cl_rsem_entity_properties=>SET_CREATED_AT...more details | ||
| SET_CREATED_BY | Sets the creating user ID | Public |
| CALL METHOD cl_rsem_entity_properties=>SET_CREATED_BY...more details | ||
| SET_DESCRITPION | Set object description text | Public |
| CALL METHOD cl_rsem_entity_properties=>SET_DESCRITPION...more details | ||
| SET_INFOAREA | Returns the InfoArea | Public |
| CALL METHOD cl_rsem_entity_properties=>SET_INFOAREA...more details | ||
| SET_LANGUAGE | Sets the language for texts | Public |
| CALL METHOD cl_rsem_entity_properties=>SET_LANGUAGE...more details | ||
| SET_NAME | Sets the object name (transient) | Public |
| CALL METHOD cl_rsem_entity_properties=>SET_NAME...more details | ||
| SET_OBJECT_STATUS | Sets the object status | Public |
| CALL METHOD cl_rsem_entity_properties=>SET_OBJECT_STATUS...more details | ||
| SET_PACKAGE | Sets the development class for this object | Public |
| CALL METHOD cl_rsem_entity_properties=>SET_PACKAGE...more details | ||
| SET_RESPONSIBLE | Sets the author of the model (TADIR) | Public |
| CALL METHOD cl_rsem_entity_properties=>SET_RESPONSIBLE...more details | ||
| SET_TYPE | Sets TLOGO type | Public |
| CALL METHOD cl_rsem_entity_properties=>SET_TYPE...more details | ||
| SET_URI | Sets the backend URI for this model | Public |
| CALL METHOD cl_rsem_entity_properties=>SET_URI...more details | ||
| SET_VERSION | Set object version | Public |
| CALL METHOD cl_rsem_entity_properties=>SET_VERSION...more details | ||
| UPDATE_SELF_URI | Maintains the transient self-URI | Private |
| CALL METHOD cl_rsem_entity_properties=>UPDATE_SELF_URI...more details | ||
CL_RSEM_ENTITY_PROPERTIES 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 |
| CN_CLASS_NAME | Constant | 'CL_RSEM_ENTITY_PROPERTIES' | LIKE STRING | Public | |
| P_OBJVERS | Instance Attribute | Object version | LIKE RSOBJVERS | Private | |
| P_R_ADT_URI_MAPPER | Instance Attribute | ADT URI Mapper | LIKE IF_ADT_URI_MAPPER | Private | |
| P_R_ROOT | Instance Attribute | Structure Type for BwEntityProperties | LIKE IF_BW_ENTITY_MODEL_TYPES=>TN_S_BW_ENTITY_PROPERTIES | Private |
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