SAP ABAP Class CL_WDR_ACTIVEX_METHOD_HNDL (Handler for Method Calls for GAC ActiveX View Element)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ACF (Application Component) Bitte Unterkomponenten verwenden (Hinweis 1665488)
     SWDP_UIEL_ACTIVE_COMPONENT (Package) UIE Library "ActiveComponent"
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDR_ACF_METHOD_HNDL Handler for Method Calls of ACF View Elements 20071023
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_ACFACTIVEX Methods for Generic ActiveX 20071205
Properties
Class CL_WDR_ACTIVEX_METHOD_HNDL  
Short Description Handler for Method Calls for GAC ActiveX View Element    
Super Class CL_WDR_ACF_METHOD_HNDL Handler for Method Calls of ACF View Elements 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package SWDP_UIEL_ACTIVE_COMPONENT   UIE Library "ActiveComponent" 
Created 20071023   SAP 
Last change 20130531   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)
2 CL_WD_GAC_EVENT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_WD_GAC_PROPERTY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WD_ACFACTIVEX Methods for Generic ActiveX 20071205
Friends
Class CL_WDR_ACTIVEX_METHOD_HNDL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_CLASSNAME_ME Instance attribute Private Type reference (TYPE) STRING 'CL_WDR_ACTIVEX_METHOD_HNDL' 20121106
2 M_EVENT_VIRUS_SCAN_ALWAYS Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120814
3 M_ISSET_TRACELEVEL Instance attribute Private Type reference (TYPE) ABAP_BOOL ' ' 20120724
4 M_PROPERTYBAG Instance attribute Private Type reference (TYPE) TT_PROPERTYBAG 20080310
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20120814
2 GET_ACTIVEX_POSSIBLE Static method Public Method 20091104
3 GET_CABVERSION Instance method Public Method 20071023
4 GET_EVENT_PARAMETER Instance method Public Method 20080311
5 GET_INIT_PROPERTIES Instance method Public Method 20080305
6 MAP_GAC_EVENT_TYPE Instance method Private Method 20080311
7 REGISTER_GAC_EVENT Instance method Public Method 20080305
8 SET_GAC_PROPERTY Instance method Public Method 20071030
9 SET_INIT_PROPERTY Instance method Public Method 20071031
10 SET_VIRUS_SCAN_ACTIVE_EVENT Instance method Public Method 20120820
11 TRACE Instance method Public Method 20110324
Events
Class CL_WDR_ACTIVEX_METHOD_HNDL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_PROPERTYBAG Public See coding 20080304 tt_propertybag TYPE standard TABLE OF t_propertybag
2 T_PROPERTYBAG Public See coding 20080304 BEGIN OF t_propertybag, name TYPE string, value TYPE string, END OF t_propertybag
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VIEW_ELEMENT Call by reference Object reference (TYPE REF TO) CL_WDR_VIEW_ELEMENT WebDynpro View Element 20120814

Method CONSTRUCTOR on class CL_WDR_ACTIVEX_METHOD_HNDL has no exception.

Method GET_ACTIVEX_POSSIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ACTIVEX_POSSIBLE Value transfer Type reference (TYPE) ABAP_BOOL 20091104

Method GET_ACTIVEX_POSSIBLE on class CL_WDR_ACTIVEX_METHOD_HNDL has no exception.

Method GET_CABVERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CABFILE Call by reference Type reference (TYPE) STRING 20071023

Method GET_CABVERSION on class CL_WDR_ACTIVEX_METHOD_HNDL has no exception.

Method GET_EVENT_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACF_NAME Call by reference Type reference (TYPE) STRING 20080311
2 Importing ACF_VALUE Call by reference Type reference (TYPE) STRING 20080311
3 Importing EVENT Call by reference Object reference (TYPE REF TO) CL_WD_GAC_EVENT 20080311
4 Exporting PARAM_BINARY Call by reference Type reference (TYPE) XSTRING 20080313
5 Exporting PARAM_NAME Call by reference Type reference (TYPE) STRING 20080311
6 Exporting PARAM_TYPE Call by reference Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE Typ einer Enumeration einer UIE-Bibliothek 20080313
7 Exporting PARAM_VALUE Call by reference Type reference (TYPE) ANY 20080311

Method GET_EVENT_PARAMETER on class CL_WDR_ACTIVEX_METHOD_HNDL has no exception.

Method GET_INIT_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PROPERTIES Call by reference Type reference (TYPE) TT_PROPERTYBAG 20080305

Method GET_INIT_PROPERTIES on class CL_WDR_ACTIVEX_METHOD_HNDL has no exception.

Method MAP_GAC_EVENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ACF_EVENT_TYPE Call by reference Type reference (TYPE) STRING 20080311
2 Importing GAC_EVENT_TYPE Call by reference Type reference (TYPE) WDUI_GAC_DATA_TYPE Web Dynpro: GACDataType 20080311
# Exception Resumable Description Created on
1 CX_WD_ACF_EXCEPTION 20080311

Method REGISTER_GAC_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WD_GAC_EVENTS Call by reference Type reference (TYPE) CL_WD_GAC_EVENT=>TT_GAC_EVENT 20080305

Method REGISTER_GAC_EVENT on class CL_WDR_ACTIVEX_METHOD_HNDL has no exception.

Method SET_GAC_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_INFO Call by reference Type reference (TYPE) WDR_CONTEXT_ATTRIBUTE_INFO Meta-Information für ein Attribut eines Context-Knotens 20071031
2 Importing CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20080424
3 Importing NAME Call by reference Type reference (TYPE) STRING 20071031
4 Importing READ_ONLY Call by reference Type reference (TYPE) ABAP_BOOL 20080423
5 Importing VALUE Call by reference Type reference (TYPE) ANY 20071030

Method SET_GAC_PROPERTY on class CL_WDR_ACTIVEX_METHOD_HNDL has no exception.

Method SET_INIT_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20071031
2 Importing VALUE Call by reference Type reference (TYPE) ANY 20071031

Method SET_INIT_PROPERTY on class CL_WDR_ACTIVEX_METHOD_HNDL has no exception.

Method SET_VIRUS_SCAN_ACTIVE_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVATE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120820

Method SET_VIRUS_SCAN_ACTIVE_EVENT on class CL_WDR_ACTIVEX_METHOD_HNDL has no exception.

Method TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLASSNAME Call by reference Type reference (TYPE) STRING 20110324
2 Importing METHODNAME Call by reference Type reference (TYPE) STRING 20110324
3 Importing WARNING Call by reference Type reference (TYPE) STRING 20110324

Method TRACE on class CL_WDR_ACTIVEX_METHOD_HNDL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 711