SAP ABAP Class CL_RSDDTPS_HIE_ALV (ALV Interface for Hierarchies)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDDTPS_CORE (Package) Main Package RSDDTPS
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTPS_ALV Parent Class for ALV Implementation 20090618
Properties
Class CL_RSDDTPS_HIE_ALV  
Short Description ALV Interface for Hierarchies    
Super Class CL_RSDDTPS_ALV Parent Class for ALV Implementation 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDDTPS_CORE   Main Package RSDDTPS 
Created 20090618   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSDDTPS_HIER_MAINTAIN Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDDTPS_HIE_ALV has no interface implemented.
Friends
Class CL_RSDDTPS_HIE_ALV has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_TYPE Constant Public Type reference (TYPE) CHAR4 'HIE' Loosely defined; could be used for patch levels 20090618
2 P_R_HIER_MAINT Instance attribute Private Object reference (TYPE REF TO) CL_RSDDTPS_HIER_MAINTAIN Maintenance of Polestar Hierarchies 20090618
3 P_TS_DELETED_HIER Instance attribute Private Type reference (TYPE) RSDDTPS_TS_HIER_HNM Hierarchies for Use in Polestar 20090824
4 P_TS_RELATED_HIER Instance attribute Private Type reference (TYPE) CL_RSDDTPS_HIER_MAINTAIN=>NT_TS_RELATED_HIER Hierarchies for InfoProvider 20090618
5 P_T_HIE Instance attribute Private Type reference (TYPE) TN_T_HIE Hierarchies for ALV Display 20090618
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20090618
2 HANDLE_TOOLBAR Instance method Private Event handling method 20090618
3 HANDLE_USER_CMD Instance method Private Event handling method 20090618
Events
Class CL_RSDDTPS_HIE_ALV has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_HIE Public See coding 20090618 BEGIN OF tn_s_hie, iobjnm TYPE rsiobjnm, hienm TYPE rshienm, no_hierarchies TYPE rs_bool, index_users TYPE i, status TYPE rsddtps_hier_nm_stat, selected TYPE rs_bool, index_exists TYPE icon_text, index_state TYPE icon_text, hieid TYPE rshieid, text TYPE rstxtlg, langu TYPE sylangu, celltab TYPE lvc_t_styl, linecolor(4) TYPE c, END OF tn_s_hie
2 TN_T_HIE Public See coding 20090618 tn_t_hie TYPE STANDARD TABLE OF tn_s_hie WITH KEY iobjnm hienm
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EDIT Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Editieren? 20090618
2 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20090618
3 Importing I_R_PROVIDER Call by reference Object reference (TYPE REF TO) IF_RSDDTPS_PROVIDER Providerinterface für Polestar 20090624

Method CONSTRUCTOR on class CL_RSDDTPS_HIE_ALV has no exception.

Method HANDLE_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_INTERACTIVE Call by reference Attribute reference (LIKE) 20090618
2 Importing E_OBJECT Call by reference Attribute reference (LIKE) 20090618

Method HANDLE_TOOLBAR on class CL_RSDDTPS_HIE_ALV has no exception.

Method HANDLE_USER_CMD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Call by reference Attribute reference (LIKE) 20090618

Method HANDLE_USER_CMD on class CL_RSDDTPS_HIE_ALV has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 701