SAP ABAP Class CL_LAW_ALVGRID (ALV Grid Wrapper Class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-LIM (Application Component) License Measurement
     SLIM2 (Package) License Administration Workbench
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_LAW_COMPONENTS Administration of LAW Component Systems 20030620
2 Inheritance (c INHERITING FROM c_ref)  CL_LAW_CONSOLIDATION_LIST LAW: Display the Consolidation List 20040621
3 Inheritance (c INHERITING FROM c_ref)  CL_LAW_CONTROL LAW: Display Consolidation Result 20050302
4 Inheritance (c INHERITING FROM c_ref)  CL_LAW_GROUPING_LIST License Administration Workbench: Inbox Processing 20040405
5 Inheritance (c INHERITING FROM c_ref)  CL_LAW_GROUPS LAW: Group Administration 20041130
6 Inheritance (c INHERITING FROM c_ref)  CL_LAW_INBOX LAW: Inbox Processing 20030711
7 Inheritance (c INHERITING FROM c_ref)  CL_LAW_RESULT LAW: Display Consolidation Result 20031126
8 Inheritance (c INHERITING FROM c_ref)  CL_LAW_STATUS License Administration Workbench: Inbox Processing 20030818
Properties
Class CL_LAW_ALVGRID  
Short Description ALV Grid Wrapper Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLIM2   License Administration Workbench 
Created 20030617   SAP 
Last change 20050411   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_LAW_ALVGRID has no forward declaration.
Interfaces
Class CL_LAW_ALVGRID has no interface implemented.
Friends
Class CL_LAW_ALVGRID has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MF_DEBUG Instance attribute Protected Type reference (TYPE) AS4FLAG Debugging Mode 20030618
2 MF_GRID_ACTIVE Instance attribute Protected Type reference (TYPE) AS4FLAG ALV Grid generated 20030617
3 MF_HOLD_DBX Instance attribute Protected Type reference (TYPE) AS4FLAG Only Hide Dialog Box when Closing 20031201
4 MF_INITIAL_TABLE Instance attribute Protected Type reference (TYPE) AS4FLAG Table Is Empty 20031006
5 MF_INPUT_MODE Instance attribute Protected Type reference (TYPE) AS4FLAG Input Mode 20031006
6 MF_OUTTAB_IS_EMPTY Instance attribute Protected Type reference (TYPE) AS4FLAG Output table empty 20031006
7 MR_CUSTOM_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Reference to Control Container 20030617
8 MR_DIALOGBOX_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_DIALOGBOX_CONTAINER Reference to the Dialog Box Container 20031201
9 MR_GRID Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_GRID Reference to the ALV Grid 20030617
10 MR_GRID_DBX Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_GRID Reference to the Dialog Box Container 20031201
11 MS_COL_INFO Instance attribute Protected Type reference (TYPE) LVC_S_COL ALV Control: Column ID 20040915
12 MS_GRID_STABLE Instance attribute Protected Type reference (TYPE) LVC_S_STBL Refresh Stability 20031006
13 MS_LAYOUT Instance attribute Protected Type reference (TYPE) LVC_S_LAYO Structure for Describing the Layout 20030617
14 MS_LAYOUT_DBX Instance attribute Protected Type reference (TYPE) LVC_S_LAYO Structure for Describing the Layout 20031201
15 MS_OUTTAB Instance attribute Protected Object reference (TYPE REF TO) DATA Reference to a Row Type of the Output Table 20030617
16 MS_ROW_ID_INFO Instance attribute Protected Type reference (TYPE) LVC_S_ROID Assignment of Line Number to Line ID 20040915
17 MS_ROW_INFO Instance attribute Protected Type reference (TYPE) LVC_S_ROW ALV control: Line Description 20040915
18 MS_VARIANT Instance attribute Protected Type reference (TYPE) DISVARIANT Maintain Variants 20030617
19 MS_VARIANT_DBX Instance attribute Protected Type reference (TYPE) DISVARIANT Layout Variant (External Use) 20040625
20 MT_DROPDOWN Instance attribute Protected Type reference (TYPE) LVC_T_DROP Table for DropDown Lists 20031006
21 MT_EXCLUDING Instance attribute Protected Type reference (TYPE) UI_FUNCTIONS Table of Excluded Functions 20030617
22 MT_EXCLUDING_DBX Instance attribute Protected Type reference (TYPE) UI_FUNCTIONS Table of the Excluded Functions (Dialog Box) 20040623
23 MT_FIELDCAT Instance attribute Protected Type reference (TYPE) LVC_T_FCAT Field Catalog 20030617
24 MT_FIELDCAT_DBX Instance attribute Protected Type reference (TYPE) LVC_T_FCAT Field Catalog for Dialog Box 20040623
25 MT_FILTER Instance attribute Protected Type reference (TYPE) LVC_T_FILT ALV Control: Table of Filter Conditions 20040625
26 MT_FILTER_DBX Instance attribute Protected Type reference (TYPE) LVC_T_FILT ALV Control: Table of Filter Conditions 20040625
27 MT_OUTTAB Instance attribute Protected Object reference (TYPE REF TO) DATA Reference to Output Table 20030617
28 MT_SORT Instance attribute Protected Type reference (TYPE) LVC_T_SORT ALV control: Table of Sort Criteria 20040625
29 MT_SORT_DBX Instance attribute Protected Type reference (TYPE) LVC_T_SORT ALV control: Table of Sort Criteria 20040625
30 MT_SPECIAL_GROUPS Instance attribute Protected Type reference (TYPE) LVC_T_SGRP ALV Control: Table of Field Groups 20040915
31 MX_SAVE Instance attribute Protected Type reference (TYPE) C Type of Variant 20030617
32 M_FRONT_FIELDCAT_TO_CHANGE Instance attribute Protected Type reference (TYPE) SAP_BOOL Set if Front End Field Catalog Is to Be Changed 20041226
33 M_GRID_TITLE Instance attribute Protected Type reference (TYPE) LVC_S_LAYO-GRID_TITLE Grid Heading 20030617
34 M_OUTTAB_LINETYPE Instance attribute Protected Type reference (TYPE) DD02L-TABNAME Row Type of the Output Table 20031006
35 M_PROG Instance attribute Protected Type reference (TYPE) SY-REPID Main Program 20031128
36 M_STRUCT_NAME Instance attribute Protected Type reference (TYPE) DD02L-TABNAME Name of the Structure of the Output Table 20030617
37 M_VARIANT_HANDLE Instance attribute Protected Type reference (TYPE) SLIS_HANDL Mgt. ID for repeated calls from the same program 20040625
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FIELD_TO_FIELDCAT Instance method Protected Method Add Field to Field Catalog 20030617
2 ADD_TOOLTIP_TO_FCAT Instance method Protected Method Add ToolTip to Field 20030617
3 APPEND_TO_OUTTAB Instance method Protected Method Add Row to Output Table 20030617
4 BUILD_ALV_FIELDCAT_FROM_DDIC Instance method Protected Method Generate Field Catalog from ABAP Dictionary Description 20030617
5 CLEAR_GRID_PROPERTIES Instance method Protected Method Reset Grid Properties 20040915
6 CLEAR_OUTTAB Instance method Protected Method Delete Contents of Output Table 20030617
7 CONSTRUCTOR Instance method Public Constructor Constructor 20030617
8 CREATE_ALV_GRID Instance method Protected Method Generate Grid Control 20030617
9 CREATE_DETAIL_LIST Instance method Protected Method Generate Detail List Using a Dialog Box 20031201
10 DEFAULT_FCODE_EXCL_TAB Instance method Protected Method Default for Excluded Functions 20030617
11 DEFAULT_LAYOUT Instance method Protected Method Set Standard Layout 20030617
12 DELETE_EMPTY_LINES Instance method Protected Method Delete Empty Rows from the Output Table 20030617
13 DELETE_LINE Instance method Protected Method Delete Row in Output Table 20030617
14 DISPLAY_GRID Instance method Protected Method Display ALV Grid for First Time 20030617
15 FREE_ALV_GRID Instance method Public Method Release Control 20030617
16 GET_FIELD_COL_POS Instance method Protected Method Column Position for Field 20040408
17 GET_GRID_PROPERTIES Instance method Public Method Make Grid Property Available 20040915
18 GET_LINETYPE Instance method Protected Method Name of the Row Type of the Output Table 20031006
19 HANDLE_DBX_CLOSE Instance method Public Event handling method Handler for Closing the Dialog Box 20031201
20 HANDLE_DOUBLE_CLICK Instance method Public Event handling method Handler for Double-Click 20030618
21 HANDLE_HOTSPOT_CLICK Instance method Public Event handling method Handler for Hotspot Click 20030617
22 HANDLE_MENU_BUTTON Instance method Public Event handling method Handler for Menus in the Header Row 20050405
23 HANDLE_TOOLBAR Instance method Public Event handling method Handler for Toolbar Changes 20030618
24 HANDLE_USER_COMMAND Instance method Public Event handling method Handler for Handling User Commands 20030618
25 IS_EMPTY Instance method Public Method Test for Output Table Content 20030617
26 IS_FIELD_TECH_FIELD Instance method Protected Method Does the Field Have the Technical Field Attribute? 20041226
27 MODIFY_FIELD_ADD_CHECKBOX Instance method Protected Method Set Checkbox Attribute for this Field 20030617
28 MODIFY_FIELD_ADD_HOTSPOT Instance method Protected Method Set Hotspot Attribute for this Field 20030617
29 MODIFY_FIELD_ADD_TECH_FIELD Instance method Protected Method Set Attribute Field Is Technical Field 20030617
30 MODIFY_FIELD_DISPLAY Instance method Protected Method Set Display Field Attribute 20030617
31 MODIFY_FIELD_FIELDLEN Instance method Protected Method Set Internal Length of a Field 20030725
32 MODIFY_FIELD_IS_ICON Instance method Protected Method Set Icon Attribute 20050107
33 MODIFY_FIELD_LEADING_ZERO Instance method Protected Method Set Leading Zeros to Display for Attribute 20040831
34 MODIFY_FIELD_NO_DISPLAY Instance method Protected Method Reset Display Field Attribute 20030617
35 MODIFY_FIELD_NO_KEY Instance method Protected Method Reset Key Field Attribute 20030617
36 MODIFY_FIELD_NO_ZERO Instance method Protected Method Set No Zeros to Display for Attribute 20040622
37 MODIFY_FIELD_OUTPUT_LENGTH Instance method Protected Method Set Display Length of a Field 20030617
38 MODIFY_FIELD_REMOVE_TECH_FIELD Instance method Protected Method Reset Attribute Field Is Technical Field 20030617
39 MODIFY_FIELD_SET_COLUMN Instance method Protected Method Change Column of a Field 20030617
40 MODIFY_FIELD_SET_GROUP Instance method Protected Method Assign a Column to a Group 20040915
41 MODIFY_FIELD_TEXT Instance method Protected Method Change Text Assignment of a Field 20030617
42 MODIFY_FRONT_FIELDCAT Instance method Protected Method Change Field Catalog at Front End 20041226
43 POPUP_TO_CONFIRM Instance method Protected Method Confirm Popup Wrapper 20031006
44 POPUP_TO_INFORM Instance method Protected Method Information Popup Wrapper 20031006
45 SAVE_GRID_PROPERTIES Instance method Protected Method Fetch Grid Properties and Save in the Object 20040915
46 SET_DROP_DOWN_TABLE Instance method Protected Method Set the Table for Drop-Down Lists 20031006
47 SET_EVENT_HANDLER Instance method Protected Method Determine Event Handler 20030617
48 SET_FCODE_EXCL_TAB Instance method Protected Method Set Excluded Functions Explicitly 20030617
49 SET_FRONTEND_LAYOUT Instance method Protected Method Change Grid Layout Explicitly 20030725
50 SET_GRID_PROPERTIES Instance method Public Method Set Grid Properties 20040915
51 SET_GRID_TITLE Instance method Protected Method Set Title Bar 20031006
52 SET_LAYOUT Instance method Protected Method Set Layout Explicitly in the Instance 20030617
53 SET_TABLE_IS_INITIAL Instance method Protected Method Set Output Table Is Initial 20031006
54 SET_TABLE_IS_NOT_INITIAL Instance method Protected Method Set Output Table Is Not Initial 20031006
55 SHIFT_COL_POS_FROM Instance method Protected Method Increase Column Position by 1 as of Field x 20040622
56 SHIFT_COL_POS_FROM_EX Instance method Protected Method Increase Column Position by 1 as of Field x 20041105
57 SWITCH_EDIT_MODE Instance method Protected Method Change Edit Mode of the Grid 20040719
58 TABLE_IS_INITIAL Instance method Protected Method Is the Output Table Initial? 20031006
Events
Class CL_LAW_ALVGRID has no event.
Types
Class CL_LAW_ALVGRID has no local type.
Method Signatures

Method ADD_FIELD_TO_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FCAT Call by reference Type reference (TYPE) LVC_S_FCAT 20030617

Method ADD_FIELD_TO_FIELDCAT on class CL_LAW_ALVGRID has no exception.

Method ADD_TOOLTIP_TO_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_KEY Value transfer Type reference (TYPE) LVC_S_FCAT-FIELDNAME 20030617
2 Importing I_TOOLTIP Call by reference Type reference (TYPE) LVC_S_FCAT-TOOLTIP 20030617

Method ADD_TOOLTIP_TO_FCAT on class CL_LAW_ALVGRID has no exception.

Method APPEND_TO_OUTTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OUTTAB Call by reference Type reference (TYPE) ANY 20030617

Method APPEND_TO_OUTTAB on class CL_LAW_ALVGRID has no exception.

Method BUILD_ALV_FIELDCAT_FROM_DDIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRUCT_NAME Value transfer Type reference (TYPE) DD02L-TABNAME 20030617
# Exception Resumable Description Created on
1 CX_LAW_ALVGRID Ausnahmeklasse für ALV-Probleme 20030618

Method CLEAR_GRID_PROPERTIES Signature

Method CLEAR_GRID_PROPERTIES on class CL_LAW_ALVGRID has no parameter.
Method CLEAR_GRID_PROPERTIES on class CL_LAW_ALVGRID has no exception.

Method CLEAR_OUTTAB Signature

Method CLEAR_OUTTAB on class CL_LAW_ALVGRID has no parameter.
Method CLEAR_OUTTAB on class CL_LAW_ALVGRID has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEBUG Value transfer Type reference (TYPE) AS4FLAG 20030618
2 Importing I_INPUT_MODE Value transfer Type reference (TYPE) AS4FLAG Grid im Input Modus 20031006
3 Importing I_OUTTAB_TABLE Value transfer Type reference (TYPE) C Name der Ausgabetabelle 20030617

Method CONSTRUCTOR on class CL_LAW_ALVGRID 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_PARENT Value transfer Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER 20030617
2 Returning RC Value transfer Type reference (TYPE) SY-SUBRC 20030617

Method CREATE_ALV_GRID on class CL_LAW_ALVGRID has no exception.

Method CREATE_DETAIL_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_OUTTAB Call by reference Object reference (TYPE REF TO) DATA Referenz auf die Ausgabetabelle 20031201
2 Importing IS_LAYOUT Call by reference Type reference (TYPE) LVC_S_LAYO ALV-Control: Layoutstruktur 20040407
3 Importing IS_VARIANT Call by reference Type reference (TYPE) DISVARIANT Anzeigevariante (externe Verwendung) 20040625
4 Importing IT_EXCLUDING Call by reference Type reference (TYPE) UI_FUNCTIONS Funktionscodestabelle 20040407
5 Changing IT_FIELDCAT Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20031201
6 Importing I_CAPTION Value transfer Type reference (TYPE) C Caption of Dialogbox 20031201
7 Importing I_HEIGHT Value transfer Type reference (TYPE) I Höhe des Controls in Zeilen 20040408
8 Importing I_LEFT Call by reference Type reference (TYPE) I 150 Position der Dialogbox links 20041103
9 Importing I_STRUCTURE_NAME Value transfer Type reference (TYPE) C Name der Struktur der Ausgabetabelle 20031201
10 Importing I_TOP Call by reference Type reference (TYPE) I 150 Position der Dialogbox oben 20041103
11 Importing I_WIDTH Call by reference Type reference (TYPE) I 1200 Breite der Dialogbox 20041103

Method CREATE_DETAIL_LIST on class CL_LAW_ALVGRID has no exception.

Method DEFAULT_FCODE_EXCL_TAB Signature

Method DEFAULT_FCODE_EXCL_TAB on class CL_LAW_ALVGRID has no parameter.
Method DEFAULT_FCODE_EXCL_TAB on class CL_LAW_ALVGRID has no exception.

Method DEFAULT_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TITLE Call by reference Type reference (TYPE) LVC_S_LAYO-GRID_TITLE 20030617

Method DEFAULT_LAYOUT on class CL_LAW_ALVGRID has no exception.

Method DELETE_EMPTY_LINES Signature

Method DELETE_EMPTY_LINES on class CL_LAW_ALVGRID has no parameter.
Method DELETE_EMPTY_LINES on class CL_LAW_ALVGRID has no exception.

Method DELETE_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX Value transfer Type reference (TYPE) SY-TABIX 20030617

Method DELETE_LINE on class CL_LAW_ALVGRID has no exception.

Method DISPLAY_GRID Signature

Method DISPLAY_GRID on class CL_LAW_ALVGRID has no parameter.
# Exception Resumable Description Created on
1 CX_LAW_ALVGRID Ausnahmeklasse für ALV-Probleme 20030618

Method FREE_ALV_GRID Signature

Method FREE_ALV_GRID on class CL_LAW_ALVGRID has no parameter.
Method FREE_ALV_GRID on class CL_LAW_ALVGRID has no exception.

Method GET_FIELD_COL_POS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_KEY Call by reference Type reference (TYPE) LVC_S_FCAT-FIELDNAME ALV-Control: Feldname internes Tabellenfeld 20040408
2 Returning O_COL_POS Value transfer Type reference (TYPE) LVC_S_FCAT-COL_POS ALV-Control: Ausgabespalte 20040408

Method GET_FIELD_COL_POS on class CL_LAW_ALVGRID has no exception.

Method GET_GRID_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_COL_INFO Call by reference Type reference (TYPE) LVC_S_COL ALV-Control: Spalten-ID 20040915
2 Exporting ES_ROW_ID_INFO Call by reference Type reference (TYPE) LVC_S_ROID Zuordnung Zeilennummer zu Zeilen-ID 20040915
3 Exporting ES_ROW_INFO Call by reference Type reference (TYPE) LVC_S_ROW ALV-Control: Beschreibung einer Zeile 20040915
4 Exporting ET_FILTER Call by reference Type reference (TYPE) LVC_T_FILT ALV-Control: Tabelle der Filterbedingungen 20040915
5 Exporting ET_SORT Call by reference Type reference (TYPE) LVC_T_SORT ALV-Contol: Tabelle der Sortierkriterien 20040915

Method GET_GRID_PROPERTIES on class CL_LAW_ALVGRID has no exception.

Method GET_LINETYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_LINETYPE Value transfer Type reference (TYPE) DD02L-TABNAME 20031006

Method GET_LINETYPE on class CL_LAW_ALVGRID has no exception.

Method HANDLE_DBX_CLOSE Signature

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

Method HANDLE_DBX_CLOSE on class CL_LAW_ALVGRID has no exception.

Method HANDLE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_COLUMN Call by reference Attribute reference (LIKE) 20030620
2 Importing E_ROW Call by reference Attribute reference (LIKE) 20030620

Method HANDLE_DOUBLE_CLICK on class CL_LAW_ALVGRID has no exception.

Method HANDLE_HOTSPOT_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_COLUMN_ID Call by reference Attribute reference (LIKE) 20030620
2 Importing E_ROW_ID Call by reference Attribute reference (LIKE) 20030620

Method HANDLE_HOTSPOT_CLICK on class CL_LAW_ALVGRID has no exception.

Method HANDLE_MENU_BUTTON 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) 20050405
2 Importing E_UCOMM Call by reference Attribute reference (LIKE) 20050405

