SAP ABAP Class CL_SALV_GRU_VIEW_CRYSTAL (View for Crystal)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-ALV (Application Component) SAP List Viewer
⤷
SALV_GUI_RU (Package) SAP GUI ALV Runtime - UI Parts (Translation)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_GRU_VIEW_CRYSTAL | View for Crystal | 20090224 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_GRU_VIEW_CTRL | View for Controller | 20090225 |
Properties
| Class | CL_SALV_GRU_VIEW_CRYSTAL | |
| Short Description | View for Crystal | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SALV_GUI_RU | SAP GUI ALV Runtime - UI Parts (Translation) |
| Created | 20090224 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SALV_GRU_VIEW_CRYSTAL has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SALV_GRU_VIEW_CRYSTAL | View for Crystal | 20090224 | ||
| 2 | IF_SALV_GRU_VIEW_CTRL | View for Controller | 20090225 |
Friends
Class CL_SALV_GRU_VIEW_CRYSTAL 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) | ABAP_BOOL | 20090811 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | I | 20090303 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CRYSTALVIEWER | 20090227 | ||||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SALV_CSQ_LOG | 20090303 | ||||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20090227 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SALV_GRM_VMODEL_CRYSTAL | View Model for Crystal | 20090225 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20090225 | ||
| 2 | Instance method | Private | Method | 20090227 | ||
| 3 | Instance method | Private | Method | 20090811 | ||
| 4 | Static method | Private | Method | 20090227 | ||
| 5 | Instance method | Private | Event handling method | 20090303 | ||
| 6 | Instance method | Private | Event handling method | 20090304 | ||
| 7 | Instance method | Private | Method | 20090811 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | DATA_UPLOADED | Instance Event (0) |
Private (0) |
20090304 |
Types
Class CL_SALV_GRU_VIEW_CRYSTAL has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_LOG_PROVIDER | Value transfer | Object reference (TYPE REF TO) | IF_SALV_CSQ_LOG_PROVIDER | 20090311 | ||||
| 2 | R_PARENT | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20090227 | |||
| 3 | R_VMODEL_CRYSTAL | Value transfer | Object reference (TYPE REF TO) | IF_SALV_GRM_VMODEL_CRYSTAL | View Model für Crystal | 20090225 |
Method CONSTRUCTOR on class CL_SALV_GRU_VIEW_CRYSTAL has no exception.
Method CREATE_VIEWER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_CR_VIEWER | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CRYSTALVIEWER | 20090604 |
Method CREATE_VIEWER on class CL_SALV_GRU_VIEW_CRYSTAL has no exception.
Method DISPLAY_DATA_IF_DEBUG_IS_ON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | T_DATA | Value transfer | Type reference (TYPE) | IF_SALV_GRM_VMODEL_CRYSTAL=>YT_DATA_OBJECT | 20090811 |
Method DISPLAY_DATA_IF_DEBUG_IS_ON on class CL_SALV_GRU_VIEW_CRYSTAL has no exception.
Method DISPLAY_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_XML_STRING | Value transfer | Object reference (TYPE REF TO) | DATA | 20090227 |
Method DISPLAY_XML on class CL_SALV_GRU_VIEW_CRYSTAL has no exception.
Method ON_CRYSTAL_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Value transfer | Attribute reference (LIKE) | 20090303 | |||||
| 2 | MESSAGE | Value transfer | Attribute reference (LIKE) | 20090303 |
Method ON_CRYSTAL_ERROR on class CL_SALV_GRU_VIEW_CRYSTAL has no exception.
Method ON_DATA_UPLOADED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR_ID | Value transfer | Attribute reference (LIKE) | 20090304 | |||||
| 2 | CR_STREAM | Value transfer | Attribute reference (LIKE) | 20090304 | |||||
| 3 | CR_TYPE | Value transfer | Attribute reference (LIKE) | 20090304 | |||||
| 4 | CR_VERSION | Value transfer | Attribute reference (LIKE) | 20090304 |
Method ON_DATA_UPLOADED on class CL_SALV_GRU_VIEW_CRYSTAL has no exception.
Method SEND_DATA_TO_CR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | T_DATA | Value transfer | Type reference (TYPE) | IF_SALV_GRM_VMODEL_CRYSTAL=>YT_DATA_OBJECT | 20090811 |
Method SEND_DATA_TO_CR on class CL_SALV_GRU_VIEW_CRYSTAL has no exception.
Event Signatures
Event DATA_UPLOADED Signature
Event DATA_UPLOADED on class CL_SALV_GRU_VIEW_CRYSTAL has no parameter.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |