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 ABAP 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
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALLOW_CHANGES Instance attribute Private Type reference (TYPE) ABAP_BOOL 20081211
2 ALLOW_CREATION Instance attribute Private Type reference (TYPE) ABAP_BOOL 20081211
3 ALLOW_EXECUTION Instance attribute Private Type reference (TYPE) ABAP_BOOL 20081211
4 CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20080806
5 CONTENT_PROVIDER Instance attribute Private Object reference (TYPE REF TO) IF_SQF_CONTENT_PROVIDER Query 20081210
6 CURRENT_VIEWER Instance attribute Private Object reference (TYPE REF TO) IF_SQF_RESULT_VIEWER Result Viewer 20080806
7 RESULTS Instance attribute Private Type reference (TYPE) IF_SQF_RESULT_LIST=>TY_RESULT_LIST 20080806
8 RESULT_BROWSER Instance attribute Private Object reference (TYPE REF TO) CL_SQF_RESULT_BROWSER Result Browser 20080806
9 RSEULT_BROWSER Instance attribute Private Object reference (TYPE REF TO) CL_SQF_RESULT_BROWSER Result Browser 20080806
10 SPLITTER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Splitter Control 20080806
11 VIEWERS Instance attribute Private Type reference (TYPE) TY_VIEWER_REGISTRY 20080806
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080806
2 DISPLAY_RESULT Instance method Private Method 20080806
3 FREE Instance method Public Method 20080806
4 FREE_VIEWERS Instance method Private Method 20080806
5 GET_VIEWER Instance method Private Method 20080806
6 HANDLE_RESULT_SELECTED Instance method Private Event handling method 20080806
7 SET_RESULT Instance method Public Method 20080806
8 SET_VISIBLE 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 Importing IM_ALLOW_CHANGES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20081211
2 Importing IM_ALLOW_CREATION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20081211
3 Importing IM_ALLOW_EXECUTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20081211
4 Importing 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 Importing 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 Importing IM_RESULT_TYPE Call by reference Type reference (TYPE) SOBJ_NAME Object Name in Object Directory 20080806
2 Returning 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 Importing 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 Importing IM_CONTENT_PROVIDER Call by reference Object reference (TYPE REF TO) IF_SQF_CONTENT_PROVIDER Query 20081210
2 Importing IM_RESULT_LIST Call by reference Object reference (TYPE REF TO) IF_SQF_RESULT_LIST Result list 20080806
# Exception Resumable Description Created on
1 CX_SQF_GUI_ERROR UI Problems 20080806

Method SET_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing 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