SAP ABAP Class CL_RSDDTZA_ALV_GRID (Basis Class for ALV Grid Wrapper)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDDTZA (Package) BWA ZA Maintenance Monitor and Functions
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTZA_ACTION_MSG_GRID Display of Information About Actions and Events 20050829
2 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTZA_ALV_BIAPROPS Changing of Global Indexing Parameters 20070714
3 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTZA_ALV_DELTAINDEX Changing of Global Indexing Parameters 20060104
4 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTZA_ALV_GLOBPARAMS Changing of Global Indexing Parameters 20051216
5 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTZA_ALV_INDEXINACT Changing of Global Indexing Parameters 20060116
6 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTZA_ALV_REINDEX_RANK Changing of Global Indexing Parameters 20070618
7 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTZA_BNR_SNAPSHOTS_GRID Display and Editing of Backup and Recovery Snapshots 20071127
8 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTZA_EXEC_ACT_LOG_GRID ALV GRID Log of Actions Performed 20061020
9 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTZA_HPA_CHECK_DETAILS Display of Check Details 20050830
10 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTZA_HPA_CHECK_GRID Display HPA Error Messages 20050826
... Click here to see Used By full list (11 items)
Properties
Class CL_RSDDTZA_ALV_GRID  
Short Description Basis Class for ALV Grid Wrapper    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDDTZA   BWA ZA Maintenance Monitor and Functions 
Created 20050803   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSDZA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDDTZA_ALV_GRID has no interface implemented.
Friends
Class CL_RSDDTZA_ALV_GRID has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_BUTTONS_DISABLED Instance attribute Protected Type reference (TYPE) RS_BOOL Boolean 20050803
2 P_R_ALV_GRID Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20050803
3 P_R_CUSTOM_CONTAINER_001 Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in Screen Area 20050803
4 P_T_ALV_ROWS Instance attribute Protected Type reference (TYPE) LVC_T_ROW ALV Control: Table Rows 20050803
Methods
# Method Level Visibility Method type Description Created on
1 FREE Instance method Public Method Cleans the Objects 20050803
2 GET_SELECTED_CELLS Instance method Public Method Returns the Selected Table Cells 20050803
3 GET_SELECTED_ROWS Instance method Public Method Returns the Selected Table Rows 20050803
4 REFRESH Instance method Public Method Renew the Contents of the Table 20050829
5 SET_BUTTON_STATUS Instance method Public Method Sets the Usability of Function Button 20050803
6 _CREATE_ALV_GRID Instance method Protected Method Generates an ALV Grid 20050803
7 _CREATE_CONTAINER Static method Protected Method Generate a UI Container 20050803
8 _DESELECT_ALL Instance method Protected Method Deslect All Table Rows 20050803
9 _GET_STACK_TITLE Instance method Protected Method Returns the Title for the ALV Grid 20050803
10 _HND_ALV_GRID_TOOLBAR Instance method Protected Event handling method Event Handler for Tollbar Event from the ALV Grid 20050803
11 _HND_ALV_GRID_UC Instance method Protected Event handling method Event Handler for User Command Event from the ALV Grid 20050803
12 _INVERT_ALL Instance method Protected Method Reverse Selection of Table Rows 20050803
13 _PASS_DATA_TO_ALV_GRID Instance method Protected Method Transfer Data to the ALV GRID 20050803
14 _SELECT_ALL Instance method Protected Method Select All Table Rows 20050803
15 _SET_ALV_GRID_FCAT Instance method Protected Method Sets the Field Catalog for the ALV Grid 20050803
16 _SET_ALV_GRID_LAYOUT Instance method Protected Method Sets the Layout for the ALV Grid 20050803
17 _SET_SELECTED_ROWS Instance method Protected Method Sets the Saved Rows in the Table 20050803
18 _SET_SPECIAL_HANDLERS Instance method Protected Method Set Event Handler 20050803
Events
Class CL_RSDDTZA_ALV_GRID has no event.
Types
Class CL_RSDDTZA_ALV_GRID has no local type.
Method Signatures

Method FREE Signature

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

Method GET_SELECTED_CELLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_CELLS Value transfer Type reference (TYPE) LVC_T_CELL ALV-Control: Tabelle mit Zellenbeschreibungen 20050803

Method GET_SELECTED_CELLS on class CL_RSDDTZA_ALV_GRID has no exception.

Method GET_SELECTED_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_ROWS Value transfer Type reference (TYPE) LVC_T_ROW ALV-Control: Tabellenzeilen 20050803

Method GET_SELECTED_ROWS on class CL_RSDDTZA_ALV_GRID has no exception.

Method REFRESH Signature

