SAP ABAP Class CL_UCON_PHASE_TOOL_ALV (ALV for phase tool)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-ICF (Application Component) Internet Communication Framework
     S_UNIFIED_CON_PHASE_TOOL (Package) UCON Phase Tool
Properties
Class CL_UCON_PHASE_TOOL_ALV  
Short Description ALV for phase tool    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_UNIFIED_CON_PHASE_TOOL   UCON Phase Tool 
Created 20121219   SAP 
Last change 20141121    
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)
2 IF_UCON_PHASE_STORE_UTILITY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_UCON_PHASE_TOOL_ALV has no interface implemented.
Friends
Class CL_UCON_PHASE_TOOL_ALV has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 A_BEHAVIOUR_ALV Instance attribute Private Object reference (TYPE REF TO) CL_DRAGDROP 20121219
2 A_CHANGEABLE Instance attribute Private Type reference (TYPE) ABAP_BOOL 20130117
3 A_CUST_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER 20121219
4 A_CUST_TREE_ALV Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID 20121219
5 A_HANDLE_ALV Instance attribute Private Type reference (TYPE) I 20121219
6 A_TABLE Instance attribute Private Type reference (TYPE) T_TABLE 20121219
7 A_TRANSPORT Instance attribute Private Type reference (TYPE) ABAP_BOOL 20130214
8 C_CHANGED_COLOR Constant Private See coding 'C100' 20121219
Methods
# Method Level Visibility Method type Description Created on
1 CLEANUP Instance method Public Method 20121219
2 CONSTRUCTOR Instance method Public Constructor 20121219
3 CREATE_FIELDCATALOG Instance method Private Method 20130403
4 DETERMINE_CHANGEABLE_LINES Instance method Private Method 20130214
5 GET_DATA Instance method Public Method 20121228
6 GET_SELECTED_DATA Instance method Public Method 20121219
7 HANDLE_ALV_DROP Instance method Private Event handling method 20121219
8 HANDLE_DOUBLE_CLICK Instance method Private Event handling method 20121219
9 HANDLE_TOOLBAR Instance method Private Event handling method 20121219
10 HANDLE_USER_COMMAND Instance method Private Event handling method 20121219
11 SET_ALV_MODE Instance method Public Method 20130403
12 SET_DATA Instance method Public Method 20121219
13 SET_SELECTED_DATA Instance method Public Method 20121228
Events
Class CL_UCON_PHASE_TOOL_ALV has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_LINE_STRU Private See coding 20121219 BEGIN OF t_line_stru, selected TYPE abap_bool, phasetext TYPE c LENGTH 10, lastcall_date TYPE sy-datum, lastcall_time TYPE sy-uzeit, firstcall_date TYPE sy-datum, firstcall_time TYPE sy-uzeit. INCLUDE TYPE ucon_phase_tool_display. * types: celltab TYPE lvc_t_styl. TYPES: END OF t_line_stru
2 T_TABLE Private See coding 20121219 t_table TYPE TABLE OF t_line_stru
Method Signatures

Method CLEANUP Signature

Method CLEANUP on class CL_UCON_PHASE_TOOL_ALV has no parameter.
Method CLEANUP on class CL_UCON_PHASE_TOOL_ALV has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHANGEABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20130117
2 Importing COLS Call by reference Type reference (TYPE) IF_UCON_PHASE_STORE_UTILITY=>TT_COLUMNS 20130403
3 Importing TRANSPORT Call by reference Type reference (TYPE) ABAP_BOOL 20130214

Method CONSTRUCTOR on class CL_UCON_PHASE_TOOL_ALV has no exception.

Method CREATE_FIELDCATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLS Call by reference Type reference (TYPE) IF_UCON_PHASE_STORE_UTILITY=>TT_COLUMNS 20130403
2 Returning RT_FIELDCAT Value transfer Type reference (TYPE) LVC_T_FCAT 20130403

Method CREATE_FIELDCATALOG on class CL_UCON_PHASE_TOOL_ALV has no exception.

Method DETERMINE_CHANGEABLE_LINES Signature

Method DETERMINE_CHANGEABLE_LINES on class CL_UCON_PHASE_TOOL_ALV has no parameter.
Method DETERMINE_CHANGEABLE_LINES on class CL_UCON_PHASE_TOOL_ALV has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) UCON_PHASE_TOOL_FIELDS_TT table over UCON_PHASE_TOOL_DISPLAY 20121228

Method GET_DATA on class CL_UCON_PHASE_TOOL_ALV has no exception.

Method GET_SELECTED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting SELECTED_DATA Call by reference Type reference (TYPE) UCON_PHASE_TOOL_FIELDS_TT table over UCON_PHASE_TOOL_DISPLAY 20121219

Method GET_SELECTED_DATA on class CL_UCON_PHASE_TOOL_ALV has no exception.

Method HANDLE_ALV_DROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_COLUMN Value transfer Attribute reference (LIKE) 20121219
2 Importing E_DRAGDROPOBJ Value transfer Attribute reference (LIKE) 20121219
3 Importing E_ROW Value transfer Attribute reference (LIKE) 20121219

Method HANDLE_ALV_DROP on class CL_UCON_PHASE_TOOL_ALV 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_ROW Value transfer Attribute reference (LIKE) 20121219

Method HANDLE_DOUBLE_CLICK on class CL_UCON_PHASE_TOOL_ALV 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) 20121219
2 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20121219

Method HANDLE_TOOLBAR on class CL_UCON_PHASE_TOOL_ALV 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) 20121219

Method HANDLE_USER_COMMAND on class CL_UCON_PHASE_TOOL_ALV has no exception.

Method SET_ALV_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHANGEABLE Call by reference Type reference (TYPE) ABAP_BOOL 20130403
2 Importing COLS Call by reference Type reference (TYPE) IF_UCON_PHASE_STORE_UTILITY=>TT_COLUMNS 20130403

Method SET_ALV_MODE on class CL_UCON_PHASE_TOOL_ALV has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) UCON_PHASE_TOOL_FIELDS_TT table over UCON_PHASE_TOOL_DISPLAY 20121219

Method SET_DATA on class CL_UCON_PHASE_TOOL_ALV has no exception.

Method SET_SELECTED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing SELECTED_DATA Call by reference Type reference (TYPE) UCON_PHASE_TOOL_FIELDS_TT table over UCON_PHASE_TOOL_DISPLAY 20121228

Method SET_SELECTED_DATA on class CL_UCON_PHASE_TOOL_ALV has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 740