SAP ABAP Class CL_GUI_ISH_NL_ALV_GRID (CL_GUI_ISH_NL_ALV_GRID)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       NNL1 (Package) Application development Hospital System Netherlands
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GUI_ALV_GRID ALV List Viewer 20040406
Properties
Class CL_GUI_ISH_NL_ALV_GRID  
Short Description    
Super Class CL_GUI_ALV_GRID ALV List Viewer 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package NNL1   Application development Hospital System Netherlands 
Created 20040406   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_GUI_ISH_NL_ALV_GRID Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CNTB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_GUI_ISH_NL_ALV_GRID has no interface implemented.
Friends
Class CL_GUI_ISH_NL_ALV_GRID has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALV_BUTTON Instance attribute Public Type reference (TYPE) STB_BUTTON 20040406
2 ALV_BUTTONS Instance attribute Public Type reference (TYPE) TTB_BUTTON 20040406
3 DISPLAY_VARIANT Instance attribute Private Type reference (TYPE) DISVARIANT 20040407
4 FIELDS_WU_DATAELEMENT Instance attribute Private Type reference (TYPE) LVC_T_FNAM 20040406
5 FIELD_CATALOG Instance attribute Public Type reference (TYPE) LVC_T_FCAT 20040406
6 FIRST_N_AS_KEY_FIELD Instance attribute Private Type reference (TYPE) I 20040406
7 LAYOUT Instance attribute Public Type reference (TYPE) LVC_S_LAYO 20040406
8 ON_HOTSPOT Constant Public Type reference (TYPE) SYUCOMM 'ON_HOTSPOT' 20040407
9 SELECTED_FIELD Instance attribute Public Type reference (TYPE) LVC_FNAME 20040407
10 SELECTED_FIELDS Instance attribute Public Type reference (TYPE) LVC_T_FNAM 20040407
11 SELECTED_ROW Instance attribute Public Type reference (TYPE) I 20040407
12 SELECTED_ROWS Instance attribute Public Type reference (TYPE) TY_SELECTED_ROWS 20040407
13 SELECTION_MODE_BUTTON Constant Public Type reference (TYPE) I 14 20040407
14 SELECTION_MODE_MULTIPLE Constant Public Type reference (TYPE) I 13 20040406
15 SELECTION_MODE_SINGLE Constant Public Type reference (TYPE) I 12 20040406
16 SHOW_ALL_FIELDS Instance attribute Private Type reference (TYPE) CHAR1 20040406
17 VARIANT_SAVE_MODE Instance attribute Private Type reference (TYPE) CHAR1 20040407
18 VARIANT_SAVE_MODE_ALL Constant Public Type reference (TYPE) CHAR1 'A' 20040407
19 VARIANT_SAVE_MODE_GLOBAL Constant Public Type reference (TYPE) CHAR1 'X' 20040407
20 VARIANT_SAVE_MODE_NONE Constant Public Type reference (TYPE) CHAR1 ' ' 20040407
21 VARIANT_SAVE_MODE_USER Constant Public Type reference (TYPE) CHAR1 'U' 20040407
Methods
# Method Level Visibility Method type Description Created on
1 ADD_BUTTON Instance method Public Method 20040406
2 ADD_FIELD Instance method Public Method 20040406
3 CHECK_VARIANT Static method Public Method 20040504
4 DISPLAY_TABLE Instance method Public Method 20040406
5 HIDE_FIELD Instance method Public Method 20040406
6 ON_HOTSPOT_CLICK Instance method Public Event handling method 20040406
7 ON_TOOLBAR Instance method Public Event handling method 20040406
8 ON_USER_COMMAND Instance method Public Event handling method 20040406
9 POV_VARIANT Static method Public Method 20040504
10 SET_DISPLAY_VARIANT Instance method Public Method 20040429
11 SET_FIELD_ATTRIBUTE Instance method Public Method 20040406
12 SET_FIRST_N_AS_KEY_FIELD Instance method Public Method 20040406
13 SET_LAYOUT_ATTRIBUTE Instance method Public Method 20040406
14 SET_SELECTION_MODE Instance method Public Method 20040406
15 SET_SHOW_ALL_FIELDS Instance method Public Method 20040406
16 SET_VARIANT_SAVE_MODE Instance method Public Method 20040407
Events
Class CL_GUI_ISH_NL_ALV_GRID has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_SELECTED_ROWS Public See coding 20040407 TY_SELECTED_ROWS type table of i
Method Signatures

Method ADD_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Type reference (TYPE) UI_FUNC FCODE 20040406
2 Importing ICON Call by reference Type reference (TYPE) ICON_D ICON 20040406
3 Importing QUICKINFO Call by reference Type reference (TYPE) ICONQUICK QUICKINFO 20040406
4 Importing TEXT Call by reference Type reference (TYPE) TEXT40 Text in der Länge 40 20040407

Method ADD_BUTTON on class CL_GUI_ISH_NL_ALV_GRID has no exception.

Method ADD_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AUTO_DATA_ELEMENT Call by reference Type reference (TYPE) CHAR1 'X' AUTO_DATA_ELEMENT 20040406
2 Importing COL_POS Call by reference Type reference (TYPE) LVC_COLPOS COL_POS 20040406
3 Importing FIELDNAME Call by reference Type reference (TYPE) LVC_FNAME FIELDNAME 20040406

