SAP ABAP Class CL_RSR_MDX_USRDF_PROPERTY (Attribute w/o Text or Key)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSR_MDX_LIB (Package) MDX: Functions
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSR_MDX_PROPERTY Abstract Attribute 20010213
Properties
Class CL_RSR_MDX_USRDF_PROPERTY  
Short Description Attribute w/o Text or Key    
Super Class CL_RSR_MDX_PROPERTY Abstract Attribute 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSR_MDX_LIB   MDX: Functions 
Created 20010213   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSR_MDX_USRDF_PROPERTY has no interface implemented.
Friends
Class CL_RSR_MDX_USRDF_PROPERTY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_ATTRID Instance attribute Private Type reference (TYPE) RSD_SID 20010214
2 P_CHAPRSNT Instance attribute Private Type reference (TYPE) RSCHAPRSNT Display for Characteristics and Units 20010214
3 P_R_HRY Instance attribute Private Object reference (TYPE REF TO) CL_RSR_MDX_ELEMENT Hierarchy/Member of a Hierarchy 20010213
4 P_S_COB_PRO Instance attribute Private Type reference (TYPE) RSD_S_COB_PRO View of All Properties of an InfoObject 20010214
5 P_TH_MAP Static Attribute Private Type reference (TYPE) TP_TH_MAP Mapping of Attribute Names 20090415
6 P_USE_BUFFER Static Attribute Private Type reference (TYPE) TP_TH_BUFFER 20120223
7 P_USE_CHANMID Static Attribute Private Type reference (TYPE) TP_S_RSADMIN Behaviour with Lang Nav. Attributes CHANMID/New 20110719
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_ATTR Static method Public Method 20020517
2 GET_ATTRIBUTE_NAME Static method Public Method Returns the name of an attribute 20090415
3 GET_ATTRID Static method Private Method Initialize 20010730
4 GET_PROPERTY_NAME Static method Public Method Returns the name of a property 20090415
5 IS_BRANCH_REDUCTION_POSSIBLE Instance method Private Method Is optimization possible for resolving IIF? 20100302
6 IS_MAPPED_ATTRIBUTE_NAME Static method Private Method Is this a name that has been assigned to an attribute? 20090416
Events
Class CL_RSR_MDX_USRDF_PROPERTY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TP_S_BUFFER Private See coding 20120223 BEGIN OF tp_s_buffer, chanmid TYPE rsd_sid, sid TYPE rsd_sid, text TYPE string, END OF tp_s_buffer
2 TP_S_MAP Private See coding Mapping of Attribute Names (Structure) 20090415 BEGIN OF tp_s_map, iobjnm TYPE rsd_iobjnm, attrinm TYPE rsd_attrinm, END OF tp_s_map
3 TP_S_RSADMIN Private See coding 20110719 BEGIN OF tp_s_rsadmin, read_done TYPE rs_bool, value TYPE rs_bool, END OF tp_s_rsadmin
4 TP_TH_BUFFER Private See coding 20120223 tp_th_buffer TYPE STANDARD TABLE OF tp_s_buffer
5 TP_TH_MAP Private See coding Mapping of Attribute Names (Table) 20090415 tp_th_map TYPE HASHED TABLE OF tp_s_map WITH UNIQUE KEY iobjnm
Method Signatures

Method CREATE_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CLIKE tensor processor command parameter 20020517
2 Importing I_R_COMMAND Call by reference Object reference (TYPE REF TO) CL_RSR_MDX_COMMAND Command Object for MDX Processing 20020517
3 Importing I_R_HRY Call by reference Object reference (TYPE REF TO) CL_RSR_MDX_ELEMENT Hierarchie / Member einer Hierarchie 20020517
4 Returning R_R_REF Value transfer Object reference (TYPE REF TO) CL_RSR_MDX_USRDF_PROPERTY Attribute w/o Text or Key 20020517
# Exception Resumable Description Created on
1 CX_RSR_MDX_EMPTY Empty Result 20020517
2 CX_RS_ERROR BW: General Error Class 20020517

Method GET_ATTRIBUTE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHAPRSNT Call by reference Type reference (TYPE) RSCHAPRSNT Darstellung für Merkmale und Einheiten 20090416
2 Importing I_IOBJNM Call by reference Type reference (TYPE) RSD_IOBJNM Name des InfoObjects 20090416
3 Importing I_NAME Call by reference Type reference (TYPE) CLIKE Name 20090415
4 Returning R_ATTRINM Value transfer Type reference (TYPE) RSD_ATTRINM Name des Attributs 20090415
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20090415

Method GET_ATTRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ATTRID Call by reference Type reference (TYPE) RSD_SID 20010730
2 Exporting E_S_COB_PRO Call by reference Type reference (TYPE) RSD_S_COB_PRO Eigenschafen InfoObject (im Kontext InfoCube / ODS Objekt) 20010730
3 Importing I_ATTRINM Call by reference Type reference (TYPE) RSD_ATTRINM 20010730
4 Importing I_INFOCUBE Call by reference Type reference (TYPE) RSD_INFOCUBE 20010730
5 Importing I_IOBJNM Call by reference Type reference (TYPE) RSD_IOBJNM 20010730
# Exception Resumable Description Created on
1 CX_RSR_MDX_EMPTY Leeres Ergebnis 20010730
2 CX_RS_ERROR BW Fehler (mit Syntax Prüfung) 20010730

Method GET_PROPERTY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHAPRSNT Call by reference Type reference (TYPE) RSCHAPRSNT Darstellung für Merkmale und Einheiten 20090415
2 Importing I_IOBJNM Call by reference Type reference (TYPE) RSD_IOBJNM Name des InfoObjects 20090415
3 Returning R_ATTRINM Value transfer Type reference (TYPE) RSD_ATTRINM Name der Property 20090415
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20090415

Method IS_BRANCH_REDUCTION_POSSIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_BOOL Value transfer Type reference (TYPE) RS_BOOL Boolean 20100302
# Exception Resumable Description Created on
1 CX_RSR_MDX_ERROR Syntaxfehler (MDX) 20100302

Method IS_MAPPED_ATTRIBUTE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTRINM Call by reference Type reference (TYPE) RSD_ATTRINM Name des Attributs 20090416
2 Importing I_IOBJNM Call by reference Type reference (TYPE) RSD_IOBJNM Name des InfoObjects 20090416
3 Returning R_BOOL Value transfer Type reference (TYPE) RS_BOOL Boolean 20090416
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20090416
History
Last changed by/on SAP  20130531 
SAP Release Created in 730