Method HANDLE_MENU_BUTTON on class CL_LAW_ALVGRID has no exception.

Method HANDLE_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) 20030620
2 Importing E_OBJECT Call by reference Attribute reference (LIKE) 20030620

Method HANDLE_TOOLBAR on class CL_LAW_ALVGRID has no exception.

Method HANDLE_USER_COMMAND 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) 20030620

Method HANDLE_USER_COMMAND on class CL_LAW_ALVGRID has no exception.

Method IS_EMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) AS4FLAG 20030618

Method IS_EMPTY on class CL_LAW_ALVGRID has no exception.

Method IS_FIELD_TECH_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_VALUE Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20041226
2 Importing I_FIELD_KEY Call by reference Type reference (TYPE) LVC_S_FCAT-FIELDNAME ALV-Control: Feldname internes Tabellenfeld 20041226

Method IS_FIELD_TECH_FIELD on class CL_LAW_ALVGRID has no exception.

Method MODIFY_FIELD_ADD_CHECKBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_KEY Value transfer Type reference (TYPE) LVC_S_FCAT-FIELDNAME 20030617

Method MODIFY_FIELD_ADD_CHECKBOX on class CL_LAW_ALVGRID has no exception.

Method MODIFY_FIELD_ADD_HOTSPOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_KEY Value transfer Type reference (TYPE) LVC_S_FCAT-FIELDNAME 20030617

