SAP ABAP Class CL_IOS_WDACFPROXY (INTERNAL)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ACF (Application Component) Bitte Unterkomponenten verwenden (Hinweis 1665488)
     SIOS (Package) Integrated office suites
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 20041125
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_IOS_COMMUNICATIONWRAPPER ONLYINTERNAL!Hides communication browser - non browser based 20041125
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_IOS_FACTORY Factory 20041125
Properties
Class CL_IOS_WDACFPROXY  
Short Description INTERNAL    
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     
Category 0   
Package SIOS   Integrated office suites 
Created 20041125   SAP 
Last change 20131127   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 IF_WDR_ACF_HNDL Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_IOS_COMMUNICATIONWRAPPER ONLYINTERNAL!Hides communication browser - non browser based 20041125
2 IF_IOS_FACTORY Factory 20041125
Friends
Class CL_IOS_WDACFPROXY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_ACTION_EXPORTXML_COMPLETED Instance attribute Private Type reference (TYPE) STRING 20090806
2 M_ACTION_IMPORTXML Instance attribute Private Type reference (TYPE) STRING 20090623
3 M_ACTIVEX Instance attribute Private Type reference (TYPE) C 'X' Currently used Editor 20050114
4 M_CABFILE Instance attribute Private Type reference (TYPE) STRING Currently used Activex Cab 20051114
5 M_CLASSNAME_ME Instance attribute Private Type reference (TYPE) STRING 'CL_IOS_WDACFPROXY' 20130422
6 M_DATASOURCE Instance attribute Private Type reference (TYPE) XSTRING 20090604
7 M_EVENT_EXPORTXML_COMPLETED Constant Private Type reference (TYPE) STRING 'OnExportXmlCompleted' IOS Event 20090806
8 M_EVENT_IMPORTXML Constant Private Type reference (TYPE) STRING 'OnImportXml' IOS Event 20090708
9 M_FACTORY Instance attribute Public Object reference (TYPE REF TO) CL_IOS_FACTORY Creation of interfaces 20041125
10 M_PARAMNAME_IMPORTXML Instance attribute Private Type reference (TYPE) STRING 20090623
11 M_PARAMNAME_IMPORT_PATHNAME Instance attribute Private Type reference (TYPE) STRING 20090910
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_FACTORY Instance method Private Method ONLY internal: if necessary, creation factory 20050114
2 CHECK_VALUE Instance method Private Method ONLY internal 20090514
3 CONSTRUCTOR Instance method Public Constructor 20050125
4 DESTROY Instance method Public Method 20060828
5 DESTROY_DOCUMENTPROXY Instance method Public Method ONLY internal: destroy and reset documentproxy 20050511
6 GET_ACTIVEXPOSSIBLE Static method Public Method ONLY internal 20091104
7 GET_ACTUALEDITOR Instance method Public Method ONLY internal: actual used frontend editor 20050114
8 GET_CABVERSION Instance method Public Method ONLY internal: path and version of cab file 20050223
9 GET_EVENT_EXPORTXML_COMPLETED Instance method Public Method 20090806
10 GET_EVENT_IMPORTXML Instance method Public Method 20090623
11 GET_JARVERSION Instance method Public Method ONLY internal: Path and version of jar file 20060606
12 GET_WHITELISTNAMES Instance method Public Method ONLY internal 20130117
13 INITIALIZE Instance method Public Method ONLY internal: Used for dynamic creation 20051013
14 NOTIFY_ONCLOSEEVENT Instance method Public Method ONLY internal: update proxies 20060707
15 NOTIFY_ONSAVEEVENT Instance method Public Method ONLY internal: update proxies 20060707
16 REGISTER_EXPORTXML_COMPLETED Instance method Public Method 20090806
17 REGISTER_IMPORTXML_EVENT Instance method Public Method 20090622
18 SET_ACTUALEDITOR Instance method Public Method ONLY internal: actual to use frontend editor 20050114
19 TRACE_ENABLED Instance method Public Method ONLY internal 20120312
20 UPDATE_DATASOURCE Instance method Public Method ONLY internal 20090604
21 UPDATE_FACTORY Instance method Private Method 20060103
Events
Class CL_IOS_WDACFPROXY has no event.
Types
Class CL_IOS_WDACFPROXY has no local type.
Method Signatures

Method CHECK_FACTORY Signature

Method CHECK_FACTORY on class CL_IOS_WDACFPROXY has no parameter.
# Exception Resumable Description Created on
1 CX_IOS_EXCEPTION General exception 20050117
2 CX_IOS_FACTORY 20050205

Method CHECK_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALID Value transfer Type reference (TYPE) ABAP_BOOL 20090514
2 Importing VALUE Call by reference Type reference (TYPE) ANY 20090514

Method CHECK_VALUE on class CL_IOS_WDACFPROXY has no exception.

Method CONSTRUCTOR Signature

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

Method CONSTRUCTOR on class CL_IOS_WDACFPROXY has no exception.

