SAP ABAP Class CL_RSDDTPS_ALV (Parent Class for ALV Implementation)
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 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSDDTPS_TAB Tab in UI 20090626
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTPS_AUTH_ALV Interface for Authorizations 20090615
2 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTPS_CONV_ALV Interface for Conversions 20090615
3 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTPS_EXCL_ALV ALV Interface for Excluding Filter 20090622
4 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTPS_FML_ALV Interface for Conversions 20090615
5 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTPS_HIE_ALV ALV Interface for Hierarchies 20090618
6 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTPS_PART_ALV ALV Interface for Excluding Filter 20090624
7 Inheritance (c INHERITING FROM c_ref)  CL_RSL_WSP_ALV ALV Parent Class for Workspaces 20100520
Properties
Class CL_RSDDTPS_ALV  
Short Description Parent Class for ALV Implementation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDDTPS_CORE   Main Package RSDDTPS 
Created 20090615   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_CONVINDEX Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 RRMS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSW0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSDDTPS_TAB Tab in UI 20090626
Friends
Class CL_RSDDTPS_ALV has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_EDIT Instance attribute Protected Type reference (TYPE) RS_BOOL Boolean 20090615
2 O_MSGNO Instance attribute Protected Type reference (TYPE) SY-MSGNO Structure of Message Variables 20090615
3 O_R_ALV Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20090615
4 O_R_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in Screen Area 20090615
5 O_R_GRID_MSG Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20090615
6 O_R_PROVIDER Instance attribute Protected Object reference (TYPE REF TO) IF_RSDDTPS_PROVIDER Provider Interface for Polestar 20090615
7 O_R_SPLITTER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_EASY_SPLITTER_CONTAINER Light Version of Splitter Control 20090615
8 O_SASH Instance attribute Protected Type reference (TYPE) I 20090615
9 O_TYPE Instance attribute Protected Type reference (TYPE) STRING Loosely defined; could be used for patch levels 20090615
10 O_T_MESG Instance attribute Protected Type reference (TYPE) RRMS_T_MESG 20090615
11 O_T_MESG2 Instance attribute Protected See coding 20090615
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method 20090615
2 CHECK_CHANGED Instance method Public Method 20090626
3 CONSTRUCTOR Instance method Public Constructor 20090615
4 CREATE Static method Public Method 20090615
5 DELETE Instance method Public Method 20090626
6 FREE Instance method Public Method 20090615
7 HANDLE_DOUBLE_CLICK Instance method Protected Event handling method 20090615
8 PAI Instance method Public Method 20090615
9 SAVE Instance method Public Method 20090615
10 SET_CONTAINER Instance method Public Method 20090615
11 SHOW_INFORMATION Instance method Public Method 20090615
12 _CREATE_ALV Instance method Protected Method 20090615
13 _FILL_CELLTAB Instance method Protected Method 20090615
14 _GET_EXCLUDE Instance method Protected Method 20090615
15 _MESG_TO_MSG Instance method Protected Method 20090615
16 _MESSAGES Instance method Protected Method 20090615
17 _MSG_GRID Instance method Protected Method 20090615
18 _START Instance method Protected Method 20090615
Events
Class CL_RSDDTPS_ALV has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TO_S_MESG2 Protected See coding 20090615 begin of to_S_MESG2, light type char1, text type natxt, ARBGB type ARBGB, TXTNR type MSGNR, end of to_s_mesg2
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUCCESS Call by reference Type reference (TYPE) RS_BOOL Boolean 20090615
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20090615

Method CHECK on class CL_RSDDTPS_ALV has no exception.

Method CHECK_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CHANGED Value transfer Type reference (TYPE) RS_BOOL Boolean 20090626

Method CHECK_CHANGED on class CL_RSDDTPS_ALV has no exception.

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 Boolean 20090615
2 Importing I_R_PROVIDER Call by reference Object reference (TYPE REF TO) IF_RSDDTPS_PROVIDER Providerinterface für Polestar 20090615

Method CONSTRUCTOR on class CL_RSDDTPS_ALV has no exception.

Method CREATE 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 Boolean 20090615
2 Importing I_R_PROVIDER Call by reference Object reference (TYPE REF TO) IF_RSDDTPS_PROVIDER Providerinterface für Polestar 20090615
3 Importing I_TYPE Call by reference Type reference (TYPE) CHAR4 Nicht näher def. Bereich, evtl. für Patchlevels verwendbar 20090615
4 Returning R_R_ALV Value transfer Object reference (TYPE REF TO) CL_RSDDTPS_ALV Vaterklasse für ALV-Implementierung 20090615

Method CREATE on class CL_RSDDTPS_ALV has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUCCESS Call by reference Type reference (TYPE) RS_BOOL Boolean 20090626
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20090626

Method DELETE on class CL_RSDDTPS_ALV has no exception.

Method FREE Signature

Method FREE on class CL_RSDDTPS_ALV has no parameter.
Method FREE on class CL_RSDDTPS_ALV has no exception.

Method HANDLE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) 20090615
2 Importing E_COLUMN Value transfer Attribute reference (LIKE) 20090615
3 Importing E_ROW Value transfer Attribute reference (LIKE) 20090615

Method HANDLE_DOUBLE_CLICK on class CL_RSDDTPS_ALV has no exception.

Method PAI Signature

Method PAI on class CL_RSDDTPS_ALV has no parameter.
Method PAI on class CL_RSDDTPS_ALV has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUCCESS Call by reference Type reference (TYPE) RS_BOOL Boolean 20090615
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20090615

Method SAVE on class CL_RSDDTPS_ALV has no exception.

Method SET_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_CMAIN Call by reference Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container fuer Custom Controls in der Dynpro Area 20090615

Method SET_CONTAINER on class CL_RSDDTPS_ALV has no exception.

Method SHOW_INFORMATION Signature

Method SHOW_INFORMATION on class CL_RSDDTPS_ALV has no parameter.
Method SHOW_INFORMATION on class CL_RSDDTPS_ALV has no exception.

Method _CREATE_ALV Signature

Method _CREATE_ALV on class CL_RSDDTPS_ALV has no parameter.
Method _CREATE_ALV on class CL_RSDDTPS_ALV has no exception.

Method _FILL_CELLTAB Signature

Method _FILL_CELLTAB on class CL_RSDDTPS_ALV has no parameter.
Method _FILL_CELLTAB on class CL_RSDDTPS_ALV has no exception.

Method _GET_EXCLUDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_EXCLUDE Value transfer Type reference (TYPE) UI_FUNCTIONS Funktionscodestabelle 20090615

Method _GET_EXCLUDE on class CL_RSDDTPS_ALV has no exception.

Method _MESG_TO_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_MESG Call by reference Type reference (TYPE) RRMS_T_MESG 20090615
2 Returning R_T_MSG Value transfer Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20090615

Method _MESG_TO_MSG on class CL_RSDDTPS_ALV has no exception.

Method _MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FINISH Call by reference Type reference (TYPE) RS_BOOL Boolean 20090615

Method _MESSAGES on class CL_RSDDTPS_ALV has no exception.

Method _MSG_GRID Signature

Method _MSG_GRID on class CL_RSDDTPS_ALV has no parameter.
Method _MSG_GRID on class CL_RSDDTPS_ALV has no exception.

Method _START Signature

Method _START on class CL_RSDDTPS_ALV has no parameter.
Method _START on class CL_RSDDTPS_ALV has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 701