Method MODIFY_FIELD_ADD_HOTSPOT on class CL_LAW_ALVGRID has no exception.

Method MODIFY_FIELD_ADD_TECH_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_KEY Value transfer Type reference (TYPE) LVC_S_FCAT-FIELDNAME 20030617

Method MODIFY_FIELD_ADD_TECH_FIELD on class CL_LAW_ALVGRID has no exception.

Method MODIFY_FIELD_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_KEY Value transfer Type reference (TYPE) LVC_S_FCAT-FIELDNAME 20030617

Method MODIFY_FIELD_DISPLAY on class CL_LAW_ALVGRID has no exception.

Method MODIFY_FIELD_FIELDLEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_KEY Value transfer Type reference (TYPE) LVC_S_FCAT-FIELDNAME 20030725
2 Importing I_FIELD_LENGTH Value transfer Type reference (TYPE) LVC_S_FCAT-OUTPUTLEN 20030725

Method MODIFY_FIELD_FIELDLEN on class CL_LAW_ALVGRID has no exception.

Method MODIFY_FIELD_IS_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_KEY Value transfer Type reference (TYPE) LVC_S_FCAT-FIELDNAME 20050107

Method MODIFY_FIELD_IS_ICON on class CL_LAW_ALVGRID has no exception.

Method MODIFY_FIELD_LEADING_ZERO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_KEY Value transfer Type reference (TYPE) LVC_S_FCAT-FIELDNAME 20040831

