SAP ABAP Class CL_WDR_ACF_INVOCATIONELEMENT (ACF)
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 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_ACF_INVOCATIONELEMENT Generic Parameters for ACF 20071212
Properties
Class CL_WDR_ACF_INVOCATIONELEMENT  
Short Description ACF    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_ACTIVE_COMPONENT   UIE Library "ActiveComponent" 
Created 20071122   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_WDR_ACF_METHOD_HNDL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 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_WDR_ACF_INVOCATIONELEMENT Generic Parameters for ACF 20071212
Friends
Class CL_WDR_ACF_INVOCATIONELEMENT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_CALLER Constant Public Type reference (TYPE) I 0 20071122
2 MC_GETTER Constant Public Type reference (TYPE) I 2 20071122
3 MC_SETTER Constant Public Type reference (TYPE) I 1 20071122
4 M_APPLET_ACTIVE Instance attribute Private Type reference (TYPE) ABAP_BOOL 20100219
5 M_ERROR Instance attribute Private Type reference (TYPE) WDR_EXT_ATTRIBUTE_POINTER Information About an Attribute 20071126
6 M_ERRORTYPE Instance attribute Private Type reference (TYPE) I 20071126
7 M_NAME Instance attribute Private Type reference (TYPE) STRING 20071123
8 M_PARAM Instance attribute Private Type reference (TYPE) TT_ACF_PARAM_TABLE 20071126
9 M_PARAM_ISMASSDATA_GUID Instance attribute Private Type reference (TYPE) STRING 20121107
10 M_RETURNPARAMETER Instance attribute Private Type reference (TYPE) WDR_EXT_ATTRIBUTE_POINTER Information About an Attribute 20071126
11 M_RETURN_ISMASSDATA Instance attribute Private Type reference (TYPE) ABAP_BOOL 20080703
12 M_SUBCOMPONENT Instance attribute Private Type reference (TYPE) STRING 20071126
13 M_VIRUS_SCAN_ALWAYS Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120813
14 M_VIRUS_SCAN_PROFILE Instance attribute Private Type reference (TYPE) VSCAN_PROFILE Virus Scan Profile 20131018
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_TYPE Instance method Private Method Internal Only 20080311
2 CONSTRUCTOR Instance method Public Constructor 20100219
3 GET_ACFTABLEINT Instance method Private Method Internal Only 20080220
4 GET_CACHEKEY Instance method Public Method Internal Only 20121107
5 GET_ERRORINFORMATION Instance method Public Method Internal Only 20071217
6 GET_ERRORSEVERITY Instance method Public Method Internal Only 20071217
7 GET_METHODNAME Instance method Public Method Internal Only 20071217
8 GET_PARAMETER Instance method Public Method Internal Only 20071126
9 GET_RETURNPARAMETER Instance method Public Method Internal Only 20071126
10 GET_RETURN_ISMASSDATA Instance method Public Method Internal Only 20080624
11 GET_SUBCOMPONENT Instance method Public Method Internal Only 20071126
12 GET_VIRUS_SCAN_ACTIVE Instance method Public Method Internal Only 20120813
13 NEW_ACF_INVOCATIONELEMENT Static method Public Method 20071122
14 SET_PARAMETER Instance method Public Method Internal Only 20080305
15 SET_STRINGTABLE Instance method Public Method Internal Only 20080108
16 SET_SUBCOMPONENT Instance method Public Method Internal Only 20071126
Events
Class CL_WDR_ACF_INVOCATIONELEMENT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_ACF_PARAM_TABLE Public See coding 20071126 tt_acf_param_table TYPE standard TABLE OF t_acf_param_line
2 T_ACF_PARAM_LINE Public See coding 20071126 BEGIN OF t_acf_param_line, m_value TYPE string, m_type TYPE string, m_name type string, END OF t_acf_param_line
Method Signatures

