SAP ABAP Class CL_WRF_PBAS_AC_GRID_VIEW (ALV Grid Application Function: View)
Hierarchy
EA-RETAIL (Software Component) SAP Enterprise Extension Retail
   MM-PUR (Application Component) Purchasing
     WRF_PRC_BASIC_APPL (Package) Seasonal Procurement: Basis Area
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WRF_PBAS_APPL_COMP_VIEW Application Function View 20031024
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POHF_AC_POSI_VIEW Obsolete 20031024
2 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POTB_AC_POT_VIEW OTB Pool Application Function: View 20031119
3 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POTB_AC_POTCTR_VIEW Budget Bucket (OTB Controlling) Application Function: View 20040430
4 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POTB_AC_POTALC_VIEW Budget Bucket (OTB) Allocation Application Function: View 20040512
5 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POTB_AC_POSISPR_VIEW Item Data Special Release Application Function: View 20031120
6 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POTB_AC_POSIPRC_VIEW Item Data General Procurement Application Function: View 20040212
7 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POTB_AC_POSIPOT_VIEW Budget Bucket (OTB) Item Data Application Function: View 20031120
8 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POTB_AC_HEADSPR_VIEW Header Data Special Release Application Function: View 20031120
9 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POTB_AC_HEADPRC_VIEW "Header Data OTB Procurement" Application Function: View 20040209
10 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POTB_AC_HEADPOT_VIEW Header Data Application Component (Pool-Dependent): View 20031120
... Click here to see Used By full list (24 items)
Properties
Class CL_WRF_PBAS_AC_GRID_VIEW  
Short Description ALV Grid Application Function: View    
Super Class CL_WRF_PBAS_APPL_COMP_VIEW Application Function View 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WRF_PRC_BASIC_APPL   Seasonal Procurement: Basis Area 
Created 20031024   SAP 
Last change 20050219   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WRF_PBAS_AC_GRID_VIEW has no forward declaration.
Interfaces
Class CL_WRF_PBAS_AC_GRID_VIEW has no interface implemented.
Friends
Class CL_WRF_PBAS_AC_GRID_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_FCODE_SHOW_DOCU_GRID Instance attribute Private Attribute reference (LIKE) 20050519
2 CO_FCODE_TOGGLE_FULLSCREEN Instance attribute Private Attribute reference (LIKE) 20040210
3 CO_ICON_SWITCH_TO_FULLSCREEN Instance attribute Private Attribute reference (LIKE) 20040210
4 CO_ICON_SWITCH_TO_NORMALSCREEN Instance attribute Private Attribute reference (LIKE) 20040210
5 CO_NO Instance attribute Private Attribute reference (LIKE) 20040210
6 CO_PICK_ICON_FIELDNAME Instance attribute Private Attribute reference (LIKE) 20040204
7 CO_ROW_INDEX_FIELDNAME Instance attribute Private Attribute reference (LIKE) 20040206
8 CO_YES Instance attribute Private Attribute reference (LIKE) 20031106
9 MR_DATA Instance attribute Protected Object reference (TYPE REF TO) DATA Outtab of Grid as Generic Type 20031030
10 MR_GRID Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20031024
11 MT_FIELDCAT Instance attribute Protected Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20031030
12 M_DATA_SET Instance attribute Protected Type reference (TYPE) WRF_PBAS_BOOLEAN Grid Data Set (set_table_for_first_display)? 20050113
13 M_INDEX_PICKED_ROW Instance attribute Private Type reference (TYPE) WRF_PBAS_INDEX Indiex of (Last) Picked Row 20040720
Methods
# Method Level Visibility Method type Description Created on
1 ADAPT_TOOLBAR Instance method Protected Method Modify ALV Grid Toolbar 20040204
2 ASSERT_FIELD_VISIBLE Instance method Public Method Ensure that Field is Visible in ALV Grid 20040708
3 CONSTRUCTOR Instance method Public Constructor Constructor 20031030
4 CREATE_EMPTY_TABLE Instance method Protected Method Create Empty ALV Grid Table 20040206
5 CREATE_GRID Instance method Public Method Creates ALV Grid 20031202
6 DEPICK_ALL Instance method Public Method Reset All "Pick Icons" 20031128
7 DEPICK_ROW Instance method Public Method Delete "Pick Icon" in Specified Row 20040204
8 GET_ALV_GRID_CONTROL Instance method Public Method Returns Relevant ALV Grid Instance 20031024
9 GET_CURRENT_CELL Instance method Public Method Returns Currently Active Cell (Highlighted Yellow) 20040505
10 GET_EXCL_TOOLBAR_FCODES Instance method Protected Method Returns Toolbar Function Codes To Be Excluded 20031030
11 GET_PICKED_ROW Instance method Public Method Returns First Row Set by a "Pick Icon" 20040206
12 GET_PICKED_ROWS Instance method Public Method Returns All Rows Selected via a "Pick Icon" 20040206
13 GET_SELECTED_CELLS Instance method Public Method Returns Selected Cells 20040205
14 GET_SELECTED_ROWS Instance method Public Method Returns All Currently Selected Rows 20040206
15 IS_DATA_SET Instance method Public Method Was the Grid Data Set? 20050114
16 ON_TOOLBAR Instance method Private Event handling method Event Handler To Change Grid Toolbar 20031030
17 PICK_ROW Instance method Public Method Select Row Using "Pick Icon" 20040204
18 REFRESH_TABLE_DISPLAY Instance method Public Method Refresh ALV Grid Frontend Table 20040204
19 REFRESH_TOOLBAR Instance method Private Method Update Toolbar Display 20040210
20 SET_OR_REFRESH_TABLE_DISPLAY Instance method Public Method Set or Refresh Data 20050113
21 SET_TABLE_FOR_FIRST_DISPLAY Instance method Protected Method First Display of Data 20050112
Events
Class CL_WRF_PBAS_AC_GRID_VIEW has no event.
Types
Class CL_WRF_PBAS_AC_GRID_VIEW has no local type.
Method Signatures

