SAP ABAP Class CL_SALV_FULLSCREEN_ADAPTER (ALV: Adapter for Output of Data in a List)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ALV (Application Component) SAP List Viewer
     SALV_OM_OBJECTS (Package) ALV Object Model Basis Classes
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_ADAPTER ALV: Basis Class Adapter 20040219
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_ADAPTER_SELECTIONS ALV: Adapter Interface for Selections 20040220
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_C_BOOL_SAP ALV: SAP Boolean Constants 20040211
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_DISPLAY_ADAPTER ALV: Adapter Interface for Display 20040211
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_EVENTS_ADAPTER ALV: Event Adapter Old World / New World 20040209
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_STATUS_ADAPTER ALV: Adapter Interface for Status Management 20040211
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_TABLE_DISPLAY_ADAPTER Wrapping Adapter for Displaying Simple Tables 20040202
Properties
Class CL_SALV_FULLSCREEN_ADAPTER  
Short Description ALV: Adapter for Output of Data in a List    
Super Class CL_SALV_ADAPTER ALV: Basis Class Adapter 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_OM_OBJECTS   ALV Object Model Basis Classes 
Created 20040202   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 KKBLO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SDYDO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SLIS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SALV_ADAPTER_SELECTIONS ALV: Adapter Interface for Selections 20040220
2 IF_SALV_C_BOOL_SAP ALV: SAP Boolean Constants 20040211
3 IF_SALV_DISPLAY_ADAPTER ALV: Adapter Interface for Display 20040211
4 IF_SALV_EVENTS_ADAPTER ALV: Event Adapter Old World / New World 20040209
5 IF_SALV_STATUS_ADAPTER ALV: Adapter Interface for Status Management 20040211
6 IF_SALV_TABLE_DISPLAY_ADAPTER Wrapping Adapter for Displaying Simple Tables 20040202
Friends
# Friend Modeled only Created on Description
1 CL_SALV_CONTROLLER 20040310 ALV: Abstract Controller
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FALSE Instance attribute Private Attribute reference (LIKE) 20040211
2 R_END_OF_PAGE Instance attribute Public Attribute reference (LIKE) 20040209
3 R_GRID Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20040212
4 R_TOP_OF_PAGE Instance attribute Public Attribute reference (LIKE) 20040209
5 SET_CELL Instance attribute Private Type reference (TYPE) SAP_BOOL Set Focus Cell 20040213
6 SET_CELLS Instance attribute Private Type reference (TYPE) SAP_BOOL Cells Are Set 20040213
7 SET_COLS Instance attribute Private Type reference (TYPE) SAP_BOOL Columns Are Set 20040213
8 SET_ROWS Instance attribute Private Type reference (TYPE) SAP_BOOL Rows Are Set 20040213
9 S_CURRENT_CELL Instance attribute Private Type reference (TYPE) SALV_S_CELL Current Focus Cell 20040213
10 TRUE Instance attribute Private Attribute reference (LIKE) 20040211
11 T_SELECTED_CELLS Instance attribute Private Type reference (TYPE) SALV_T_CELL Selected Cells 20040213
12 T_SELECTED_COLUMNS Instance attribute Private Type reference (TYPE) SALV_T_COLUMN Selected Columns 20040213
13 T_SELECTED_ROWS Instance attribute Private Type reference (TYPE) SALV_T_ROW Selected Rows 20040213
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_UIFUNCTION Instance method Public Method 20040302
2 CONSTRUCTOR Instance method Public Constructor 20040202
3 GET_CURRENT_CELL Instance method Public Method 20040220
4 GET_GRID Instance method Public Method Get Relevant Instance of CL_GUI_ALV_GRID 20040212
5 GET_SELECTED_CELLS Instance method Public Method 20040220
6 GET_SELECTED_COLUMNS Instance method Public Method 20040220
7 GET_SELECTED_ROWS Instance method Public Method 20040220
8 GET_SELECTION_MODE Instance method Public Method 20040325
9 RAISE_BUILD_UIFUNCTION Instance method Private Method 20040302
10 RAISE_END_OF_PAGE Instance method Public Method 20040209
11 RAISE_TOP_OF_PAGE Instance method Public Method 20040209
12 REMOVE_GRID Instance method Public Method Removes the Grid Instance 20041203
13 SET_CURRENT_CELL Instance method Public Method 20040220
14 SET_SELECTED_CELLS Instance method Public Method 20040220
15 SET_SELECTED_COLUMNS Instance method Public Method 20040220
16 SET_SELECTED_ROWS Instance method Public Method 20040220
Events
Class CL_SALV_FULLSCREEN_ADAPTER has no event.
Types
Class CL_SALV_FULLSCREEN_ADAPTER has no local type.
Method Signatures