Method DESTROY Signature

Method DESTROY on class CL_IOS_WDACFPROXY has no parameter.
Method DESTROY on class CL_IOS_WDACFPROXY has no exception.

Method DESTROY_DOCUMENTPROXY Signature

Method DESTROY_DOCUMENTPROXY on class CL_IOS_WDACFPROXY has no parameter.
# Exception Resumable Description Created on
1 CX_IOS_FACTORY 20060707

Method GET_ACTIVEXPOSSIBLE 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_ACTIVEXPOSSIBLE on class CL_IOS_WDACFPROXY has no exception.

Method GET_ACTUALEDITOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ACTIVEX Call by reference Type reference (TYPE) C X, if activex used 20050114
2 Exporting HAS_TO_CHANGE_TO Call by reference Type reference (TYPE) C 0 nothing changes, x use parameter activex for new 20050216

Method GET_ACTUALEDITOR on class CL_IOS_WDACFPROXY 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 20050223

Method GET_CABVERSION on class CL_IOS_WDACFPROXY has no exception.

Method GET_EVENT_EXPORTXML_COMPLETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ACTIONNAME Call by reference Type reference (TYPE) STRING 20090806
2 Exporting EVENTNAME Call by reference Type reference (TYPE) STRING 20090806

Method GET_EVENT_EXPORTXML_COMPLETED on class CL_IOS_WDACFPROXY has no exception.

Method GET_EVENT_IMPORTXML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ACTIONNAME Call by reference Type reference (TYPE) STRING 20090623
2 Exporting EVENTNAME Call by reference Type reference (TYPE) STRING 20090708
3 Exporting PARAMNAME Call by reference Type reference (TYPE) STRING 20090623
4 Exporting PATH_NAME Call by reference Type reference (TYPE) STRING 20090910

Method GET_EVENT_IMPORTXML on class CL_IOS_WDACFPROXY has no exception.

Method GET_JARVERSION Signature

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

Method GET_JARVERSION on class CL_IOS_WDACFPROXY has no exception.

Method GET_WHITELISTNAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting TT_WHITELIST_NAME Call by reference Type reference (TYPE) IF_WDR_ACF_HNDL=>TT_WHITELIST_NAME 20130117
# Exception Resumable Description Created on
1 CX_WD_ACF_EXCEPTION 20130117

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVATE_IN_PLACE Call by reference Type reference (TYPE) ABAP_BOOL 20051013
2 Importing DATA_SOURCE Call by reference Type reference (TYPE) STRING 20051013
3 Importing DOCUMENT_TYPE Call by reference Type reference (TYPE) WDUI_OFFICE_DOC_TYPE WebDynpro:OfficeDocumentType 20051013
4 Importing EXPERT_MODE Call by reference Type reference (TYPE) ABAP_BOOL 20051013

Method INITIALIZE on class CL_IOS_WDACFPROXY has no exception.

Method NOTIFY_ONCLOSEEVENT Signature

Method NOTIFY_ONCLOSEEVENT on class CL_IOS_WDACFPROXY has no parameter.
Method NOTIFY_ONCLOSEEVENT on class CL_IOS_WDACFPROXY has no exception.

Method NOTIFY_ONSAVEEVENT Signature

Method NOTIFY_ONSAVEEVENT on class CL_IOS_WDACFPROXY has no parameter.
Method NOTIFY_ONSAVEEVENT on class CL_IOS_WDACFPROXY has no exception.

Method REGISTER_EXPORTXML_COMPLETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIONNAME Call by reference Type reference (TYPE) STRING 20090806

Method REGISTER_EXPORTXML_COMPLETED on class CL_IOS_WDACFPROXY has no exception.

Method REGISTER_IMPORTXML_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIONNAME Call by reference Type reference (TYPE) STRING 20090622
2 Importing PARAMNAME Call by reference Type reference (TYPE) STRING 20090625
3 Importing PATH_NAME Call by reference Type reference (TYPE) STRING 20090910

Method REGISTER_IMPORTXML_EVENT on class CL_IOS_WDACFPROXY has no exception.

Method SET_ACTUALEDITOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVEX Call by reference Type reference (TYPE) C 20050114

Method SET_ACTUALEDITOR on class CL_IOS_WDACFPROXY has no exception.

Method TRACE_ENABLED Signature

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

Method TRACE_ENABLED on class CL_IOS_WDACFPROXY has no exception.

Method UPDATE_DATASOURCE 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 Bindung eines View-Elementes an einen Kontextknoten 20090604
2 Importing VALUE Call by reference Type reference (TYPE) XSTRING 20090604

Method UPDATE_DATASOURCE on class CL_IOS_WDACFPROXY has no exception.

Method UPDATE_FACTORY Signature

Method UPDATE_FACTORY on class CL_IOS_WDACFPROXY has no parameter.
Method UPDATE_FACTORY on class CL_IOS_WDACFPROXY has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 700