SAP CL_RSEM_BW_ENTITY OO Class - Implementation for a BW Infoprovider Structure
CL_RSEM_BW_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_RSEM_BW_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_RSEM_BW_ENTITY is CL_RSEM_ENTITYInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_RSEM_GROUPING_ENABLEDInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_RSEM_TLOGO_OBJECTMethod list of CL_RSEM_BW_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 |
| ADD_DIMENSION | Adds new dimension specification to the model | Public |
| CALL METHOD cl_rsem_bw_entity=>ADD_DIMENSION...more details | ||
| CALCULATE_FIELDNAME_PREFIX | Sets the field name prefix for local field names | Protected |
| CALL METHOD cl_rsem_bw_entity=>CALCULATE_FIELDNAME_PREFIX...more details | ||
| ENSURE_GROUP_CONSISTENCY | Ensures the parent/child relation consistency for all groups | Private |
| CALL METHOD cl_rsem_bw_entity=>ENSURE_GROUP_CONSISTENCY...more details | ||
| GET_DEFAULT_RUNTIME_PROPERTIES | Returns the default query runtime properties for this model | Public |
| CALL METHOD cl_rsem_bw_entity=>GET_DEFAULT_RUNTIME_PROPERTIES...more details | ||
| GET_DIMENSION | Returns an initialized dimension object | Private |
| CALL METHOD cl_rsem_bw_entity=>GET_DIMENSION...more details | ||
| GET_DIMENSIONS | Returns the list of dimensions for this model | Public |
| CALL METHOD cl_rsem_bw_entity=>GET_DIMENSIONS...more details | ||
|
| ||
| GET_FIELDNAME_PREFIX | Returns the field name prefix for local field names | Public |
| CALL METHOD cl_rsem_bw_entity=>GET_FIELDNAME_PREFIX...more details | ||
| GET_TLOGO | Returns the TLOGO Type for this Object | Public |
| CALL METHOD cl_rsem_bw_entity=>GET_TLOGO...more details | ||
| GET_TLOGO_PROPERTIES | Returns Common BW Entity Properties | Public |
| CALL METHOD cl_rsem_bw_entity=>GET_TLOGO_PROPERTIES...more details | ||
| HAS_VIRTUAL_NAV_ATTRIBUTES | Returns true if this entity has virtual navigation attribute | Public |
| CALL METHOD cl_rsem_bw_entity=>HAS_VIRTUAL_NAV_ATTRIBUTES...more details | ||
| INITIALIZE_TLOGO_PROPERTIES | Initializes a given property instance | Private |
| CALL METHOD cl_rsem_bw_entity=>INITIALIZE_TLOGO_PROPERTIES...more details | ||
| IS_NAVIGATION_ATTRIBUTE | Tells whether a field originates from a navigation attribute | Public |
| CALL METHOD cl_rsem_bw_entity=>IS_NAVIGATION_ATTRIBUTE...more details | ||
| REMOVE_DIMENSION | Removes a dimension from the dimension list | Public |
| CALL METHOD cl_rsem_bw_entity=>REMOVE_DIMENSION...more details | ||
| SET_FIELDNAME_PREFIX | Sets the field name prefix for local field names | Public |
| CALL METHOD cl_rsem_bw_entity=>SET_FIELDNAME_PREFIX...more details | ||
| SET_TLOGO | Sets the TLOGO Type for this Object | Public |
| CALL METHOD cl_rsem_bw_entity=>SET_TLOGO...more details | ||
| UPDATE_DIMENSION | Adds new dimension specification to the model | Public |
| CALL METHOD cl_rsem_bw_entity=>UPDATE_DIMENSION...more details | ||
CL_RSEM_BW_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 |
| P_C_EMF_PACKAGE | Constant | EMF Package | 'composite' | LIKE STRING | Private |
| P_R_ROOT | Instance Attribute | Local reference to model structure | LIKE IF_BW_ENTITY_MODEL_TYPES=>TN_S_BW_ENTITY_OBJECT | Private | |
| P_TH_DIMENSION | Instance Attribute | Dimension index | LIKE IF_BW_ENTITY_MODEL_TYPES=>TN_TH_DIMENSION | Private | |
| P_TLOGO | Instance Attribute | BW: Object Type (TLOGO) | LIKE RSTLOGO | Private |
CL_RSEM_BW_ENTITY types
TN_T_DIMENSION - List of DimensionsLinks to Related Class(s)
CL_RSEM_...Full list of available SAP object classes
Search for further information about these or an SAP related objects