SAP ABAP Class CL_WBOBJTYPE_ALV_EVENTRECEIVER (Handler Cl. for ALV Grid (template: program BCALV_EDIT_04))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-UTL-BRR (Application Component) Repository Browser
     SWB_OBJECT_TYPES (Package) Management of Object Types
Properties
Class CL_WBOBJTYPE_ALV_EVENTRECEIVER  
Short Description Handler Cl. for ALV Grid (template: program BCALV_EDIT_04)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWB_OBJECT_TYPES   Management of Object Types 
Created 20100428   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_WBOBJTYPE_ALV_EVENTRECEIVER has no interface implemented.
Friends
Class CL_WBOBJTYPE_ALV_EVENTRECEIVER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALV_GRID Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20100914
2 DATASET Instance attribute Private Type reference (TYPE) SEOATTNAME Name of Data Record Displayed in ALV 20100914
3 ERROR_IN_DATA Instance attribute Private Type reference (TYPE) C ERROR_IN_DATA 20100914
4 G_ER_DATA_CHANGED Instance attribute Public Object reference (TYPE REF TO) CL_ALV_CHANGED_DATA_PROTOCOL G_ER_DATA_CHANGED 20100914
5 ICON_RADIOBUTTON_SELECTED Instance attribute Public Type reference (TYPE) SEOATTNAME Icons for Radio Button 20100914
6 ICON_RADIOBUTTON_UNSELECTED Instance attribute Public Type reference (TYPE) SEOATTNAME Icons for Radio Button 20100914
7 INITIAL_TABLE Instance attribute Private Type reference (TYPE) C INITIAL_TABLE 20100914
8 IT_GOOD_CELLS Instance attribute Private Type reference (TYPE) LVC_T_MODI ALV Control: Table of Modified Cells for the Application 20100914
9 OBJECTTYPE Instance attribute Private Type reference (TYPE) TROBJTYPE R3TR Object Type 20100914
10 TOOLBAR_MINIMAL Instance attribute Private Type reference (TYPE) C 'X': Only 'Create', 'Delete', 'Display' Buttons 20100914
11 TOOL_DATA Instance attribute Public Object reference (TYPE REF TO) CL_WB_OBJTYPE_TOOL_DATA Tool Data 20100914
12 TYPESCOPES Instance attribute Public Type reference (TYPE) WVOBJTYPEALV_SCOPES Usage Areas of an Object Type 20100914
13 TYPESCOPES_DELETED_ROWS Instance attribute Private Type reference (TYPE) WVOBJTYPE_SCOPES Usage Areas of an Object Type 20100914
14 TYPESCOPES_INSERTED_ROWS Instance attribute Private Type reference (TYPE) WVOBJTYPE_SCOPES INSERTED_ROWS 20100914
15 TYPESCOPES_REFER_TO_WBSUBTYPE Instance attribute Private Type reference (TYPE) ABAP_BOOL Dataset TYPESCOPES refers to WB subtype 20100914
16 WBSUBTYPES Instance attribute Public Type reference (TYPE) WBSUBTYPES_ALV Workbench Object Types 20100914
17 WBSUBTYPES_DELETED_ROWS Instance attribute Private Type reference (TYPE) WBSUBTYPES Workbench Object Types and Their Parameters 20100914
18 WBSUBTYPES_INSERTED_ROWS Instance attribute Private Type reference (TYPE) WBSUBTYPES Workbench Object Types and Their Parameters 20100914
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_DOUBLE_ENTRIES Instance method Private Method CHECK_DOUBLE_ENTRIES 20100914
2 CONSTRUCTOR Instance method Public Constructor 20100914
3 GET_CELL_VALUES Instance method Private Method GET_CELL_VALUES 20100914
4 GET_SELECTED_WBSUBTYPE Instance method Public Method Determine Currently Selected WB Subtype 20100914
5 HANDLE_BEFORE_USER_COMMAND Instance method Public Event handling method HANDLE_BEFORE_USER_COMMAND 20100914
6 HANDLE_DATA_CHANGED Instance method Public Event handling method HANDLE_DATA_CHANGED 20100914
7 HANDLE_DATA_CHANGED_FINISHED Instance method Public Event handling method HANDLE_DATA_CHANGED_FINISHED 20100914
8 HANDLE_DOUBLE_CLICK Instance method Public Event handling method HANDLE_DOUBLE_CLICK 20100914
9 HANDLE_HOTSPOT_CLICKED Instance method Public Event handling method Handle Hotspot Click 20100914
10 HANDLE_ON_F4 Instance method Public Event handling method Handle F4 20100914
11 HANDLE_TOOLBAR Instance method Public Event handling method HANDLE_TOOLBAR 20100914
12 HANDLE_USER_COMMAND Instance method Public Event handling method HANDLE_USER_COMMAND 20100914
13 PERFORM_SEMANTIC_CHECKS Instance method Public Method PERFORM_SEMANTIC_CHECKS 20100914
14 REFRESH_DELTA_TABLES Instance method Public Method Refresh Ddelta Ttables (rd 03/2009: Not Used) 20100914
15 SET_TABLE_IS_INITIAL Instance method Public Method set table is initial 20100914
16 SET_TABLE_IS_NOT_INITIAL Instance method Public Method SET_TABLE_IS_NOT_INITIAL 20100914
17 TABLE_IS_INITIAL Instance method Public Method TABLE_IS_INITIAL 20100914
18 TYPESCOPES_UPDATE_DELTA_TABLES Instance method Private Method UPDATE_DELTA_TABLES 20100914
19 WBSUBTYPES_UPDATE_DELTA_TABLES Instance method Private Method UPDATE_DELTA_TABLES 20100914
Events
Class CL_WBOBJTYPE_ALV_EVENTRECEIVER has no event.
Types
Class CL_WBOBJTYPE_ALV_EVENTRECEIVER has no local type.
Method Signatures