Method REFRESH on class CL_RSDDTZA_ALV_GRID has no parameter.
Method REFRESH on class CL_RSDDTZA_ALV_GRID has no exception.

Method SET_BUTTON_STATUS Signature

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

Method SET_BUTTON_STATUS on class CL_RSDDTZA_ALV_GRID has no exception.

Method _CREATE_ALV_GRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPL_EVENTS Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20071127
2 Importing I_READY_FOR_INPUT Call by reference Type reference (TYPE) INT4 0 Natürliche Zahl 20051216

Method _CREATE_ALV_GRID on class CL_RSDDTZA_ALV_GRID has no exception.

Method _CREATE_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTAINER Call by reference Type reference (TYPE) STRING 20050803
2 Importing I_DYNNR Call by reference Type reference (TYPE) SYDYNNR Aktuelle Dynpro-Nummer 20071030
3 Importing I_REPID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20050803
4 Returning R_R_CONTAINER Value transfer Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container fuer Custom Controls in der Dynpro Area 20050803

Method _CREATE_CONTAINER on class CL_RSDDTZA_ALV_GRID has no exception.

Method _DESELECT_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20050803

Method _DESELECT_ALL on class CL_RSDDTZA_ALV_GRID has no exception.

Method _GET_STACK_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TITLE Value transfer Type reference (TYPE) LVC_TITLE ALV-Control: Text der Titelzeile 20050803

Method _GET_STACK_TITLE on class CL_RSDDTZA_ALV_GRID has no exception.

Method _HND_ALV_GRID_TOOLBAR Signature

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

Method _HND_ALV_GRID_TOOLBAR on class CL_RSDDTZA_ALV_GRID has no exception.

Method _HND_ALV_GRID_UC 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) 20050803

Method _HND_ALV_GRID_UC on class CL_RSDDTZA_ALV_GRID has no exception.

Method _INVERT_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20050803
2 Importing I_T_GRID Call by reference Type reference (TYPE) ANY TABLE 20050803

Method _INVERT_ALL on class CL_RSDDTZA_ALV_GRID has no exception.

Method _PASS_DATA_TO_ALV_GRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_FIELDCAT Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20050803
2 Importing I_S_LAYOUT Call by reference Type reference (TYPE) LVC_S_LAYO ALV-Control: Layoutstruktur 20050803

Method _PASS_DATA_TO_ALV_GRID on class CL_RSDDTZA_ALV_GRID has no exception.

Method _SELECT_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20050803
2 Importing I_T_GRID Call by reference Type reference (TYPE) ANY TABLE 20050803

Method _SELECT_ALL on class CL_RSDDTZA_ALV_GRID has no exception.

Method _SET_ALV_GRID_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_FIELDCAT Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20050803

Method _SET_ALV_GRID_FCAT on class CL_RSDDTZA_ALV_GRID has no exception.

Method _SET_ALV_GRID_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_LAYOUT Call by reference Type reference (TYPE) LVC_S_LAYO ALV-Control: Layoutstruktur 20050803

Method _SET_ALV_GRID_LAYOUT on class CL_RSDDTZA_ALV_GRID has no exception.

Method _SET_SELECTED_ROWS Signature

Method _SET_SELECTED_ROWS on class CL_RSDDTZA_ALV_GRID has no parameter.
Method _SET_SELECTED_ROWS on class CL_RSDDTZA_ALV_GRID has no exception.

Method _SET_SPECIAL_HANDLERS Signature

Method _SET_SPECIAL_HANDLERS on class CL_RSDDTZA_ALV_GRID has no parameter.
Method _SET_SPECIAL_HANDLERS on class CL_RSDDTZA_ALV_GRID has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTZA_ACTION_MSG_GRID Display of Information About Actions and Events 20050829
2 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTZA_ALV_BIAPROPS Changing of Global Indexing Parameters 20070714
3 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTZA_ALV_DELTAINDEX Changing of Global Indexing Parameters 20060104
4 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTZA_ALV_GLOBPARAMS Changing of Global Indexing Parameters 20051216
5 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTZA_ALV_INDEXINACT Changing of Global Indexing Parameters 20060116
6 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTZA_ALV_REINDEX_RANK Changing of Global Indexing Parameters 20070618
7 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTZA_BNR_SNAPSHOTS_GRID Display and Editing of Backup and Recovery Snapshots 20071127
8 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTZA_EXEC_ACT_LOG_GRID ALV GRID Log of Actions Performed 20061020
9 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTZA_HPA_CHECK_DETAILS Display of Check Details 20050830
10 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTZA_HPA_CHECK_GRID Display HPA Error Messages 20050826
11 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTZA_HPA_SUMMARY ALV GRID: Quick Overview of Status of BWA 20051108
History
Last changed by/on SAP  20130531 
SAP Release Created in 700