Method MODIFY_FIELD_LEADING_ZERO on class CL_LAW_ALVGRID has no exception.

Method MODIFY_FIELD_NO_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_KEY Value transfer Type reference (TYPE) LVC_S_FCAT-FIELDNAME 20030617

Method MODIFY_FIELD_NO_DISPLAY on class CL_LAW_ALVGRID has no exception.

Method MODIFY_FIELD_NO_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_KEY Value transfer Type reference (TYPE) LVC_S_FCAT-FIELDNAME 20030617

Method MODIFY_FIELD_NO_KEY on class CL_LAW_ALVGRID has no exception.

Method MODIFY_FIELD_NO_ZERO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_KEY Value transfer Type reference (TYPE) LVC_S_FCAT-FIELDNAME 20040622

Method MODIFY_FIELD_NO_ZERO on class CL_LAW_ALVGRID has no exception.

Method MODIFY_FIELD_OUTPUT_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_KEY Value transfer Type reference (TYPE) LVC_S_FCAT-FIELDNAME 20030617
2 Importing I_FIELD_LENGTH Value transfer Type reference (TYPE) LVC_S_FCAT-OUTPUTLEN 20030617

Method MODIFY_FIELD_OUTPUT_LENGTH on class CL_LAW_ALVGRID has no exception.

