SAP ABAP Class /TDAG/CPCL_TM_ITEMS_VIEW_CTRL (CP: Task items controller)
Hierarchy
☛
TDAGBCA (Software Component) TechniData Basic Components
⤷
EHS (Application Component) Environment, Health and Safety
⤷
/TDAG/CP (Package) Compliance for products
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /TDAG/CPCL_TM_VIEW_CTRL | CP: Task management generic view controller | 20060807 |
Properties
| Class | /TDAG/CPCL_TM_ITEMS_VIEW_CTRL | |
| Short Description | CP: Task items controller | |
| Super Class | /TDAG/CPCL_TM_VIEW_CTRL | CP: Task management generic view controller |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /TDAG/CP | Compliance for products |
| Created | 20060707 | SAP |
| Last change | 20141109 | |
| 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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /TDAG/CPCL_TM_ITEMS_VIEW_CTRL has no interface implemented.
Friends
Class /TDAG/CPCL_TM_ITEMS_VIEW_CTRL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | CHAR30 | 'TASK_ITEM_CONTAINER' | Custom container name | 20060712 | ||
| 2 | Constant | Private | Type reference (TYPE) | DD02L-TABNAME | '/TDAG/CPS_TM_TASKI' | ALV grid structure name | 20060715 | ||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | /TDAG/CPCL_ALV_FILT_ROW_HELPER | CP: Filtered ALV grid wrapper | 20060925 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Grid container | 20060712 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | Item list | 20060715 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | /TDAG/CPS_TASKI | Currently selected task item | 20060808 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | /TDAG/CPY_TM_TASKI | ALV grid: internal table | 20060826 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | INT4 | 1 | Index of the selected row in the ALV grid | 20060717 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Erstellt den Feldkatalog für das ALV-Grid | 20060921 | |
| 2 | Instance method | Protected | Method | Modifies buttons of grid toolbar | 20060921 | |
| 3 | Instance method | Private | Method | Supplies data object | 20060809 | |
| 4 | Instance method | Private | Event handling method | Perform finilizing after standard functions | 20060824 | |
| 5 | Instance method | Private | Event handling method | ALV grid: override standard functions | 20060717 | |
| 6 | Instance method | Private | Event handling method | ALV grid: double click event handler | 20060727 | |
| 7 | Instance method | Private | Event handling method | Hotspot click handler for ALV grid | 20060824 | |
| 8 | Instance method | Public | Event handling method | Synchronizes item list with task list | 20060718 | |
| 9 | Instance method | Public | Event handling method | Takes actions to ensure data consistency on chanes | 20060828 | |
| 10 | Instance method | Public | Event handling method | Handler for pressing the arrow buttons in 'Item details' tab | 20060710 | |
| 11 | Instance method | Private | Method | Selects first visible row in ALV grid, if possible | 20060825 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | TASK_ITEM_CHANGED | Instance Event (0) |
Public (2) |
Raised on selection change of a task item | 20060710 |
Types
Class /TDAG/CPCL_TM_ITEMS_VIEW_CTRL has no local type.
Method Signatures
Method ADJUST_FIELD_CATALOG Signature
Method ADJUST_FIELD_CATALOG on class /TDAG/CPCL_TM_ITEMS_VIEW_CTRL has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Der Feldkatalog konnte nicht erzeugt werden | 20060921 |
Method CREATE_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FUNCS_TO_EXCL | Call by reference | Type reference (TYPE) | UI_FUNCTIONS | Die auszublendenden Standard-Einträge der Werkzeugleiste | 20060921 | |||
| 2 | ET_TOOLBAR_DEF | Call by reference | Type reference (TYPE) | /TDAG/CPY_TOOLBAR | Die anwendungsspezifischen Einträge der Werkzeugleiste | 20060921 |
Method CREATE_TOOLBAR on class /TDAG/CPCL_TM_ITEMS_VIEW_CTRL has no exception.
Method GET_DATA_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_DATA | Value transfer | Object reference (TYPE REF TO) | /TDAG/CPCL_TM_ITEMS_DATA | CP: Item data handler | 20060809 |
Method GET_DATA_OBJECT on class /TDAG/CPCL_TM_ITEMS_VIEW_CTRL has no exception.
Method ON_ALV_AFTER_USER_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UCOMM | Call by reference | Attribute reference (LIKE) | 20060824 |
Method ON_ALV_AFTER_USER_COMMAND on class /TDAG/CPCL_TM_ITEMS_VIEW_CTRL has no exception.
Method ON_ALV_BEFORE_USER_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UCOMM | Call by reference | Attribute reference (LIKE) | 20060717 |
Method ON_ALV_BEFORE_USER_COMMAND on class /TDAG/CPCL_TM_ITEMS_VIEW_CTRL has no exception.
Method ON_ALV_DOUBLE_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ROW_NO | Call by reference | Attribute reference (LIKE) | 20061123 |
Method ON_ALV_DOUBLE_CLICK on class /TDAG/CPCL_TM_ITEMS_VIEW_CTRL has no exception.
Method ON_ALV_HOTSPOT_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ROW_NO | Call by reference | Attribute reference (LIKE) | 20061123 | |||||
| 2 | E_COLUMN_ID | Call by reference | Attribute reference (LIKE) | 20060824 |
Method ON_ALV_HOTSPOT_CLICK on class /TDAG/CPCL_TM_ITEMS_VIEW_CTRL has no exception.
Method ON_SELECTION_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PO_SENDER | Call by reference | Attribute reference (LIKE) | 20060809 | |||||
| 2 | PS_ADDINFO | Call by reference | Attribute reference (LIKE) | 20060809 | |||||
| 3 | PS_DATA | Call by reference | Attribute reference (LIKE) | 20060809 |
Method ON_SELECTION_CHANGED on class /TDAG/CPCL_TM_ITEMS_VIEW_CTRL has no exception.
Method ON_TASKS_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PT_TASKH | Call by reference | Attribute reference (LIKE) | 20060828 |
Method ON_TASKS_CHANGED on class /TDAG/CPCL_TM_ITEMS_VIEW_CTRL has no exception.
Method ON_TASK_ITEM_NAVIG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_UCOMM | Call by reference | Attribute reference (LIKE) | 20060808 |
Method ON_TASK_ITEM_NAVIG on class /TDAG/CPCL_TM_ITEMS_VIEW_CTRL has no exception.
Method SELECT_FIRST_ROW Signature
Method SELECT_FIRST_ROW on class /TDAG/CPCL_TM_ITEMS_VIEW_CTRL has no parameter.
Method SELECT_FIRST_ROW on class /TDAG/CPCL_TM_ITEMS_VIEW_CTRL has no exception.
Event Signatures
Event TASK_ITEM_CHANGED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PS_TASKI | Exporting | Value transfer | Type reference (TYPE) | /TDAG/CPS_TASKI | Task item selected | 20060808 | ||
| 2 | P_LINES | Exporting | Value transfer | Type reference (TYPE) | INT4 | Internal tables, current number of lines | 20060808 | ||
| 3 | P_NEW_TAB_ID | Exporting | Value transfer | Type reference (TYPE) | RCGTSDEF-REGISTER_KEY | New tab page ID if tab page is to be changed | 20060808 | ||
| 4 | P_ROW_INDEX | Exporting | Value transfer | Type reference (TYPE) | INT4 | Index of the selected line | 20060826 |
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 0207B0406C |