Method CHECK_DOUBLE_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PR_DATA_CHANGED Call by reference Object reference (TYPE REF TO) CL_ALV_CHANGED_DATA_PROTOCOL PR_DATA_CHANGED 20100914

Method CHECK_DOUBLE_ENTRIES on class CL_WBOBJTYPE_ALV_EVENTRECEIVER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALV_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20100914
2 Importing G_TOOL_DATA Call by reference Object reference (TYPE REF TO) CL_WB_OBJTYPE_TOOL_DATA Tool-Daten 20100914
3 Importing P_OBJECTTYPE Call by reference Type reference (TYPE) TROBJTYPE R3TR-Objekttyp 20100914
4 Importing P_TYPESCOPES Call by reference Type reference (TYPE) WVOBJTYPEALV_SCOPES Objekttyp-Verwendungsbereiche (für Darstellung im ALV) 20100914
5 Importing P_WBSUBTYPES Call by reference Type reference (TYPE) WBSUBTYPES_ALV Workbench-Objekttypen und ihre Parameter 20100914
6 Importing TYPESCOPES_REFER_TO_WBSUBTYPE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE abap_true: P_TYPESCOPES bezieht sich auf WB-Subtyp 20100914

Method CONSTRUCTOR on class CL_WBOBJTYPE_ALV_EVENTRECEIVER has no exception.

Method GET_CELL_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting KEY Call by reference Type reference (TYPE) ANY KEY 20100914
2 Importing PR_DATA_CHANGED Call by reference Object reference (TYPE REF TO) CL_ALV_CHANGED_DATA_PROTOCOL PR_DATA_CHANGED 20100914
3 Importing ROW_ID Call by reference Type reference (TYPE) INT4 ROW_ID 20100914

Method GET_CELL_VALUES on class CL_WBOBJTYPE_ALV_EVENTRECEIVER has no exception.

Method GET_SELECTED_WBSUBTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_WBSUBTYPE Value transfer Type reference (TYPE) SEU_OBJTYP (Interner) Typ eines Objekts der ABAP Workbench 20100914
# Exception Resumable Description Created on
1 EMPTY_SELECTION 20100914
2 MULTIPLE_SELECTION 20100914
3 WRONG_DATASET 20100914

Method HANDLE_BEFORE_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 20100914

Method HANDLE_BEFORE_USER_COMMAND on class CL_WBOBJTYPE_ALV_EVENTRECEIVER has no exception.

