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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | 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 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DRAGDROP | 20121219 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20130117 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | 20121219 | ||||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | 20121219 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | I | 20121219 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | T_TABLE | 20121219 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20130214 | ||||
| 8 | Constant | Private | See coding | 'C100' | 20121219 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20121219 | ||
| 2 | Instance method | Public | Constructor | 20121219 | ||
| 3 | Instance method | Private | Method | 20130403 | ||
| 4 | Instance method | Private | Method | 20130214 | ||
| 5 | Instance method | Public | Method | 20121228 | ||
| 6 | Instance method | Public | Method | 20121219 | ||
| 7 | Instance method | Private | Event handling method | 20121219 | ||
| 8 | Instance method | Private | Event handling method | 20121219 | ||
| 9 | Instance method | Private | Event handling method | 20121219 | ||
| 10 | Instance method | Private | Event handling method | 20121219 | ||
| 11 | Instance method | Public | Method | 20130403 | ||
| 12 | Instance method | Public | Method | 20121219 | ||
| 13 | 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 | CHANGEABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20130117 | |||
| 2 | COLS | Call by reference | Type reference (TYPE) | IF_UCON_PHASE_STORE_UTILITY=>TT_COLUMNS | 20130403 | ||||
| 3 | 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 | COLS | Call by reference | Type reference (TYPE) | IF_UCON_PHASE_STORE_UTILITY=>TT_COLUMNS | 20130403 | ||||
| 2 | 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 | 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 | 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 | E_COLUMN | Value transfer | Attribute reference (LIKE) | 20121219 | |||||
| 2 | E_DRAGDROPOBJ | Value transfer | Attribute reference (LIKE) | 20121219 | |||||
| 3 | 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 | 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 | E_INTERACTIVE | Value transfer | Attribute reference (LIKE) | 20121219 | |||||
| 2 | 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 | 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 | CHANGEABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130403 | ||||
| 2 | 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 | 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 | 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 |