SAP ABAP Class CL_ACF_PARAMETERS (Helper class to keep acf method data)
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"
Properties
Class CL_ACF_PARAMETERS  
Short Description Helper class to keep acf method data    
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 20060816   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)
Interfaces
Class CL_ACF_PARAMETERS has no interface implemented.
Friends
Class CL_ACF_PARAMETERS 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 20060816
2 MC_GETTER Constant Public Type reference (TYPE) I 2 20060816
3 MC_REGISTER Constant Public Type reference (TYPE) I 3 20060816
4 MC_SETTER Constant Public Type reference (TYPE) I 1 20060816
5 MC_UNREGISTER Constant Public Type reference (TYPE) I 4 20060816
6 M_CACHE_KEY Instance attribute Private Type reference (TYPE) STRING 20060816
7 M_CLASSNAME Constant Protected Type reference (TYPE) STRING 'CL_ACF_PARAMETERS' 20121109
8 M_DISABLE_RETURN Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20060816
9 M_ERROR_POINTER Instance attribute Private Type reference (TYPE) WDR_EXT_ATTRIBUTE_POINTER Information about an attribute 20060816
10 M_ERROR_TYPE Instance attribute Private Type reference (TYPE) STRING 20060816
11 M_INVOCATION_TYPE Instance attribute Private Type reference (TYPE) I 20060816
12 M_IS_RETURN_MASSDATA Instance attribute Private Type reference (TYPE) ABAP_BOOL 20080703
13 M_PARAMETERS Instance attribute Private Type reference (TYPE) TT_ACF_METHOD_PARAMETERS 20060816
14 M_RETURN_POINTER Instance attribute Private Type reference (TYPE) WDR_EXT_ATTRIBUTE_POINTER Information about an attribute 20060816
15 M_SUB_INTERFACE Instance attribute Private Type reference (TYPE) STRING 20060816
16 M_VIRUS_SCAN_ALWAYS Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120813
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR Instance method Public Method 20121022
2 CONSTRUCTOR Instance method Public Constructor 20060816
3 GET_CACHE_KEY Instance method Public Method 20060816
4 GET_DISABLE_RETURN Instance method Public Method 20060816
5 GET_ERROR_POINTER Instance method Public Method 20060816
6 GET_ERROR_TYPE Instance method Public Method 20060816
7 GET_INVOCATION_TYPE Instance method Public Method 20060816
8 GET_PARAMETERS Instance method Public Method 20060816
9 GET_RETURN_POINTER Instance method Public Method 20060816
10 GET_SUB_INTERFACE Instance method Public Method 20060816
11 IS_RETURN_POINTER_MASSDATA Instance method Public Method 20080703
12 IS_VIRUS_SCAN_ACTIVE Instance method Public Method 20120813
13 SET_CACHE_KEY Instance method Public Method 20060816
Events
Class CL_ACF_PARAMETERS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_ACF_METHOD_PARAMETERS Public See coding 20060816 tt_acf_method_parameters TYPE standard TABLE OF t_acf_method_parameter
2 T_ACF_METHOD_PARAMETER Public See coding 20060816 BEGIN OF t_acf_method_parameter, m_value TYPE string, m_mass_value TYPE xstring, m_type TYPE string, m_name type string, END OF t_acf_method_parameter
Method Signatures

Method CLEAR Signature

Method CLEAR on class CL_ACF_PARAMETERS has no parameter.
Method CLEAR on class CL_ACF_PARAMETERS has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DISABLE_RETURN Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20060816
2 Importing ERROR_POINTER Call by reference Type reference (TYPE) WDR_EXT_ATTRIBUTE_POINTER Information zu einem Attribut 20060816
3 Importing ERROR_TYPE Call by reference Type reference (TYPE) STRING 20060816
4 Importing INVOCATION_TYPE Call by reference Type reference (TYPE) I MC_CALLER 20060816
5 Importing IS_RETURN_MASSDATA Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080703
6 Importing PARAMETERS Call by reference Type reference (TYPE) TT_ACF_METHOD_PARAMETERS 20060816
7 Importing RETURN_POINTER Call by reference Type reference (TYPE) WDR_EXT_ATTRIBUTE_POINTER Information zu einem Attribut 20060816
8 Importing SUB_INTERFACE Call by reference Type reference (TYPE) STRING 20060816
9 Importing VIRUS_SCAN_ALWAYS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120813

Method CONSTRUCTOR on class CL_ACF_PARAMETERS has no exception.

Method GET_CACHE_KEY 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 20060816

Method GET_CACHE_KEY on class CL_ACF_PARAMETERS has no exception.

Method GET_DISABLE_RETURN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DISABLE_RETURN Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20060816

Method GET_DISABLE_RETURN on class CL_ACF_PARAMETERS has no exception.

Method GET_ERROR_POINTER Signature

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

Method GET_ERROR_POINTER on class CL_ACF_PARAMETERS has no exception.

Method GET_ERROR_TYPE Signature

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

Method GET_ERROR_TYPE on class CL_ACF_PARAMETERS has no exception.

Method GET_INVOCATION_TYPE Signature

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

Method GET_INVOCATION_TYPE on class CL_ACF_PARAMETERS has no exception.

Method GET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PARAMETERS Call by reference Type reference (TYPE) TT_ACF_METHOD_PARAMETERS 20060816

Method GET_PARAMETERS on class CL_ACF_PARAMETERS has no exception.

Method GET_RETURN_POINTER Signature

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

Method GET_RETURN_POINTER on class CL_ACF_PARAMETERS has no exception.

Method GET_SUB_INTERFACE Signature

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

Method GET_SUB_INTERFACE on class CL_ACF_PARAMETERS has no exception.

Method IS_RETURN_POINTER_MASSDATA Signature

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

Method IS_RETURN_POINTER_MASSDATA on class CL_ACF_PARAMETERS has no exception.

Method IS_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 IS_VIRUS_SCAN_ACTIVE on class CL_ACF_PARAMETERS has no exception.

Method SET_CACHE_KEY Signature

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

Method SET_CACHE_KEY on class CL_ACF_PARAMETERS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740