SAP ABAP Class CL_SQF_RESULT_VIEWER (Result Browser)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-UTL (Application Component) Workbench Utilities
⤷
SQF_UI (Package) User Interface
⤷
⤷
Properties
| Class | CL_SQF_RESULT_VIEWER | |
| Short Description | Result Browser | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SQF_UI | User Interface |
| Created | 20080806 | SAP |
| Last change | 20090618 | 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) |
Interfaces
Class CL_SQF_RESULT_VIEWER has no interface implemented.
Friends
Class CL_SQF_RESULT_VIEWER has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20080806 | |
| 2 | Instance method | Private | Method | 20080806 | ||
| 3 | Instance method | Public | Method | 20080806 | ||
| 4 | Instance method | Private | Method | 20080806 | ||
| 5 | Instance method | Private | Method | 20080806 | ||
| 6 | Instance method | Private | Event handling method | 20080806 | ||
| 7 | Instance method | Public | Method | 20080806 | ||
| 8 | Instance method | Public | Method | 20080806 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | RESULT_SELECTED | Instance Event (0) |
Private (0) |
20080806 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_VIEWER_REGISTRY | Private | See coding | 20080806 | ty_viewer_registry type hashed table of ty_viewer_registry_entry with unique key result_type
|
||
| 2 | TY_VIEWER_REGISTRY_ENTRY | Private | See coding | 20080806 | begin of ty_viewer_registry_entry,
result_type type sobj_name,
viewer type ref to if_sqf_result_viewer,
end of ty_viewer_registry_entry
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ALLOW_CHANGES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20081211 | |||
| 2 | IM_ALLOW_CREATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20081211 | |||
| 3 | IM_ALLOW_EXECUTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20081211 | |||
| 4 | IM_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | 20080806 |
Method CONSTRUCTOR on class CL_SQF_RESULT_VIEWER has no exception.
Method DISPLAY_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_RESULT | Call by reference | Object reference (TYPE REF TO) | IF_SQF_RESULT | Result | 20080806 |
Method DISPLAY_RESULT on class CL_SQF_RESULT_VIEWER has no exception.
Method FREE Signature
Method FREE on class CL_SQF_RESULT_VIEWER has no parameter.
Method FREE on class CL_SQF_RESULT_VIEWER has no exception.
Method FREE_VIEWERS Signature
Method FREE_VIEWERS on class CL_SQF_RESULT_VIEWER has no parameter.
Method FREE_VIEWERS on class CL_SQF_RESULT_VIEWER has no exception.
Method GET_VIEWER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_RESULT_TYPE | Call by reference | Type reference (TYPE) | SOBJ_NAME | Object Name in Object Directory | 20080806 | |||
| 2 | RE_VIEWER | Value transfer | Object reference (TYPE REF TO) | IF_SQF_RESULT_VIEWER | Result Viewer | 20080806 |
Method GET_VIEWER on class CL_SQF_RESULT_VIEWER has no exception.
Method HANDLE_RESULT_SELECTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_RESULT | Call by reference | Attribute reference (LIKE) | 20080806 |
Method HANDLE_RESULT_SELECTED on class CL_SQF_RESULT_VIEWER has no exception.
Method SET_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CONTENT_PROVIDER | Call by reference | Object reference (TYPE REF TO) | IF_SQF_CONTENT_PROVIDER | Query | 20081210 | |||
| 2 | IM_RESULT_LIST | Call by reference | Object reference (TYPE REF TO) | IF_SQF_RESULT_LIST | Result list | 20080806 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | UI Problems | 20080806 |
Method SET_VISIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_VISIBLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080806 |
Method SET_VISIBLE on class CL_SQF_RESULT_VIEWER has no exception.
Event Signatures
Event RESULT_SELECTED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_RESULT | Exporting | Value transfer | Object reference (TYPE REF TO) | IF_SQF_RESULT | Result | 20080806 |
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 712 |