Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WDR_VIEW_ELEM_METHOD_HNDL | Handler for Method Calls for View Elements | 20041118 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDR_ACF_HNDL | Server Side ACF Protocol | 20071120 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WD_ACF_METHOD_HNDL | Handler for Method Calls of ACF View Elements | 20041118 |
Meta Relationship - Used By
Properties
| Class | CL_WDR_ACF_METHOD_HNDL | |
| Short Description | Handler for Method Calls of ACF View Elements | |
| Super Class | CL_WDR_VIEW_ELEM_METHOD_HNDL | Handler for Method Calls for 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 | 20041118 | SAP |
| Last change | 20140121 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | 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_HNDL | Server Side ACF Protocol | 20071120 | ||
| 2 | IF_WD_ACF_METHOD_HNDL | Handler for Method Calls of ACF View Elements | 20041118 |
Friends
Class CL_WDR_ACF_METHOD_HNDL 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 | 1 | Every later. Execution is cancelled | 20060420 | ||
| 2 | Constant | Public | Type reference (TYPE) | I | 2 | Only this execution is cancelled | 20060420 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'novalidwhitelist' | 20090928 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | '@acf_empty' | 20060711 | |||
| 5 | Constant | Public | Type reference (TYPE) | STRING | '0 OK' | Set if no return errors have occurred | 20061019 | ||
| 6 | Instance attribute | Protected | Type reference (TYPE) | TT_EVENT_QUEUE | 20130618 | ||||
| 7 | Instance attribute | Protected | Type reference (TYPE) | I | 20130618 | ||||
| 8 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20100219 | ||||
| 9 | Constant | Protected | Type reference (TYPE) | STRING | 'CL_WDR_ACF_METHOD_HNDL' | 20110210 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | STRING | 'CL_WDR_ACF_METHOD_HNDL' | 20130422 | |||
| 11 | Instance attribute | Protected | Type reference (TYPE) | I | 20130618 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | I | 20080220 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | STRING | 20080220 | ||||
| 14 | Instance attribute | Private | Type reference (TYPE) | STRING | 20110211 | ||||
| 15 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | abap_false | 20120813 | |||
| 16 | Instance attribute | Protected | Type reference (TYPE) | VSCAN_PROFILE | Virus Scan Profile | 20120813 | |||
| 17 | Instance attribute | Private | Type reference (TYPE) | STRING | 20080819 | ||||
| 18 | Constant | Protected | Type reference (TYPE) | STRING | '@acf_null' | 20060711 |
Methods
Events
Class CL_WDR_ACF_METHOD_HNDL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_EVENT_QUEUE | Protected | See coding | 20130618 | TT_EVENT_QUEUE TYPE standard TABLE OF T_EVENT_QUEUE
|
||
| 2 | T_EVENT_QUEUE | Protected | See coding | 20130618 | BEGIN OF T_EVENT_QUEUE,
m_acf_roundtrip TYPE i,
m_cache_id TYPE string,
m_count_registered_events TYPE i,
END OF T_EVENT_QUEUE
|
Method Signatures
Method ACTIVEX_POSSIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ISPOSSIBLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091104 |
Method ACTIVEX_POSSIBLE on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method ADD_TRACE Signature
Method ADD_TRACE on class CL_WDR_ACF_METHOD_HNDL has no parameter.
Method ADD_TRACE on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method APPLET_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ACTIVE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100219 |
Method APPLET_ACTIVE on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method CALL_METHOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20060620 | |||
| 2 | DISABLE_RETURN | Value transfer | Type reference (TYPE) | BOOLEAN | true: no information is sent back from the client | 20060620 | |||
| 3 | ERROR_POINTER | Value transfer | Type reference (TYPE) | WDR_EXT_ATTRIBUTE_POINTER | Information zu einem Attribut | 20060620 | |||
| 4 | ERROR_TYPE | Value transfer | Type reference (TYPE) | STRING | error severity classification | 20060620 | |||
| 5 | METHOD | Value transfer | Type reference (TYPE) | STRING | name of the method | 20060620 | |||
| 6 | OBJECT | Value transfer | Type reference (TYPE) | STRING | id of subcomponent | 20060620 | |||
| 7 | PARAM1_MASS_VALUE | Call by reference | Type reference (TYPE) | XSTRING | 20060620 | ||||
| 8 | PARAM1_TYPE | Value transfer | Type reference (TYPE) | STRING | 'string' | type of parameter 1 | 20060620 | ||
| 9 | PARAM1_VALUE | Value transfer | Type reference (TYPE) | STRING | value of parameter 1 | 20060620 | |||
| 10 | PARAM2_MASS_VALUE | Call by reference | Type reference (TYPE) | XSTRING | 20060620 | ||||
| 11 | PARAM2_TYPE | Value transfer | Type reference (TYPE) | STRING | 'string' | type of parameter 2 | 20060620 | ||
| 12 | PARAM2_VALUE | Value transfer | Type reference (TYPE) | STRING | value of parameter 2 | 20060620 | |||
| 13 | PARAM3_MASS_VALUE | Call by reference | Type reference (TYPE) | XSTRING | 20060620 | ||||
| 14 | PARAM3_TYPE | Value transfer | Type reference (TYPE) | STRING | 'string' | type of parameter 3 | 20060620 | ||
| 15 | PARAM3_VALUE | Value transfer | Type reference (TYPE) | STRING | value of parameter 3 | 20060620 | |||
| 16 | PARAM4_MASS_VALUE | Call by reference | Type reference (TYPE) | XSTRING | 20060620 | ||||
| 17 | PARAM4_TYPE | Value transfer | Type reference (TYPE) | STRING | 'string' | type of parameter 4 | 20060620 | ||
| 18 | PARAM4_VALUE | Value transfer | Type reference (TYPE) | STRING | value of parameter 4 | 20060620 | |||
| 19 | PARAM5_MASS_VALUE | Call by reference | Type reference (TYPE) | XSTRING | 20060620 | ||||
| 20 | PARAM5_TYPE | Value transfer | Type reference (TYPE) | STRING | 'string' | type of parameter 5 | 20060620 | ||
| 21 | PARAM5_VALUE | Value transfer | Type reference (TYPE) | STRING | value of parameter 5 | 20060620 | |||
| 22 | PARAM6_MASS_VALUE | Call by reference | Type reference (TYPE) | XSTRING | 20060620 | ||||
| 23 | PARAM6_TYPE | Value transfer | Type reference (TYPE) | STRING | 'string' | type of paramter 6 | 20060620 | ||
| 24 | PARAM6_VALUE | Value transfer | Type reference (TYPE) | STRING | value of parameter 6 | 20060620 | |||
| 25 | RETURN_POINTER | Value transfer | Type reference (TYPE) | WDR_EXT_ATTRIBUTE_POINTER | Information zu einem Attribut | 20060620 |
Method CALL_METHOD on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method CLEAR_ACF_EVENT_IN_QUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CACHEID | Call by reference | Type reference (TYPE) | STRING | 20130618 |
Method CLEAR_ACF_EVENT_IN_QUEUE on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_VIEW_ELEMENT | Value transfer | Object reference (TYPE REF TO) | CL_WDR_VIEW_ELEMENT | WebDynpro View Element | 20050405 |
Method CONSTRUCTOR on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method CONVERT_FROM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CODEPAGE | Call by reference | Type reference (TYPE) | STRING | 20080117 | ||||
| 2 | ENDIAN | Value transfer | Type reference (TYPE) | ABAP_ENDIAN | 20080117 | ||||
| 3 | IGNORE_CERR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080117 | |||
| 4 | REPLACEMENT | Value transfer | Type reference (TYPE) | ABAP_REPL | Ersatzzeichen/-string für Zeichensatzkonvertierung | 20080117 | |||
| 5 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20080117 | ||||
| 6 | SOURCE | Call by reference | Type reference (TYPE) | XSTRING | 20080117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Parameter mit ungültigem Wertebereich | 20080117 | ||
| 2 | Parameter mit ungültigem Typ | 20080117 | ||
| 3 | System-Exception für Initialisierung Code Page Converter | 20080117 | ||
| 4 | System-Exception bei Zeichensatzkonvertierung | 20080117 |
Method CONVERT_TO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CODEPAGE | Call by reference | Type reference (TYPE) | STRING | `UTF-8` | 20080117 | |||
| 2 | ENDIAN | Call by reference | Type reference (TYPE) | ABAP_ENDIAN | 20080117 | ||||
| 3 | IGNORE_CERR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080117 | |||
| 4 | REPLACEMENT | Call by reference | Type reference (TYPE) | ABAP_REPL | '#' | Ersatzzeichen/-string für Zeichensatzkonvertierung | 20080117 | ||
| 5 | RESULT | Value transfer | Type reference (TYPE) | XSTRING | 20080117 | ||||
| 6 | SOURCE | Call by reference | Type reference (TYPE) | STRING | 20080117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Parameter mit ungültigem Wertebereich | 20080117 | ||
| 2 | Parameter mit ungültigem Typ | 20080117 | ||
| 3 | System-Exception für Initialisierung Code Page Converter | 20080117 | ||
| 4 | System-Exception bei Zeichensatzkonvertierung | 20080117 |
Method GET_ABSOLUTE_DOWNLOAD_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PATH | Value transfer | Type reference (TYPE) | STRING | 20080820 |
Method GET_ABSOLUTE_DOWNLOAD_PATH on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method GET_ACC_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ACC_MODE_ACTIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070312 |
Method GET_ACC_MODE on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method GET_ERROR_SEVERITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ERRORSEVERITY | Call by reference | Type reference (TYPE) | I | refers to constants CERROR_TYPE_HIGH | 20060420 | |||
| 2 | ERRORSEVERITYASSTRING | Call by reference | Type reference (TYPE) | STRING | 20060420 |
Method GET_ERROR_SEVERITY on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method GET_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20060706 | ||||
| 2 | CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20060706 | ||||
| 3 | DELETE_GUID | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130318 | |||
| 4 | GUID | Value transfer | Type reference (TYPE) | STRING | 20060704 |
Method GET_GUID on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method GET_MASSDATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | URL | Call by reference | Type reference (TYPE) | STRING | 20080307 | ||||
| 2 | VALUE | Call by reference | Type reference (TYPE) | XSTRING | 20080307 |
Method GET_MASSDATA on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method GET_PARAM_AS_ACF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ABAPPARAM | Call by reference | Type reference (TYPE) | ANY | 20050422 | ||||
| 2 | ACFPARAMTYPE | Call by reference | Type reference (TYPE) | STRING | 20050422 | ||||
| 3 | ACFPARAMVALUE | Call by reference | Type reference (TYPE) | STRING | 20050422 | ||||
| 4 | CACHE_KEY | Call by reference | Type reference (TYPE) | STRING | 20060705 | ||||
| 5 | ISBOOLEAN | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060724 | ||||
| 6 | ISMASSDATA | Call by reference | Type reference (TYPE) | C | '' | 20060105 | |||
| 7 | RESOURCE_ID | Value transfer | Type reference (TYPE) | STRING | 20060620 |
Method GET_PARAM_AS_ACF on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method GET_QUEUE_AS_ACF_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20060620 | |||
| 2 | ID | Call by reference | Type reference (TYPE) | STRING | 20060620 | ||||
| 3 | XML | Value transfer | Type reference (TYPE) | STRING | 20060620 |
Method GET_QUEUE_AS_ACF_XML on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method GET_TABLE_FROM_XSTRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACF_MASS_DATA | Call by reference | Type reference (TYPE) | XSTRING | ACF massdata XSTRING containing the table | 20061108 | |||
| 2 | ACF_TABLE | Call by reference | Type reference (TYPE) | IF_WDR_ACF_HNDL=>TT_ACF_TABLE | table created from XSTRING_DATA | 20061108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20061110 |
Method GET_TEST_CERTIFICATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CERT_CONTENT | Call by reference | Type reference (TYPE) | XSTRING | 20091006 | ||||
| 2 | CERT_NAME | Call by reference | Type reference (TYPE) | STRING | 20091006 |
Method GET_TEST_CERTIFICATE on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method GET_VIEW_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VIEW_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_WDR_VIEW_ELEMENT | WebDynpro View Element | 20080318 |
Method GET_VIEW_ELEMENT on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method GET_WHITELIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CERT_NAME | Call by reference | Type reference (TYPE) | STRING | 20080911 | ||||
| 2 | CERT_VALUE | Call by reference | Type reference (TYPE) | STRING | 20080911 | ||||
| 3 | NAME | Call by reference | Type reference (TYPE) | STRING | 20080818 | ||||
| 4 | SIGN_NAME | Call by reference | Type reference (TYPE) | STRING | 20080909 | ||||
| 5 | SIGN_VALUE | Call by reference | Type reference (TYPE) | STRING | 20080909 | ||||
| 6 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20080818 |
Method GET_WHITELIST on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method GET_WHITELIST_NAMES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TT_WHITELIST_NAME | Call by reference | Type reference (TYPE) | IF_WDR_ACF_HNDL=>TT_WHITELIST_NAME | 20130117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130117 |
Method GET_WHITELIST_TEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CERT_VALUE | Call by reference | Type reference (TYPE) | STRING | 20091006 | ||||
| 2 | SIGN_VALUE | Call by reference | Type reference (TYPE) | STRING | 20091006 | ||||
| 3 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20091006 |
Method GET_WHITELIST_TEST on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method IS_64BIT_VERSION_IE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_64BIT_VERSION_IE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120515 |
Method IS_64BIT_VERSION_IE on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method LOG_FILEACCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SUBCOMPONENT | Call by reference | Type reference (TYPE) | STRING | 20120625 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120625 |
Method MAP_PARAM_TO_ACF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ABAPPARAM | Call by reference | Type reference (TYPE) | ANY | 20071123 | ||||
| 2 | ACFPARAMTYPE | Call by reference | Type reference (TYPE) | STRING | 20071123 | ||||
| 3 | ACFPARAMVALUE | Call by reference | Type reference (TYPE) | STRING | 20071123 | ||||
| 4 | APPLET_ACTIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100219 | |||
| 5 | CACHE_KEY | Call by reference | Type reference (TYPE) | STRING | 20071123 | ||||
| 6 | RESOURCE_ID | Call by reference | Type reference (TYPE) | STRING | 20071123 | ||||
| 7 | STRINGTABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080124 | ||||
| 8 | VIRUS_SCAN_ALWAYS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120813 | ||||
| 9 | VIRUS_SCAN_PROFILE | Call by reference | Type reference (TYPE) | VSCAN_PROFILE | Viren-Scan-Profil | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20071218 |
Method REGISTER_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20060620 | |||
| 2 | NAME | Value transfer | Type reference (TYPE) | STRING | 20060620 |
Method REGISTER_EVENT on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method SAP_CODEPAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CODEPAGE | Call by reference | Type reference (TYPE) | STRING | 20080118 | ||||
| 2 | SAPCP | Value transfer | Type reference (TYPE) | CPCODEPAGE | SAP Character Set ID | 20080118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Superclass for Parameter Error | 20080118 |
Method SET_ACF_EVENT_IN_QUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CACHEID | Call by reference | Type reference (TYPE) | STRING | 20130619 |
Method SET_ACF_EVENT_IN_QUEUE on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method SET_INVOCATION_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT_XML | Call by reference | Type reference (TYPE) | STRING | 20060621 | ||||
| 2 | UPDATE_DATA | Call by reference | Object reference (TYPE REF TO) | IF_WDR_UPDATE_SERVER_PEER_DATA | to get updates into a DataContainer | 20060622 |
Method SET_INVOCATION_RESULT on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method SET_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | WebDynpro View Element | 20060620 | |||
| 2 | ERROR_TYPE | Value transfer | Type reference (TYPE) | STRING | 'ignore' | 20060620 | |||
| 3 | INVOCATION_TYPE | Call by reference | Type reference (TYPE) | I | CL_ACF_PARAMETERS=>MC_SETTER | 20071218 | |||
| 4 | MASS_VALUE | Call by reference | Type reference (TYPE) | XSTRING | 20060620 | ||||
| 5 | NAME | Value transfer | Type reference (TYPE) | STRING | 20060620 | ||||
| 6 | RETURN_POINTER | Call by reference | Type reference (TYPE) | WDR_EXT_ATTRIBUTE_POINTER | Information zu einem Attribut | 20080428 | |||
| 7 | TYPE | Value transfer | Type reference (TYPE) | STRING | 'string' | 20060620 | |||
| 8 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20060620 |
Method SET_PROPERTY on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method SET_TIMER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | URL | Call by reference | Type reference (TYPE) | STRING | 20080212 |
Method SET_TIMER on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method SET_VIRUSSCANPROFILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VIRUS_SCAN_PROFILE | Call by reference | Type reference (TYPE) | VSCAN_PROFILE | Viren-Scan-Profil | 20130927 |
Method SET_VIRUSSCANPROFILE on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method SET_WDR_TRACE Signature
Method SET_WDR_TRACE on class CL_WDR_ACF_METHOD_HNDL has no parameter.
Method SET_WDR_TRACE on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method SET_WHITELIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GACCERTIFICATE | Call by reference | Type reference (TYPE) | XSTRING | 20120116 | ||||
| 2 | GACCERTIFICATENAME | Call by reference | Type reference (TYPE) | STRING | 20120116 | ||||
| 3 | WHITELIST | Call by reference | Type reference (TYPE) | STRING | 20080819 |
Method SET_WHITELIST on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method TRACE_WARNING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLASSNAME | Call by reference | Type reference (TYPE) | STRING | 20110210 | ||||
| 2 | METHODNAME | Call by reference | Type reference (TYPE) | STRING | 20110210 | ||||
| 3 | WARNING | Call by reference | Type reference (TYPE) | STRING | 20110210 |
Method TRACE_WARNING on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method UNREGISTER_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20060620 | |||
| 2 | NAME | Value transfer | Type reference (TYPE) | STRING | 20060620 |
Method UNREGISTER_EVENT on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method UPDATE_CONTEXT_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACF_TYPE | Call by reference | Type reference (TYPE) | STRING | 20060622 | ||||
| 2 | ATTRIBUTE_PTR | Call by reference | Type reference (TYPE) | WDR_EXT_ATTRIBUTE_POINTER | Information zu einem Attribut | 20060622 | |||
| 3 | CACHE_KEY | Call by reference | Type reference (TYPE) | STRING | 20060622 | ||||
| 4 | UPDATE_DATA | Call by reference | Object reference (TYPE REF TO) | IF_WDR_UPDATE_SERVER_PEER_DATA | to get updates into a DataContainer | 20060622 | |||
| 5 | VALUE | Call by reference | Type reference (TYPE) | ANY | 20060622 |
Method UPDATE_CONTEXT_DATA on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method UPDATE_MASS_DATA_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_NAME_CLIENT | Call by reference | Type reference (TYPE) | STRING | 20060706 | ||||
| 2 | CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20060706 | ||||
| 3 | I_UPDATE_DATA | Call by reference | Object reference (TYPE REF TO) | IF_WDR_UPDATE_SERVER_PEER_DATA | 20060705 | ||||
| 4 | PROPERTY_BINDING | Call by reference | Object reference (TYPE REF TO) | WDR_PROPERTY_BINDING | 20060705 | ||||
| 5 | VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | 20060705 |
Method UPDATE_MASS_DATA_ATTRIBUTE on class CL_WDR_ACF_METHOD_HNDL has no exception.
Method UPDATE_ROUNDTRIP_INFOS Signature
Method UPDATE_ROUNDTRIP_INFOS on class CL_WDR_ACF_METHOD_HNDL has no parameter.
Method UPDATE_ROUNDTRIP_INFOS on class CL_WDR_ACF_METHOD_HNDL has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 700 |