SAP ABAP Class CL_SQF_WD_ASSISTANCE (Assistance Class for SUPPORT_QUERY_FRAMEWORK)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-UTL (Application Component) Workbench Utilities
     SQF_UI (Package) User Interface
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20111109
Properties
Class CL_SQF_WD_ASSISTANCE  
Short Description Assistance Class for SUPPORT_QUERY_FRAMEWORK    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SQF_UI   User Interface 
Created 20110919   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_SQF_QUERY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_SQF_WD_ASSISTANCE has no interface implemented.
Friends
Class CL_SQF_WD_ASSISTANCE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_COMMAND Constant Public See coding 20111109
2 CO_EVENT_TYPE Constant Public See coding 20111109
3 EVENT_QUEUE Static Attribute Public Type reference (TYPE) TY_EVENT_QUEUE 20111109
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20111109
2 GET_ICON_NAME Static method Public Method 20111109
3 GET_TEXT Instance method Public Method 20111109
4 HANDLE_NEW_QUERY Static method Private Event handling method 20111109
5 HANDLE_QUERY_DELETED Static method Private Event handling method 20111109
6 HANDLE_QUERY_STATE_CHANGED Static method Private Event handling method 20111109
Events
Class CL_SQF_WD_ASSISTANCE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_COMMAND Public Type reference (TYPE) SY-UCOMM Function Code 20111109
2 TY_EVENT Public See coding 20111109 begin of ty_event, event_type type ty_command, query type cl_sqf_query_list=>ty_query, id_of_deleted_query type i, end of ty_event
3 TY_EVENT_QUEUE Public See coding 20111109 ty_event_queue type table of ty_event
4 TY_QUERY_DIR Public See coding 20111109 ty_query_dir type hashed table of ty_query_dir_entry with unique key query_id
5 TY_QUERY_DIR_ENTRY Public See coding 20111109 begin of ty_query_dir_entry, query_id type i, query_element type ref to if_wd_context_element, end of ty_query_dir_entry
6 TY_TOOL_DIR Public See coding 20111109 ty_tool_dir type hashed table of ty_tool_dir_entry with unique key tool_name
7 TY_TOOL_DIR_ENTRY Public See coding 20111109 begin of ty_tool_dir_entry, tool_name type sobj_name, tool_element type ref to if_wd_context_element, end of ty_tool_dir_entry
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_SQF_WD_ASSISTANCE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SQF_WD_ASSISTANCE has no exception.

Method GET_ICON_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ICON Call by reference Type reference (TYPE) CLIKE 20111109
2 Returning RE_NAME Value transfer Type reference (TYPE) ICONNAME Name of an Icon 20111109

Method GET_ICON_NAME on class CL_SQF_WD_ASSISTANCE has no exception.

Method GET_TEXT Signature

Method GET_TEXT on class CL_SQF_WD_ASSISTANCE has no parameter.
Method GET_TEXT on class CL_SQF_WD_ASSISTANCE has no exception.

Method HANDLE_NEW_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_QUERY Call by reference Attribute reference (LIKE) 20111109

Method HANDLE_NEW_QUERY on class CL_SQF_WD_ASSISTANCE has no exception.

Method HANDLE_QUERY_DELETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ID Call by reference Attribute reference (LIKE) 20111109

Method HANDLE_QUERY_DELETED on class CL_SQF_WD_ASSISTANCE has no exception.

Method HANDLE_QUERY_STATE_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_QUERY Call by reference Attribute reference (LIKE) 20111109

Method HANDLE_QUERY_STATE_CHANGED on class CL_SQF_WD_ASSISTANCE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in