Method ADAPT_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INTERACTIVE Call by reference Type reference (TYPE) WRF_PBAS_BOOLEAN Interaktiver Aufruf? 20040204
2 Importing I_OBJECT Call by reference Object reference (TYPE REF TO) CL_ALV_EVENT_TOOLBAR_SET ALV Kontextmenü 20040204

Method ADAPT_TOOLBAR on class CL_WRF_PBAS_AC_GRID_VIEW has no exception.

Method ASSERT_FIELD_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Call by reference Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20040708
# Exception Resumable Description Created on
1 CX_WRF_PBAS_FIELD_NOT_AVAIL Ausnahme: Feld (in Zeilenstruktur des Grid) nicht verfügbar 20040708

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INITRATIO Call by reference Type reference (TYPE) WRF_PBAS_APPL_COMP_INITRATIO Ausdehnung in Prozent 20031122

Method CONSTRUCTOR on class CL_WRF_PBAS_AC_GRID_VIEW has no exception.

Method CREATE_EMPTY_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_TABLE Call by reference Object reference (TYPE REF TO) DATA Leere Tabelle der Anwendungsfunktion. 20040206

Method CREATE_EMPTY_TABLE on class CL_WRF_PBAS_AC_GRID_VIEW has no exception.

Method CREATE_GRID Signature

Method CREATE_GRID on class CL_WRF_PBAS_AC_GRID_VIEW has no parameter.
Method CREATE_GRID on class CL_WRF_PBAS_AC_GRID_VIEW has no exception.

Method DEPICK_ALL Signature

Method DEPICK_ALL on class CL_WRF_PBAS_AC_GRID_VIEW has no parameter.
Method DEPICK_ALL on class CL_WRF_PBAS_AC_GRID_VIEW has no exception.

