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_ENTITY

Interface 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_ENABLED

Interface 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_OBJECT

Method 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 NameDescriptionVisability
ADD_DIMENSIONAdds new dimension specification to the modelPublic
CALL METHOD cl_rsem_bw_entity=>ADD_DIMENSION...more details

CALCULATE_FIELDNAME_PREFIXSets the field name prefix for local field namesProtected
CALL METHOD cl_rsem_bw_entity=>CALCULATE_FIELDNAME_PREFIX...more details

ENSURE_GROUP_CONSISTENCYEnsures the parent/child relation consistency for all groupsPrivate
CALL METHOD cl_rsem_bw_entity=>ENSURE_GROUP_CONSISTENCY...more details

GET_DEFAULT_RUNTIME_PROPERTIESReturns the default query runtime properties for this modelPublic
CALL METHOD cl_rsem_bw_entity=>GET_DEFAULT_RUNTIME_PROPERTIES...more details

GET_DIMENSIONReturns an initialized dimension objectPrivate
CALL METHOD cl_rsem_bw_entity=>GET_DIMENSION...more details

GET_DIMENSIONSReturns the list of dimensions for this modelPublic
CALL METHOD cl_rsem_bw_entity=>GET_DIMENSIONS...more details

GET_FIELDNAME_PREFIXReturns the field name prefix for local field namesPublic
CALL METHOD cl_rsem_bw_entity=>GET_FIELDNAME_PREFIX...more details

GET_TLOGOReturns the TLOGO Type for this ObjectPublic
CALL METHOD cl_rsem_bw_entity=>GET_TLOGO...more details

GET_TLOGO_PROPERTIESReturns Common BW Entity PropertiesPublic
CALL METHOD cl_rsem_bw_entity=>GET_TLOGO_PROPERTIES...more details

HAS_VIRTUAL_NAV_ATTRIBUTESReturns true if this entity has virtual navigation attributePublic
CALL METHOD cl_rsem_bw_entity=>HAS_VIRTUAL_NAV_ATTRIBUTES...more details

INITIALIZE_TLOGO_PROPERTIESInitializes a given property instancePrivate
CALL METHOD cl_rsem_bw_entity=>INITIALIZE_TLOGO_PROPERTIES...more details

IS_NAVIGATION_ATTRIBUTETells whether a field originates from a navigation attributePublic
CALL METHOD cl_rsem_bw_entity=>IS_NAVIGATION_ATTRIBUTE...more details

REMOVE_DIMENSIONRemoves a dimension from the dimension listPublic
CALL METHOD cl_rsem_bw_entity=>REMOVE_DIMENSION...more details

SET_FIELDNAME_PREFIXSets the field name prefix for local field namesPublic
CALL METHOD cl_rsem_bw_entity=>SET_FIELDNAME_PREFIX...more details

SET_TLOGOSets the TLOGO Type for this ObjectPublic
CALL METHOD cl_rsem_bw_entity=>SET_TLOGO...more details

UPDATE_DIMENSIONAdds new dimension specification to the modelPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
P_C_EMF_PACKAGEConstantEMF Package'composite'LIKE
STRING
Private
P_R_ROOTInstance AttributeLocal reference to model structureLIKE
IF_BW_ENTITY_MODEL_TYPES=>TN_S_BW_ENTITY_OBJECT
Private
P_TH_DIMENSIONInstance AttributeDimension indexLIKE
IF_BW_ENTITY_MODEL_TYPES=>TN_TH_DIMENSION
Private
P_TLOGOInstance AttributeBW: Object Type (TLOGO)LIKE
RSTLOGO
Private




CL_RSEM_BW_ENTITY types

TN_T_DIMENSION - List of Dimensions

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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!