SAP ABAP Class /IPRO/CL_TABLE_VIEW (Generic talbe view for Document Builder)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-GTF-DOB (Application Component) Document Builder
     /IPRO/UI/PROGS/ (Package) Programs
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /IPRO/CL_COMPLEX_MODEL_VIEW Complex Model View (multiple models) 20040209
2 Interface implementation (CLASS c. INTERFACES i_ref)  /IPRO/IF_PAGEABLE Pageable Object 20040209
Properties
Class /IPRO/CL_TABLE_VIEW  
Short Description Generic talbe view for Document Builder    
Super Class /IPRO/CL_COMPLEX_MODEL_VIEW Complex Model View (multiple models) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IPRO/UI/PROGS/   Programs 
Created 20040209   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /IPRO/CL_TABLE_VIEW has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /IPRO/IF_PAGEABLE Pageable Object 20040209
Friends
Class /IPRO/CL_TABLE_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_PAGER Instance attribute Protected Object reference (TYPE REF TO) /IPRO/CL_PAGER_VIEW Pager view 20040227
2 MS_TABDEF Instance attribute Protected Type reference (TYPE) /IPRO/S_UI_TABDEF Table definition 20040209
3 MT_COLUMNS Instance attribute Protected Type reference (TYPE) /IPRO/TT_UI_COLUMNS Table type for /IPRO/S_UI_COLUMN 20040209
4 MV_SORT Instance attribute Protected Type reference (TYPE) STRING Table Sort (Ascending/Descending) 20050126
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_LAYOUT Instance method Protected Method Default layout, needs to be redefined 20040209
2 CLEAR_SELECTION Instance method Protected Method Clear the internal selection 20051018
3 GET_CELL_DEFINITION Instance method Public Method Cell definition 20040209
4 GET_COLUMN_DEFINITION Instance method Public Method Column definition 20040209
5 GET_SELECTION Instance method Public Method Selection by object reference 20040209
6 GET_SELECTION_TABLE Instance method Public Method Selection by table reference 20040209
7 HANDLE_CELL_CLICK Instance method Protected Method Item cell clicked 20040209
8 HANDLE_HEADER_CLICK Instance method Protected Method Header clicked 20040209
9 HANDLE_ITEM_BUTTON_CLICK Instance method Protected Method Item button clicked 20040209
10 HANDLE_ITEM_LINK_CLICK Instance method Protected Method Item link clicked 20040209
11 NOTIFY_ROW_CHANGED Instance method Public Method A row of the table was changed 20040216
12 SET_OBJECT_COLUMN Instance method Public Method The coulumn name that contains the object reference 20040209
13 SET_STRUCTURE Instance method Public Method Defines the structure of the table 20040209
14 UPDATE_SELECTION Instance method Protected Method Update internal selection 20040209
Events
# Event Type Visibility Description Created on
1 SELECTION_CHANGED Instance Event
(0)
Public
(2)
Selection changed 20040209
Types
Class /IPRO/CL_TABLE_VIEW has no local type.
Method Signatures

Method BUILD_LAYOUT Signature

Method BUILD_LAYOUT on class /IPRO/CL_TABLE_VIEW has no parameter.
Method BUILD_LAYOUT on class /IPRO/CL_TABLE_VIEW has no exception.

Method CLEAR_SELECTION Signature

Method CLEAR_SELECTION on class /IPRO/CL_TABLE_VIEW has no parameter.
Method CLEAR_SELECTION on class /IPRO/CL_TABLE_VIEW has no exception.

Method GET_CELL_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PIV_NAME Call by reference Type reference (TYPE) STRING Name 20040209
2 Importing PIV_ROW Call by reference Type reference (TYPE) I Row 20040209
3 Returning PRS_CELL Value transfer Type reference (TYPE) /IPRO/S_UI_COLUMN Column in a table view 20040210

Method GET_CELL_DEFINITION on class /IPRO/CL_TABLE_VIEW has no exception.

Method GET_COLUMN_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PRT_COLUMNS Value transfer Type reference (TYPE) /IPRO/TT_UI_COLUMNS Table type for /IPRO/S_UI_COLUMN 20040209

Method GET_COLUMN_DEFINITION on class /IPRO/CL_TABLE_VIEW has no exception.

Method GET_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PRT_MODELS Value transfer Type reference (TYPE) /IPRO/TT_MODELS Table type for if_models 20040209

Method GET_SELECTION on class /IPRO/CL_TABLE_VIEW has no exception.

Method GET_SELECTION_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PRR_TABLE Value transfer Object reference (TYPE REF TO) DATA Selection by table reference 20040209

Method GET_SELECTION_TABLE on class /IPRO/CL_TABLE_VIEW has no exception.

Method HANDLE_CELL_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PIV_COLUMN Call by reference Type reference (TYPE) I 20040209
2 Importing PIV_ROW Call by reference Type reference (TYPE) I 20040209

Method HANDLE_CELL_CLICK on class /IPRO/CL_TABLE_VIEW has no exception.

Method HANDLE_HEADER_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PIV_COLUMN Call by reference Type reference (TYPE) I Column Index 20040209
2 Importing PIV_COLUMN_KEY Call by reference Type reference (TYPE) STRING Column Key 20050126

Method HANDLE_HEADER_CLICK on class /IPRO/CL_TABLE_VIEW has no exception.

Method HANDLE_ITEM_BUTTON_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PIV_COLUMN Call by reference Type reference (TYPE) I 20040209
2 Importing PIV_ROW Call by reference Type reference (TYPE) I 20040209

Method HANDLE_ITEM_BUTTON_CLICK on class /IPRO/CL_TABLE_VIEW has no exception.

Method HANDLE_ITEM_LINK_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PIV_COLUMN Call by reference Type reference (TYPE) I 20040209
2 Importing PIV_ROW Call by reference Type reference (TYPE) I 20040209

Method HANDLE_ITEM_LINK_CLICK on class /IPRO/CL_TABLE_VIEW has no exception.

Method NOTIFY_ROW_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PIV_CHANGED_ROW Call by reference Type reference (TYPE) I Index of changed row 20040216

Method NOTIFY_ROW_CHANGED on class /IPRO/CL_TABLE_VIEW has no exception.

Method SET_OBJECT_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PIV_OBJECT_COLUMN Call by reference Type reference (TYPE) STRING Name of column that contains object reference 20040209

Method SET_OBJECT_COLUMN on class /IPRO/CL_TABLE_VIEW has no exception.

Method SET_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PIS_STRUCTURE Call by reference Type reference (TYPE) ANY Structure by data 20040209
2 Importing PIV_STRUCTNAME Call by reference Type reference (TYPE) STRING Structure by name 20040209

Method SET_STRUCTURE on class /IPRO/CL_TABLE_VIEW has no exception.

Method UPDATE_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PIV_SELECTED Call by reference Type reference (TYPE) I Selected row index 20040209

Method UPDATE_SELECTION on class /IPRO/CL_TABLE_VIEW has no exception.
Event Signatures

Event SELECTION_CHANGED Signature
Event SELECTION_CHANGED on class /IPRO/CL_TABLE_VIEW has no parameter.
History
Last changed by/on SAP  20110908 
SAP Release Created in 10A