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 | 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 | Constant | Public | Type reference (TYPE) | I | 0 | 20060816 | |||
| 2 | Constant | Public | Type reference (TYPE) | I | 2 | 20060816 | |||
| 3 | Constant | Public | Type reference (TYPE) | I | 3 | 20060816 | |||
| 4 | Constant | Public | Type reference (TYPE) | I | 1 | 20060816 | |||
| 5 | Constant | Public | Type reference (TYPE) | I | 4 | 20060816 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | STRING | 20060816 | ||||
| 7 | Constant | Protected | Type reference (TYPE) | STRING | 'CL_ACF_PARAMETERS' | 20121109 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20060816 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | WDR_EXT_ATTRIBUTE_POINTER | Information about an attribute | 20060816 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | STRING | 20060816 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | I | 20060816 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20080703 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | TT_ACF_METHOD_PARAMETERS | 20060816 | ||||
| 14 | Instance attribute | Private | Type reference (TYPE) | WDR_EXT_ATTRIBUTE_POINTER | Information about an attribute | 20060816 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | STRING | 20060816 | ||||
| 16 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20120813 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20121022 | ||
| 2 | Instance method | Public | Constructor | 20060816 | ||
| 3 | Instance method | Public | Method | 20060816 | ||
| 4 | Instance method | Public | Method | 20060816 | ||
| 5 | Instance method | Public | Method | 20060816 | ||
| 6 | Instance method | Public | Method | 20060816 | ||
| 7 | Instance method | Public | Method | 20060816 | ||
| 8 | Instance method | Public | Method | 20060816 | ||
| 9 | Instance method | Public | Method | 20060816 | ||
| 10 | Instance method | Public | Method | 20060816 | ||
| 11 | Instance method | Public | Method | 20080703 | ||
| 12 | Instance method | Public | Method | 20120813 | ||
| 13 | 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 | DISABLE_RETURN | Call by reference | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20060816 | |||
| 2 | ERROR_POINTER | Call by reference | Type reference (TYPE) | WDR_EXT_ATTRIBUTE_POINTER | Information zu einem Attribut | 20060816 | |||
| 3 | ERROR_TYPE | Call by reference | Type reference (TYPE) | STRING | 20060816 | ||||
| 4 | INVOCATION_TYPE | Call by reference | Type reference (TYPE) | I | MC_CALLER | 20060816 | |||
| 5 | IS_RETURN_MASSDATA | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20080703 | |||
| 6 | PARAMETERS | Call by reference | Type reference (TYPE) | TT_ACF_METHOD_PARAMETERS | 20060816 | ||||
| 7 | RETURN_POINTER | Call by reference | Type reference (TYPE) | WDR_EXT_ATTRIBUTE_POINTER | Information zu einem Attribut | 20060816 | |||
| 8 | SUB_INTERFACE | Call by reference | Type reference (TYPE) | STRING | 20060816 | ||||
| 9 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 |