Method DEPICK_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ROW_INDEX Call by reference Type reference (TYPE) WRF_PBAS_INDEX Index der Zeile. 20040204

Method DEPICK_ROW on class CL_WRF_PBAS_AC_GRID_VIEW has no exception.

Method GET_ALV_GRID_CONTROL Signature

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

Method GET_ALV_GRID_CONTROL on class CL_WRF_PBAS_AC_GRID_VIEW has no exception.

Method GET_CURRENT_CELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_COL_ID Call by reference Type reference (TYPE) LVC_S_COL ALV-Control: Spalten-ID 20040505
2 Exporting ES_ROW_ID Call by reference Type reference (TYPE) LVC_S_ROW ALV-Control: Beschreibung einer Zeile 20040505

Method GET_CURRENT_CELL on class CL_WRF_PBAS_AC_GRID_VIEW has no exception.

Method GET_EXCL_TOOLBAR_FCODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FCODES Call by reference Type reference (TYPE) UI_FUNCTIONS Funktionscodestabelle 20031030

Method GET_EXCL_TOOLBAR_FCODES on class CL_WRF_PBAS_AC_GRID_VIEW has no exception.

Method GET_PICKED_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_ROW Call by reference Object reference (TYPE REF TO) DATA Erste Zeile, die ein "Pick-Icon" gesetzt hat. 20040206

Method GET_PICKED_ROW on class CL_WRF_PBAS_AC_GRID_VIEW has no exception.

Method GET_PICKED_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_PICKED_ROWS Call by reference Object reference (TYPE REF TO) DATA Zeilen, die aktuell über ein "Pick-Icon" ausgewählt sind. 20040206

Method GET_PICKED_ROWS on class CL_WRF_PBAS_AC_GRID_VIEW has no exception.

Method GET_SELECTED_CELLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CELLS Call by reference Type reference (TYPE) LVC_T_CELL ALV-Control: Tabelle mit Zellenbeschreibungen 20040205

Method GET_SELECTED_CELLS on class CL_WRF_PBAS_AC_GRID_VIEW has no exception.

Method GET_SELECTED_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_SELECTED_ROWS Call by reference Object reference (TYPE REF TO) DATA Aktuell selektierten Zeilen. 20040206

Method GET_SELECTED_ROWS on class CL_WRF_PBAS_AC_GRID_VIEW has no exception.

Method IS_DATA_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATA_SET Call by reference Type reference (TYPE) WRF_PBAS_BOOLEAN Daten des Grid gesetzt? 20050114

Method IS_DATA_SET on class CL_WRF_PBAS_AC_GRID_VIEW has no exception.

Method ON_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) 20031112
2 Importing E_OBJECT Call by reference Attribute reference (LIKE) 20031030

Method ON_TOOLBAR on class CL_WRF_PBAS_AC_GRID_VIEW has no exception.

Method PICK_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ICON Call by reference Type reference (TYPE) ICON_D Ikone in Textfeldern (Ersatzdarstellung, Alias) 20040204
2 Importing I_ROW_INDEX Call by reference Type reference (TYPE) WRF_PBAS_INDEX Index der Zeile. 20040204
3 Importing I_TEXT Call by reference Type reference (TYPE) WRF_PBAS_ICON_TOOLTIP Tooltip eines Icons 20040204

Method PICK_ROW on class CL_WRF_PBAS_AC_GRID_VIEW has no exception.

Method REFRESH_TABLE_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_STABLE Call by reference Type reference (TYPE) LVC_S_STBL ALV-Control: Refresh-Stabilität 20040204
2 Importing I_SOFT_REFRESH Call by reference Type reference (TYPE) WRF_PBAS_BOOLEAN Soft-Refresh durchführen? 20040204

Method REFRESH_TABLE_DISPLAY on class CL_WRF_PBAS_AC_GRID_VIEW has no exception.