Method ADD_FIELD on class CL_GUI_ISH_NL_ALV_GRID has no exception.

Method CHECK_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VARIANT_NAME Call by reference Type reference (TYPE) SLIS_VARI ABAP: Name einer Variante (ohne Programmname) 20040504
2 Importing VARIANT_SAVE_MODE Call by reference Type reference (TYPE) CHAR1 CL_GUI_ISH_NL_ALV_GRID=>VARIANT_SAVE_MODE_ALL Einstelliges Kennzeichen 20040504
# Exception Resumable Description Created on
1 VARIANT_NOT_FOUND Variant ist nicht gefunden 20040504

Method DISPLAY_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing TABLE Call by reference Type reference (TYPE) ANY TABLE Standard Table 20040406

Method DISPLAY_TABLE on class CL_GUI_ISH_NL_ALV_GRID has no exception.

Method HIDE_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELDNAME Call by reference Type reference (TYPE) LVC_FNAME FIELDNAME 20040406

Method HIDE_FIELD on class CL_GUI_ISH_NL_ALV_GRID has no exception.

Method ON_HOTSPOT_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) 20040406
2 Importing E_COLUMN_ID Value transfer Attribute reference (LIKE) 20040406
3 Importing E_ROW_ID Value transfer Attribute reference (LIKE) 20040406
4 Importing SENDER Value transfer Attribute reference (LIKE) 20040406

Method ON_HOTSPOT_CLICK on class CL_GUI_ISH_NL_ALV_GRID 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 Value transfer Attribute reference (LIKE) E_INTERACTIVE 20040406
2 Importing E_OBJECT Value transfer Attribute reference (LIKE) E_OBJECT 20040406
3 Importing SENDER Value transfer Attribute reference (LIKE) SENDER 20040406

Method ON_TOOLBAR on class CL_GUI_ISH_NL_ALV_GRID has no exception.

Method ON_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Value transfer Attribute reference (LIKE) E_UCOMM 20040406
2 Importing SENDER Value transfer Attribute reference (LIKE) SENDER 20040406

Method ON_USER_COMMAND on class CL_GUI_ISH_NL_ALV_GRID has no exception.

Method POV_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DISPLAY_VARIANT Call by reference Type reference (TYPE) DISVARIANT Anzeigevariante (externe Verwendung) 20040504
2 Importing FIELD_NAME Call by reference Type reference (TYPE) DYNFNAM Feldname 20040504
3 Importing VARIANT_SAVE_MODE Call by reference Type reference (TYPE) CHAR1 CL_GUI_ISH_NL_ALV_GRID=>VARIANT_SAVE_MODE_ALL Einstelliges Kennzeichen 20040504

Method POV_VARIANT on class CL_GUI_ISH_NL_ALV_GRID has no exception.

Method SET_DISPLAY_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DISPLAY_VARIANT_NAME Call by reference Type reference (TYPE) SLIS_VARI Anzeigevariante (externe Verwendung) 20040504

Method SET_DISPLAY_VARIANT on class CL_GUI_ISH_NL_ALV_GRID has no exception.

Method SET_FIELD_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBVALUE Call by reference Type reference (TYPE) ANY ATTRIBVALUE 20040406
2 Importing FIELDATTRIB Call by reference Type reference (TYPE) CHAR40 FIELDATTRIB 20040406
3 Importing FIELDNAME Call by reference Type reference (TYPE) LVC_FNAME FIELDNAME 20040406
# Exception Resumable Description Created on
1 UNKNOWN_ATTRIBUTE Attribute nicht gefunden ins Fieldcatalog 20040406

Method SET_FIRST_N_AS_KEY_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FIRST_N_AS_KEY_FIELD Call by reference Type reference (TYPE) I IM_FIRST_N_AS_KEY_FIELD 20040406

Method SET_FIRST_N_AS_KEY_FIELD on class CL_GUI_ISH_NL_ALV_GRID has no exception.

Method SET_LAYOUT_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBVALUE Call by reference Type reference (TYPE) ANY ATTRIBVALUE 20040406
2 Importing LAYOUTATTRIB Value transfer Type reference (TYPE) CHAR40 Layout Attribute 20040406
# Exception Resumable Description Created on
1 UNKNOWN_ATTRIBUTE Attribute nicht gefunden ins Fieldcatalog 20040406

Method SET_SELECTION_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SELECTION_MODE Call by reference Type reference (TYPE) I Selectier Modus 20040406

Method SET_SELECTION_MODE on class CL_GUI_ISH_NL_ALV_GRID has no exception.

Method SET_SHOW_ALL_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SHOW_ALL_FIELDS Call by reference Type reference (TYPE) CHAR1 IM_SHOW_ALL_FIELDS 20040406

Method SET_SHOW_ALL_FIELDS on class CL_GUI_ISH_NL_ALV_GRID has no exception.

Method SET_VARIANT_SAVE_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VARIANT_SAVE_MODE Call by reference Type reference (TYPE) CHAR1 CL_GUI_ISH_NL_ALV_GRID=>VARIANT_SAVE_MODE_NONE Einstelliges Kennzeichen 20040407

Method SET_VARIANT_SAVE_MODE on class CL_GUI_ISH_NL_ALV_GRID has no exception.
History
Last changed by/on SAP  20050224 
SAP Release Created in 473