Method MODIFY_FIELD_REMOVE_TECH_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_KEY Value transfer Type reference (TYPE) LVC_S_FCAT-FIELDNAME 20030617

Method MODIFY_FIELD_REMOVE_TECH_FIELD on class CL_LAW_ALVGRID has no exception.

Method MODIFY_FIELD_SET_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_COL Value transfer Type reference (TYPE) LVC_S_FCAT-COL_POS 20030617
2 Importing I_FIELD_KEY Value transfer Type reference (TYPE) LVC_S_FCAT-FIELDNAME 20030617

Method MODIFY_FIELD_SET_COLUMN on class CL_LAW_ALVGRID has no exception.

Method MODIFY_FIELD_SET_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_KEY Value transfer Type reference (TYPE) LVC_S_FCAT-FIELDNAME 20040915
2 Importing I_GROUP Value transfer Type reference (TYPE) LVC_S_SGRP-SP_GROUP Gruppenschluessel 20040915

Method MODIFY_FIELD_SET_GROUP on class CL_LAW_ALVGRID has no exception.

Method MODIFY_FIELD_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_KEY Value transfer Type reference (TYPE) LVC_S_FCAT-FIELDNAME 20030617
2 Importing I_TEXT_M Call by reference Type reference (TYPE) C 20030617
3 Importing I_TEXT_S Call by reference Type reference (TYPE) C 20030617

