SAP ABAP Class CL_AXT_RA_BOL_UI_ATTR_GRID (UI Attribute Grid)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-RA (Application Component) Rapid Applications
⤷
AXT_RA_TOOL_UI (Package) RA Tool UI
⤷
⤷
Properties
| Class | CL_AXT_RA_BOL_UI_ATTR_GRID | |
| Short Description | UI Attribute Grid | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | AXT_RA_TOOL_UI | RA Tool UI |
| Created | 20091021 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_AXT_RA_BOL_UI_ATTR_GRID has no forward declaration.
Interfaces
Class CL_AXT_RA_BOL_UI_ATTR_GRID has no interface implemented.
Friends
Class CL_AXT_RA_BOL_UI_ATTR_GRID has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TABNAME | 'AXTS_ATTR_4_UIGEN_GRID' | Table Name | 20091021 | ||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_AXT_BOL_UI_EXTENSION | Access to BOL UI Extension | 20091021 | |||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20091021 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_AXT_RA_BOL_MODEL | BOL UI Tree | 20091021 | |||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | Toolbar Control | 20091021 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20091021 | ||||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | 20091021 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20091021 | ||
| 2 | Instance method | Public | Constructor | 20091021 | ||
| 3 | Instance method | Private | Method | 20091021 | ||
| 4 | Instance method | Public | Method | 20091021 | ||
| 5 | Instance method | Public | Method | 20091021 | ||
| 6 | Instance method | Private | Event handling method | 20091021 | ||
| 7 | Instance method | Private | Event handling method | 20091021 | ||
| 8 | Instance method | Public | Method | 20091022 | ||
| 9 | Instance method | Protected | Method | 20091021 | ||
| 10 | Instance method | Public | Method | 20091123 |
Events
Class CL_AXT_RA_BOL_UI_ATTR_GRID has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_ATTR_GRID | Private | See coding | 20091123 | BEGIN OF ty_attr_grid.
INCLUDE type axts_attr_4_uigen_grid.
TYPES drop_down_handle TYPE int4 .
TYPES END OF ty_attr_grid
|
Method Signatures
Method BUILD_EMPTY_DATA_TABLE Signature
Method BUILD_EMPTY_DATA_TABLE on class CL_AXT_RA_BOL_UI_ATTR_GRID has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation error | 20091021 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20091021 | |||
| 2 | IO_EXTENSION | Call by reference | Object reference (TYPE REF TO) | IF_AXT_BOL_UI_EXTENSION | Access to BOL UI Extension | 20091021 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation error | 20091021 |
Method EXCLUDE_TOOLBAR_FUNCTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_EXCLUDE | Value transfer | Type reference (TYPE) | UI_FUNCTIONS | Function Code Table | 20091021 |
Method EXCLUDE_TOOLBAR_FUNCTIONS on class CL_AXT_RA_BOL_UI_ATTR_GRID has no exception.
Method FREE Signature
Method FREE on class CL_AXT_RA_BOL_UI_ATTR_GRID has no parameter.
Method FREE on class CL_AXT_RA_BOL_UI_ATTR_GRID has no exception.
Method INIT_DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ALLOW_EDIT | Call by reference | Type reference (TYPE) | FLAG | '' | General Flag | 20091021 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation error | 20091021 |
Method ON_GRID_DATA_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_DATA_CHANGED | Value transfer | Attribute reference (LIKE) | 20091021 | |||||
| 2 | E_ONF4 | Value transfer | Attribute reference (LIKE) | 20091021 | |||||
| 3 | E_ONF4_AFTER | Value transfer | Attribute reference (LIKE) | 20091021 | |||||
| 4 | E_ONF4_BEFORE | Value transfer | Attribute reference (LIKE) | 20091021 | |||||
| 5 | E_UCOMM | Value transfer | Attribute reference (LIKE) | 20091021 |
Method ON_GRID_DATA_CHANGED on class CL_AXT_RA_BOL_UI_ATTR_GRID has no exception.
Method ON_GRID_DOUBLECLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ROW_NO | Value transfer | Attribute reference (LIKE) | 20091021 | |||||
| 2 | E_COLUMN | Value transfer | Attribute reference (LIKE) | 20091021 | |||||
| 3 | E_ROW | Value transfer | Attribute reference (LIKE) | 20091021 |
Method ON_GRID_DOUBLECLICK on class CL_AXT_RA_BOL_UI_ATTR_GRID has no exception.
Method SET_DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_UI_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_BOL_UI_ELEMENT | 20091109 | ||||
| 2 | IV_ALLOW_EDIT | Call by reference | Type reference (TYPE) | FLAG | '' | General Flag | 20091022 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation error | 20091022 |
Method SET_EVENT_HANDLER Signature
Method SET_EVENT_HANDLER on class CL_AXT_RA_BOL_UI_ATTR_GRID has no parameter.
Method SET_EVENT_HANDLER on class CL_AXT_RA_BOL_UI_ATTR_GRID has no exception.
Method UPDATE_BOL_UI_ATTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_UI_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_BOL_UI_ELEMENT | Element for BOL UI definition | 20091123 |
Method UPDATE_BOL_UI_ATTR on class CL_AXT_RA_BOL_UI_ATTR_GRID has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 701 |