Method REFRESH_TOOLBAR Signature

Method REFRESH_TOOLBAR on class CL_WRF_PBAS_AC_GRID_VIEW has no parameter.
Method REFRESH_TOOLBAR on class CL_WRF_PBAS_AC_GRID_VIEW has no exception.

Method SET_OR_REFRESH_TABLE_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_STABLE Call by reference Type reference (TYPE) LVC_S_STBL ALV-Control: Refresh-Stabilität 20050113
2 Importing I_SOFT_REFRESH Call by reference Type reference (TYPE) WRF_PBAS_BOOLEAN Soft-Refresh durchführen 20050113

Method SET_OR_REFRESH_TABLE_DISPLAY on class CL_WRF_PBAS_AC_GRID_VIEW has no exception.

Method SET_TABLE_FOR_FIRST_DISPLAY Signature

Method SET_TABLE_FOR_FIRST_DISPLAY on class CL_WRF_PBAS_AC_GRID_VIEW has no parameter.
Method SET_TABLE_FOR_FIRST_DISPLAY on class CL_WRF_PBAS_AC_GRID_VIEW 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_WRF_POHF_AC_POSI_VIEW Obsolete 20031024
2 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POTB_AC_POT_VIEW OTB Pool Application Function: View 20031119
3 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POTB_AC_POTCTR_VIEW Budget Bucket (OTB Controlling) Application Function: View 20040430
4 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POTB_AC_POTALC_VIEW Budget Bucket (OTB) Allocation Application Function: View 20040512
5 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POTB_AC_POSISPR_VIEW Item Data Special Release Application Function: View 20031120
6 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POTB_AC_POSIPRC_VIEW Item Data General Procurement Application Function: View 20040212
7 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POTB_AC_POSIPOT_VIEW Budget Bucket (OTB) Item Data Application Function: View 20031120
8 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POTB_AC_HEADSPR_VIEW Header Data Special Release Application Function: View 20031120
9 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POTB_AC_HEADPRC_VIEW "Header Data OTB Procurement" Application Function: View 20040209
10 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POTB_AC_HEADPOT_VIEW Header Data Application Component (Pool-Dependent): View 20031120
11 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POHF_AC_SCHE_VIEW Obsolete 20031104
12 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POHF_AC_SCHEG_VIEW Obsolete 20031117
13 Inheritance (c INHERITING FROM c_ref)  CL_WRF_PCON_AC_COSI_VIEW Header Data Application Function: View 20041208
14 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POHF_AC_POSIG_VIEW Obsolete 20031115
15 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POHF_AC_POSCHE_VIEW Item and Schedule Line Application Function: View 20040301
16 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POHF_AC_POSCHEG_VIEW Item and Schedule Line Application Function: View 20040318
17 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POHF_AC_HEAD_VIEW Header Data Application Function: View 20031024
18 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POHF_AC_HEADG_VIEW Header Data Application Function: View 20031115
19 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POHF_AC_FAST_VIEW Fast Entry Application Function: View 20031106
20 Inheritance (c INHERITING FROM c_ref)  CL_WRF_POHF_AC_ENTR_VIEW Order List Entries Application Function: View 20031106
21 Inheritance (c INHERITING FROM c_ref)  CL_WRF_PCTR_AC_POS_RCT_VIEW Application Comp. Item and Sched.Line Data POC React.: View 20031123
22 Inheritance (c INHERITING FROM c_ref)  CL_WRF_PCTR_AC_HEAD_RCT_VIEW Application Component Header Data POC React.: View 20031121
23 Inheritance (c INHERITING FROM c_ref)  CL_WRF_PCON_AC_INRAT_VIEW Header Data Application Function: View 20041208
24 Inheritance (c INHERITING FROM c_ref)  CL_WRF_PCON_AC_HEAD_VIEW Header Data Application Function: View 20041207
History
Last changed by/on SAP  20050219 
SAP Release Created in 111