Method MODIFY_FIELD_TEXT on class CL_LAW_ALVGRID has no exception.

Method MODIFY_FRONT_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) SY-SUBRC 20041226

Method MODIFY_FRONT_FIELDCAT on class CL_LAW_ALVGRID has no exception.

Method POPUP_TO_CONFIRM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT Call by reference Type reference (TYPE) C Fragetext 20031006
2 Importing I_TITLE Call by reference Type reference (TYPE) C Titelzeile 20031006
3 Returning O_ANSWER Value transfer Type reference (TYPE) AS4FLAG Antwort 20031006

Method POPUP_TO_CONFIRM on class CL_LAW_ALVGRID has no exception.

Method POPUP_TO_INFORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT1 Call by reference Type reference (TYPE) C Zeile 1 20031006
2 Importing I_TEXT2 Call by reference Type reference (TYPE) C Zeile 2 20031006
3 Importing I_TEXT3 Call by reference Type reference (TYPE) C Zeile 3 20031008
4 Importing I_TEXT4 Call by reference Type reference (TYPE) C Zeile 4 20031008
5 Importing I_TITLE Call by reference Type reference (TYPE) C Titelzeile 20031006

Method POPUP_TO_INFORM on class CL_LAW_ALVGRID has no exception.

Method SAVE_GRID_PROPERTIES Signature

