SAP ABAP Class CL_KANBANBOARD_OVERVIEW (Displays Info for)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM (Application Component) Customer Relationship Management
⤷
CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
⤷
MD05 (Package) Development class KANBAN

⤷

⤷

⤷

Properties
Class | CL_KANBANBOARD_OVERVIEW | |
Short Description | Displays Info for | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | MD05 | Development class KANBAN |
Created | 20050811 | SAP |
Last change | 20060208 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_KANBANBOARD_OVERVIEW has no forward declaration.
Interfaces
Class CL_KANBANBOARD_OVERVIEW has no interface implemented.
Friends
Class CL_KANBANBOARD_OVERVIEW has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | BOOLEAN | SPACE | Boolean Variable (X=true, -=false, space=unknown) | 20050811 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | PKBST | 1 | Kanban Status | 20050811 | |
3 | ![]() |
Constant | Private | Type reference (TYPE) | PKBST | 2 | Kanban Status | 20050811 | |
4 | ![]() |
Constant | Private | Type reference (TYPE) | PKBST | 3 | Kanban Status | 20050811 | |
5 | ![]() |
Constant | Private | Type reference (TYPE) | PKBST | 4 | Kanban Status | 20050811 | |
6 | ![]() |
Constant | Private | Type reference (TYPE) | PKBST | 5 | Kanban Status | 20050811 | |
7 | ![]() |
Constant | Private | Type reference (TYPE) | PKBST | 6 | Kanban Status | 20050811 | |
8 | ![]() |
Constant | Private | Type reference (TYPE) | PKBST | 9 | Kanban Status | 20050811 | |
9 | ![]() |
Constant | Private | Type reference (TYPE) | BOOLEAN | 'X' | Boolean Variable (X=true, -=false, space=unknown) | 20050811 | |
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STR_KANBAN_OVERVIEW_LINE | Structure with Information | 20050811 | ||
11 | ![]() |
Instance attribute | Private | See coding | Detail Table | 20050811 | |||
12 | ![]() |
Instance attribute | Private | See coding | Kanban Container Status Short Texts | 20050811 | |||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LVC_S_SCOL | ALV control: Structure for cell coloring | 20050811 | ||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LVC_S_SCOL | ALV control: Structure for cell coloring | 20050811 | ||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LVC_S_SCOL | ALV control: Structure for cell coloring | 20050811 | ||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LVC_S_SCOL | ALV control: Structure for cell coloring | 20050811 | ||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LVC_S_SCOL | ALV control: Structure for cell coloring | 20050811 | ||
18 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LVC_S_SCOL | ALV control: Structure for cell coloring | 20050811 | ||
19 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LVC_S_SCOL | ALV control: Structure for cell coloring | 20050811 | ||
20 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SY-REPID | 20050811 | |||
21 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SY-UCOMM | 'REFRESH ' | Function Code That Triggered PAI | 20050811 | |
22 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_DIALOGBOX_CONTAINER | Container for Custom Controls in Screen Area | 20050811 | ||
23 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_SALV_EVENTS_TABLE | Events in Simple, Two-Dimensional Tables | 20050811 | ||
24 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_SALV_TABLE | Grid for Output | 20050811 | ||
25 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20050811 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20050811 | |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20050811 |
3 | ![]() |
Instance method | Private | Method | 20050811 | |
4 | ![]() |
Instance method | Private | Event handling method | 20050811 | |
5 | ![]() |
Instance method | Private | Event handling method | 20050811 | |
6 | ![]() |
Instance method | Private | Method | 20050811 | |
7 | ![]() |
Instance method | Private | Method | 20050811 | |
8 | ![]() |
Instance method | Public | Method | 20050811 | |
9 | ![]() |
Instance method | Public | Method | 20050811 | |
10 | ![]() |
Instance method | Public | Method | 20050811 | |
11 | ![]() |
Instance method | Private | Method | 20050811 | |
12 | ![]() |
Instance method | Public | Method | 20050811 | |
13 | ![]() |
Instance method | Public | Method | 20050811 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | DOUBLE_CLICK | Instance Event (0) |
Public (2) |
20050811 | |
2 | IS_CLOSED | Instance Event (0) |
Public (2) |
20050811 | |
3 | STATUS | Instance Event (0) |
Public (2) |
20050811 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GS_KANBAN_OVERVIEW_TABLE | Private | See coding | 20050811 | BEGIN OF gs_kanban_overview_table,
columnname TYPE text50,
value TYPE text20,
status TYPE pkbst,
t_color TYPE lvc_t_scol,
END OF gs_kanban_overview_table
|
Method Signatures
Method CLOSE Signature
Method CLOSE on class CL_KANBANBOARD_OVERVIEW has no parameter.
Method CLOSE on class CL_KANBANBOARD_OVERVIEW has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_KANBANBOARD_OVERVIEW has no parameter.
Method CONSTRUCTOR on class CL_KANBANBOARD_OVERVIEW has no exception.
Method FILL_TABLE Signature
Method FILL_TABLE on class CL_KANBANBOARD_OVERVIEW has no parameter.
Method FILL_TABLE on class CL_KANBANBOARD_OVERVIEW has no exception.
Method HANDLE_CLOSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SENDER | Value transfer | Attribute reference (LIKE) | 20050811 |
Method HANDLE_CLOSE on class CL_KANBANBOARD_OVERVIEW has no exception.
Method HANDLE_DOUBLE_CLICK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COLUMN | Value transfer | Attribute reference (LIKE) | 20050811 | ||||
2 | ![]() |
ROW | Value transfer | Attribute reference (LIKE) | 20050811 |
Method HANDLE_DOUBLE_CLICK on class CL_KANBANBOARD_OVERVIEW has no exception.
Method INIT_COLORS Signature
Method INIT_COLORS on class CL_KANBANBOARD_OVERVIEW has no parameter.
Method INIT_COLORS on class CL_KANBANBOARD_OVERVIEW has no exception.
Method INIT_STATUS_TEXT Signature
Method INIT_STATUS_TEXT on class CL_KANBANBOARD_OVERVIEW has no parameter.
Method INIT_STATUS_TEXT on class CL_KANBANBOARD_OVERVIEW has no exception.
Method IS_VISIBLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_VISIBLE | Value transfer | Type reference (TYPE) | BOOLEAN | Ja = 'X' Nein = ' ' | 20050811 |
Method IS_VISIBLE on class CL_KANBANBOARD_OVERVIEW has no exception.
Method SET_INVISIBLE Signature
Method SET_INVISIBLE on class CL_KANBANBOARD_OVERVIEW has no parameter.
Method SET_INVISIBLE on class CL_KANBANBOARD_OVERVIEW has no exception.
Method SET_KANBANINFOS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_KANBAN_INFOS | Call by reference | Type reference (TYPE) | ZSTR_KANBAN_OVERVIEW | Übersichtsinformationen zur Kanban-Selektion | 20050811 |
Method SET_KANBANINFOS on class CL_KANBANBOARD_OVERVIEW has no exception.
Method SET_OPTIONS Signature
Method SET_OPTIONS on class CL_KANBANBOARD_OVERVIEW has no parameter.
Method SET_OPTIONS on class CL_KANBANBOARD_OVERVIEW has no exception.
Method SET_VISIBLE Signature
Method SET_VISIBLE on class CL_KANBANBOARD_OVERVIEW has no parameter.
Method SET_VISIBLE on class CL_KANBANBOARD_OVERVIEW has no exception.
Method SHOW_OUTPUT Signature
Method SHOW_OUTPUT on class CL_KANBANBOARD_OVERVIEW has no parameter.
Method SHOW_OUTPUT on class CL_KANBANBOARD_OVERVIEW has no exception.
Event Signatures
Event DOUBLE_CLICK Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | COLUMN | Exporting | Value transfer | Type reference (TYPE) | SALV_DE_COLUMN | Spalte | 20050811 | ||
2 | KANBANOVERVIEW | Exporting | Value transfer | Type reference (TYPE) | ZSTR_KANBAN_OVERVIEW | Kanbanstatus | 20050811 | ||
3 | ROW | Exporting | Value transfer | Type reference (TYPE) | SALV_DE_ROW | Zeile | 20050811 | ||
4 | STATUS | Exporting | Value transfer | Type reference (TYPE) | PKBST | Kanbanstatus | 20050811 |
Event IS_CLOSED Signature
Event IS_CLOSED on class CL_KANBANBOARD_OVERVIEW has no parameter.
Event STATUS Signature
Event STATUS on class CL_KANBANBOARD_OVERVIEW has no parameter.
History
Last changed by/on | SAP | 20060208 |
SAP Release Created in | 600 |