SAP ABAP Class CL_UMC_GEN_GRID (Generic ALV Grid)
Hierarchy
☛
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
⤷
FIN-SEM-CPM (Application Component) Corporate Performance Monitor
⤷
UMC (Package) CPM : Common Objects
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GUI_ALV_GRID | ALV List Viewer | 20010803 |
Properties
| Class | CL_UMC_GEN_GRID | |
| Short Description | Generic ALV Grid | |
| Super Class | CL_GUI_ALV_GRID | ALV List Viewer |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UMC | CPM : Common Objects |
| Created | 20010803 | SAP |
| Last change | 20041006 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_UMC_GEN_GRID has no forward declaration.
Interfaces
Class CL_UMC_GEN_GRID has no interface implemented.
Friends
Class CL_UMC_GEN_GRID has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | 7 | Maximum Number of Columns Shown in Tree Depends on Struct. | 20010803 | ||
| 2 | Instance attribute | Private | Type reference (TYPE) | UMC_YT_GRID_ITEM | Content of Item (Generic Grid) | 20010815 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | UMC_YT_GRID_OUTTAB | Outtab (Generic Grid) | 20010803 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | AS4FLAG | 'X' | Flag (X or Blank) | 20010803 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Event handling method | Double-Click Handler | 20010803 | |
| 2 | Instance method | Public | Method | Sets New Data to Grid | 20010803 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | GRID_DOUBLE_CLICK | Instance Event (0) |
Public (2) |
Grid was double-clicked | 20010803 |
| 2 | NUMBER_OF_LINES | Instance Event (0) |
Public (2) |
How many lines displayed | 20010803 |
Types
Class CL_UMC_GEN_GRID has no local type.
Method Signatures
Method HANDLE_GRID_DOUBLE_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_COLUMN | Call by reference | Type reference (TYPE) | 20010803 | |||||
| 2 | E_ROW | Call by reference | Type reference (TYPE) | 20010803 |
Method HANDLE_GRID_DOUBLE_CLICK on class CL_UMC_GEN_GRID has no exception.
Method NEW_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_COL | Call by reference | Type reference (TYPE) | UMC_YT_GRID_COLUMN | Description of grid column (generic grid) | 20010803 | |||
| 2 | IT_ITEM | Call by reference | Type reference (TYPE) | UMC_YT_GRID_ITEM | Content of item (generic grid) | 20010803 | |||
| 3 | I_COL_OPT | Call by reference | Type reference (TYPE) | AS4FLAG | 'X' | Optimize column width | 20010803 |
Method NEW_DATA on class CL_UMC_GEN_GRID has no exception.
Event Signatures
Event GRID_DOUBLE_CLICK Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ITEM | Exporting | Value transfer | Type reference (TYPE) | UMC_YT_GRID_ITEM | Items of selected line | 20010815 | ||
| 2 | E_FIELDNAME | Exporting | Value transfer | Type reference (TYPE) | LVC_FNAME | ALV-Control: Feldname internes Tabellenfeld | 20010803 | ||
| 3 | E_LINE | Exporting | Value transfer | Type reference (TYPE) | UMB_Y_SEQNR | Sequenz | 20010803 |
Event NUMBER_OF_LINES Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_LINES | Exporting | Value transfer | Type reference (TYPE) | I | Lines | 20010803 |
History
| Last changed by/on | SAP | 20041006 |
| SAP Release Created in | 3.1A |