Method CHECK_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TYPE Call by reference Type reference (TYPE) IF_WDR_ACF_HNDL=>T_ACF_TYPE Constants as defined in E_ACF_TYPE 20080311
# Exception Resumable Description Created on
1 CX_WD_ACF_EXCEPTION 20080311

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_APPLET_ACTIVE Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100219

Method CONSTRUCTOR on class CL_WDR_ACF_INVOCATIONELEMENT has no exception.

Method GET_ACFTABLEINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting RESULT Call by reference Type reference (TYPE) STRING 20080220
2 Importing VALUE Call by reference Type reference (TYPE) I 20080220
3 Exporting X_RESULT Call by reference Type reference (TYPE) XSTRING 20080220

Method GET_ACFTABLEINT on class CL_WDR_ACF_INVOCATIONELEMENT has no exception.

Method GET_CACHEKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CACHE_KEY Value transfer Type reference (TYPE) STRING 20121107

Method GET_CACHEKEY on class CL_WDR_ACF_INVOCATIONELEMENT has no exception.

Method GET_ERRORINFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ERROR Value transfer Type reference (TYPE) WDR_EXT_ATTRIBUTE_POINTER Information zu einem Attribut 20071217

Method GET_ERRORINFORMATION on class CL_WDR_ACF_INVOCATIONELEMENT has no exception.

Method GET_ERRORSEVERITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ERROR_TYPE Value transfer Type reference (TYPE) I 20071217

Method GET_ERRORSEVERITY on class CL_WDR_ACF_INVOCATIONELEMENT has no exception.

Method GET_METHODNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NAME Value transfer Type reference (TYPE) STRING 20071217
# Exception Resumable Description Created on
1 CX_WD_ACF_EXCEPTION 20071217

Method GET_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PARAMTABLE Call by reference Type reference (TYPE) CL_WDR_ACF_INVOCATIONELEMENT=>TT_ACF_PARAM_TABLE 20071126

Method GET_PARAMETER on class CL_WDR_ACF_INVOCATIONELEMENT has no exception.

Method GET_RETURNPARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PARAMETER Value transfer Type reference (TYPE) WDR_EXT_ATTRIBUTE_POINTER Information zu einem Attribut 20071126

Method GET_RETURNPARAMETER on class CL_WDR_ACF_INVOCATIONELEMENT has no exception.

Method GET_RETURN_ISMASSDATA Signature

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

Method GET_RETURN_ISMASSDATA on class CL_WDR_ACF_INVOCATIONELEMENT has no exception.

Method GET_SUBCOMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NAME Value transfer Type reference (TYPE) STRING 20071126

Method GET_SUBCOMPONENT on class CL_WDR_ACF_INVOCATIONELEMENT has no exception.

Method GET_VIRUS_SCAN_ACTIVE Signature

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

Method GET_VIRUS_SCAN_ACTIVE on class CL_WDR_ACF_INVOCATIONELEMENT has no exception.

Method NEW_ACF_INVOCATIONELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ELEMENT Value transfer Object reference (TYPE REF TO) CL_WDR_ACF_INVOCATIONELEMENT ACF 20071206
2 Importing IS_APPLET_ACTIVE Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100219
# Exception Resumable Description Created on
1 CX_WD_ACF_EXCEPTION 20071122

Method SET_PARAMETER 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 20080305
2 Importing TYPE Call by reference Type reference (TYPE) IF_WDR_ACF_HNDL=>T_ACF_TYPE 20080305
3 Importing VALUE Call by reference Type reference (TYPE) ANY 20080305
# Exception Resumable Description Created on
1 CX_WD_ACF_EXCEPTION 20080305

Method SET_STRINGTABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACF_TABLE Call by reference Type reference (TYPE) IF_WDR_ACF_HNDL=>TT_ACF_TABLE 20080108
# Exception Resumable Description Created on
1 CX_WD_ACF_EXCEPTION 20080108

Method SET_SUBCOMPONENT 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 20071126

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