SAP ABAP Class /IWBEP/CL_SBUI_OD_ALV (SB: OD ALV grid base class)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SB (Application Component) Gateway Service Builder
⤷
/IWBEP/SB_ODATA_UI (Package) Gateway Service Builder - UI Plugin
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_SBUI_VIEW_GRID | SB: UI view grid (abstract convenience class) | 20120522 |
Meta Relationship - Used By
Properties
| Class | /IWBEP/CL_SBUI_OD_ALV | |
| Short Description | SB: OD ALV grid base class | |
| Super Class | /IWBEP/CL_SBUI_VIEW_GRID | SB: UI view grid (abstract convenience class) |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | /IWBEP/SBUIOD | |
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | /IWBEP/SB_ODATA_UI | Gateway Service Builder - UI Plugin |
| Created | 20120522 | SAP |
| Last change | 20131127 | SAP |
| 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 /IWBEP/CL_SBUI_OD_ALV has no interface implemented.
Friends
Class /IWBEP/CL_SBUI_OD_ALV has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Type reference (TYPE) | /IWBEP/SBUI_ASSOC_TYPE_DIALOG | button icon with tooltip | 20120628 | |||
| 2 | Static Attribute | Protected | Type reference (TYPE) | /IWBEP/SBUI_ABAP_TYPE_DIALOG | button icon with tooltip | 20120628 | |||
| 3 | Static Attribute | Protected | Type reference (TYPE) | /IWBEP/SBUI_TXT_DIALOG | button icon with tooltip | 20120628 | |||
| 4 | Constant | Protected | Type reference (TYPE) | SYUCOMM | 'L_DLG_ASC' | local function code | 20120628 | ||
| 5 | Constant | Protected | Type reference (TYPE) | SYUCOMM | 'L_DLG_TYP' | local function code | 20120628 | ||
| 6 | Constant | Protected | Type reference (TYPE) | SYUCOMM | 'L_DLG_TXT' | local function code | 20120628 | ||
| 7 | Static Attribute | Protected | Type reference (TYPE) | SYUCOMM | 'L_CBK_INV' | local function code | 20120628 | ||
| 8 | Static Attribute | Protected | Type reference (TYPE) | SYUCOMM | 'L_CBK_OFF' | local function code | 20120628 | ||
| 9 | Static Attribute | Protected | Type reference (TYPE) | SYUCOMM | 'L_CBK_ON' | local function code | 20120628 | ||
| 10 | Constant | Protected | Type reference (TYPE) | SYUCOMM | 'L_VAL_RDF' | local function code | 20120628 | ||
| 11 | Constant | Protected | Type reference (TYPE) | SYUCOMM | 'L_VAL_UDF' | local function code | 20120628 | ||
| 12 | Constant | Protected | Type reference (TYPE) | SYUCOMM | 'L_VAL_OPT' | local function code | 20120628 | ||
| 13 | Constant | Public | Type reference (TYPE) | STRING | 'EXCLUDE_CLIPBOARD' | parameter name | 20130213 | ||
| 14 | Constant | Public | Type reference (TYPE) | STRING | 'EXCLUDE_REDEFINE' | parameter name | 20121010 | ||
| 15 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | there are cells with explicitly defined value | 20120615 | |||
| 16 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | there are cells with undefined value | 20120615 | |||
| 17 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | there are editable checkboxes | 20120628 | |||
| 18 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | exclude clipboard buttons | 20130213 | |||
| 19 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | exclude redefinition buttons | 20121010 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20120628 | |
| 2 | Instance method | Protected | Method | template method (optional): update checkbox values | 20120628 | |
| 3 | Instance method | Protected | Method | template method (mandatory): update undefined value state | 20120523 | |
| 4 | Instance method | Protected | Method | utility: enable checkbox convenience (if in edit mode) | 20120628 | |
| 5 | Instance method | Protected | Method | utility: determine if this is a vocabulary context | 20131104 | |
| 6 | Instance method | Protected | Method | utility: set cell style explicitly defined (on loading) | 20120523 | |
| 7 | Instance method | Protected | Method | utility: set cell style disabled (on loading) | 20120717 | |
| 8 | Instance method | Protected | Method | utility: set cell style undefined (on loading) | 20120523 |
Events
Class /IWBEP/CL_SBUI_OD_ALV has no event.
Types
Class /IWBEP/CL_SBUI_OD_ALV has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class /IWBEP/CL_SBUI_OD_ALV has no parameter.
Method CLASS_CONSTRUCTOR on class /IWBEP/CL_SBUI_OD_ALV has no exception.
Method DO_MODIFY_CHECKBOX_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CELL | Call by reference | Type reference (TYPE) | LVC_T_CELL | cells that are currently selected (for this action) | 20120628 | |||
| 2 | IV_FCODE | Call by reference | Type reference (TYPE) | SYUCOMM | INVert value or set ON or set OFF (see fcode constants) | 20120628 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120628 |
Method DO_MODIFY_UNDEFINED_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CELL | Call by reference | Type reference (TYPE) | LVC_T_CELL | cells that are currently selected (for this action) | 20120523 | |||
| 2 | IV_OPTIMIZED | Call by reference | Type reference (TYPE) | ABAP_BOOL | set undefined flag only if value is equal to prototype value | 20120523 | |||
| 3 | IV_UNDEFINED | Call by reference | Type reference (TYPE) | ABAP_BOOL | shall the attribute values become undefined or not? | 20120523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120523 |
Method ENABLE_CHECKBOX_CONVENIENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ENABLED | Call by reference | Type reference (TYPE) | ABAP_BOOL | enabled or not ? | 20120628 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120628 |
Method IS_VOCABULARY_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20131104 | |||
| 2 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20131104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20131104 |
Method SET_CELL_STYLE_DEFINED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CELL_COLOR | Call by reference | Type reference (TYPE) | LVC_T_SCOL | cell color table of the current line (will be updated now) | 20120523 | |||
| 2 | CT_CELL_STYLE | Call by reference | Type reference (TYPE) | LVC_T_STYL | cell style table of the current line (will be updated now) | 20120523 | |||
| 3 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | LVC_FNAME | field name (from field catalog) | 20120523 | |||
| 4 | IV_ROW_INDEX | Call by reference | Type reference (TYPE) | I | row index (from output table, e.g. sy-tabix while loading) | 20120523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120523 |
Method SET_CELL_STYLE_INVALID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CELL_COLOR | Call by reference | Type reference (TYPE) | LVC_T_SCOL | cell color table of the current line (will be updated now) | 20120717 | |||
| 2 | CT_CELL_STYLE | Call by reference | Type reference (TYPE) | LVC_T_STYL | cell style table of the current line (will be updated now) | 20120717 | |||
| 3 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | LVC_FNAME | field name (from field catalog; SPACE = table line) | 20120717 | |||
| 4 | IV_ROW_INDEX | Call by reference | Type reference (TYPE) | I | row index (from output table, e.g. sy-tabix while loading) | 20120717 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120717 |
Method SET_CELL_STYLE_UNDEFINED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CELL_COLOR | Call by reference | Type reference (TYPE) | LVC_T_SCOL | cell color table of the current line (will be updated now) | 20120523 | |||
| 2 | CT_CELL_STYLE | Call by reference | Type reference (TYPE) | LVC_T_STYL | cell style table of the current line (will be updated now) | 20120523 | |||
| 3 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | LVC_FNAME | field name (from field catalog) | 20120523 | |||
| 4 | IV_ROW_INDEX | Call by reference | Type reference (TYPE) | I | row index (from output table, e.g. sy-tabix while loading) | 20120523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120523 |
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 200 |