Method SAVE_GRID_PROPERTIES on class CL_LAW_ALVGRID has no parameter.
Method SAVE_GRID_PROPERTIES on class CL_LAW_ALVGRID has no exception.

Method SET_DROP_DOWN_TABLE Signature

Method SET_DROP_DOWN_TABLE on class CL_LAW_ALVGRID has no parameter.
Method SET_DROP_DOWN_TABLE on class CL_LAW_ALVGRID has no exception.

Method SET_EVENT_HANDLER Signature

Method SET_EVENT_HANDLER on class CL_LAW_ALVGRID has no parameter.
Method SET_EVENT_HANDLER on class CL_LAW_ALVGRID has no exception.

Method SET_FCODE_EXCL_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXCLUDING Call by reference Type reference (TYPE) UI_FUNCTIONS 20030617

Method SET_FCODE_EXCL_TAB on class CL_LAW_ALVGRID has no exception.

Method SET_FRONTEND_LAYOUT Signature

Method SET_FRONTEND_LAYOUT on class CL_LAW_ALVGRID has no parameter.
Method SET_FRONTEND_LAYOUT on class CL_LAW_ALVGRID has no exception.

Method SET_GRID_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_COL_INFO Call by reference Type reference (TYPE) LVC_S_COL ALV-Control: Spalten-ID 20040915
2 Importing IS_ROW_ID_INFO Call by reference Type reference (TYPE) LVC_S_ROID Zuordnung Zeilennummer zu Zeilen-ID 20040915
3 Importing IS_ROW_INFO Call by reference Type reference (TYPE) LVC_S_ROW ALV-Control: Beschreibung einer Zeile 20040915
4 Importing IT_FILTER Call by reference Type reference (TYPE) LVC_T_FILT ALV-Control: Tabelle der Filterbedingungen 20040915
5 Importing IT_SORT Call by reference Type reference (TYPE) LVC_T_SORT ALV-Contol: Tabelle der Sortierkriterien 20040915