Method HANDLE_DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_DATA_CHANGED Value transfer Object reference (TYPE REF TO) CL_ALV_CHANGED_DATA_PROTOCOL Data Change Object 20100914
2 Importing E_ONF4_AFTER Call by reference Attribute reference (LIKE) 20100914

Method HANDLE_DATA_CHANGED on class CL_WBOBJTYPE_ALV_EVENTRECEIVER has no exception.

Method HANDLE_DATA_CHANGED_FINISHED Signature

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

Method HANDLE_DATA_CHANGED_FINISHED on class CL_WBOBJTYPE_ALV_EVENTRECEIVER has no exception.

Method HANDLE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Value transfer Type reference (TYPE) LVC_S_ROID Numersche Zeilen ID 20100914
2 Importing E_COLUMN Call by reference Attribute reference (LIKE) 20100914

Method HANDLE_DOUBLE_CLICK on class CL_WBOBJTYPE_ALV_EVENTRECEIVER has no exception.

Method HANDLE_HOTSPOT_CLICKED Signature

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

Method HANDLE_HOTSPOT_CLICKED on class CL_WBOBJTYPE_ALV_EVENTRECEIVER has no exception.

Method HANDLE_ON_F4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_EVENT_DATA Call by reference Attribute reference (LIKE) 20100914
2 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20100914
3 Importing ET_BAD_CELLS Call by reference Attribute reference (LIKE) 20100914
4 Importing E_DISPLAY Call by reference Attribute reference (LIKE) 20100914
5 Importing E_FIELDNAME Call by reference Attribute reference (LIKE) 20100914
6 Importing E_FIELDVALUE Call by reference Attribute reference (LIKE) 20100914

Method HANDLE_ON_F4 on class CL_WBOBJTYPE_ALV_EVENTRECEIVER 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 Value transfer Attribute reference (LIKE) E_INTERACTIVE 20100914
2 Importing E_OBJECT Value transfer Attribute reference (LIKE) E_OBJECT 20100914

Method HANDLE_TOOLBAR on class CL_WBOBJTYPE_ALV_EVENTRECEIVER 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 Value transfer Attribute reference (LIKE) E_UCOMM 20100914

Method HANDLE_USER_COMMAND on class CL_WBOBJTYPE_ALV_EVENTRECEIVER has no exception.

Method PERFORM_SEMANTIC_CHECKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PR_DATA_CHANGED Call by reference Object reference (TYPE REF TO) CL_ALV_CHANGED_DATA_PROTOCOL PR_DATA_CHANGED 20100914

Method PERFORM_SEMANTIC_CHECKS on class CL_WBOBJTYPE_ALV_EVENTRECEIVER has no exception.

Method REFRESH_DELTA_TABLES Signature

Method REFRESH_DELTA_TABLES on class CL_WBOBJTYPE_ALV_EVENTRECEIVER has no parameter.
Method REFRESH_DELTA_TABLES on class CL_WBOBJTYPE_ALV_EVENTRECEIVER has no exception.

Method SET_TABLE_IS_INITIAL Signature

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

Method SET_TABLE_IS_NOT_INITIAL Signature

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

Method TABLE_IS_INITIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INITIAL Value transfer Type reference (TYPE) ABAP_BOOL INITIAL 20100914

Method TABLE_IS_INITIAL on class CL_WBOBJTYPE_ALV_EVENTRECEIVER has no exception.

Method TYPESCOPES_UPDATE_DELTA_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PR_DATA_CHANGED Call by reference Object reference (TYPE REF TO) CL_ALV_CHANGED_DATA_PROTOCOL PR_DATA_CHANGED 20100914

Method TYPESCOPES_UPDATE_DELTA_TABLES on class CL_WBOBJTYPE_ALV_EVENTRECEIVER has no exception.

Method WBSUBTYPES_UPDATE_DELTA_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PR_DATA_CHANGED Call by reference Object reference (TYPE REF TO) CL_ALV_CHANGED_DATA_PROTOCOL PR_DATA_CHANGED 20100914

Method WBSUBTYPES_UPDATE_DELTA_TABLES on class CL_WBOBJTYPE_ALV_EVENTRECEIVER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 740