Method BUILD_UIFUNCTION Signature

Method BUILD_UIFUNCTION on class CL_SALV_FULLSCREEN_ADAPTER has no parameter.
Method BUILD_UIFUNCTION on class CL_SALV_FULLSCREEN_ADAPTER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_SALV_CONTROLLER_TABLE ALV: Controller für einfache Listen 20040223

Method CONSTRUCTOR on class CL_SALV_FULLSCREEN_ADAPTER has no exception.

Method GET_CURRENT_CELL Signature

Method GET_CURRENT_CELL on class CL_SALV_FULLSCREEN_ADAPTER has no parameter.
Method GET_CURRENT_CELL on class CL_SALV_FULLSCREEN_ADAPTER has no exception.

Method GET_GRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20040212

Method GET_GRID on class CL_SALV_FULLSCREEN_ADAPTER has no exception.

Method GET_SELECTED_CELLS Signature

Method GET_SELECTED_CELLS on class CL_SALV_FULLSCREEN_ADAPTER has no parameter.
Method GET_SELECTED_CELLS on class CL_SALV_FULLSCREEN_ADAPTER has no exception.

Method GET_SELECTED_COLUMNS Signature

Method GET_SELECTED_COLUMNS on class CL_SALV_FULLSCREEN_ADAPTER has no parameter.
Method GET_SELECTED_COLUMNS on class CL_SALV_FULLSCREEN_ADAPTER has no exception.

Method GET_SELECTED_ROWS Signature

Method GET_SELECTED_ROWS on class CL_SALV_FULLSCREEN_ADAPTER has no parameter.
Method GET_SELECTED_ROWS on class CL_SALV_FULLSCREEN_ADAPTER has no exception.

Method GET_SELECTION_MODE Signature

Method GET_SELECTION_MODE on class CL_SALV_FULLSCREEN_ADAPTER has no parameter.
Method GET_SELECTION_MODE on class CL_SALV_FULLSCREEN_ADAPTER has no exception.

Method RAISE_BUILD_UIFUNCTION Signature

Method RAISE_BUILD_UIFUNCTION on class CL_SALV_FULLSCREEN_ADAPTER has no parameter.
Method RAISE_BUILD_UIFUNCTION on class CL_SALV_FULLSCREEN_ADAPTER has no exception.

Method RAISE_END_OF_PAGE Signature

Method RAISE_END_OF_PAGE on class CL_SALV_FULLSCREEN_ADAPTER has no parameter.
Method RAISE_END_OF_PAGE on class CL_SALV_FULLSCREEN_ADAPTER has no exception.

Method RAISE_TOP_OF_PAGE Signature

Method RAISE_TOP_OF_PAGE on class CL_SALV_FULLSCREEN_ADAPTER has no parameter.
Method RAISE_TOP_OF_PAGE on class CL_SALV_FULLSCREEN_ADAPTER has no exception.

Method REMOVE_GRID Signature

Method REMOVE_GRID on class CL_SALV_FULLSCREEN_ADAPTER has no parameter.
Method REMOVE_GRID on class CL_SALV_FULLSCREEN_ADAPTER has no exception.

Method SET_CURRENT_CELL Signature

Method SET_CURRENT_CELL on class CL_SALV_FULLSCREEN_ADAPTER has no parameter.
Method SET_CURRENT_CELL on class CL_SALV_FULLSCREEN_ADAPTER has no exception.

Method SET_SELECTED_CELLS Signature

Method SET_SELECTED_CELLS on class CL_SALV_FULLSCREEN_ADAPTER has no parameter.
Method SET_SELECTED_CELLS on class CL_SALV_FULLSCREEN_ADAPTER has no exception.

Method SET_SELECTED_COLUMNS Signature

Method SET_SELECTED_COLUMNS on class CL_SALV_FULLSCREEN_ADAPTER has no parameter.
Method SET_SELECTED_COLUMNS on class CL_SALV_FULLSCREEN_ADAPTER has no exception.

Method SET_SELECTED_ROWS Signature

Method SET_SELECTED_ROWS on class CL_SALV_FULLSCREEN_ADAPTER has no parameter.
Method SET_SELECTED_ROWS on class CL_SALV_FULLSCREEN_ADAPTER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700