Method SET_GRID_PROPERTIES on class CL_LAW_ALVGRID has no exception.

Method SET_GRID_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TITLE Value transfer Type reference (TYPE) LVC_S_LAYO-GRID_TITLE 20031006

Method SET_GRID_TITLE on class CL_LAW_ALVGRID has no exception.

Method SET_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_LAYOUT Call by reference Type reference (TYPE) LVC_S_LAYO 20030617

Method SET_LAYOUT on class CL_LAW_ALVGRID has no exception.

Method SET_TABLE_IS_INITIAL Signature

Method SET_TABLE_IS_INITIAL on class CL_LAW_ALVGRID has no parameter.
Method SET_TABLE_IS_INITIAL on class CL_LAW_ALVGRID has no exception.

Method SET_TABLE_IS_NOT_INITIAL Signature

Method SET_TABLE_IS_NOT_INITIAL on class CL_LAW_ALVGRID has no parameter.
Method SET_TABLE_IS_NOT_INITIAL on class CL_LAW_ALVGRID has no exception.

Method SHIFT_COL_POS_FROM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_KEY Call by reference Type reference (TYPE) LVC_S_FCAT-FIELDNAME ALV-Control: Feldname internes Tabellenfeld 20040622

Method SHIFT_COL_POS_FROM on class CL_LAW_ALVGRID has no exception.

Method SHIFT_COL_POS_FROM_EX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_COLUMNS Call by reference Object reference (TYPE REF TO) CL_SALV_COLUMNS Alle Spaltenobjekte 20041105
2 Importing I_FIELD_KEY Call by reference Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20041105

Method SHIFT_COL_POS_FROM_EX on class CL_LAW_ALVGRID has no exception.

Method SWITCH_EDIT_MODE Signature

Method SWITCH_EDIT_MODE on class CL_LAW_ALVGRID has no parameter.
Method SWITCH_EDIT_MODE on class CL_LAW_ALVGRID has no exception.

Method TABLE_IS_INITIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning O_INITIAL Value transfer Type reference (TYPE) AS4FLAG 20031006

Method TABLE_IS_INITIAL on class CL_LAW_ALVGRID has no exception.
History
Last changed by/on SAP  20050411 
SAP Release Created in 640