SAP ABAP Class CL_WCF_BSP_EVENTS_HANDLER (WCF Generic Events Handler)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-GTF-EEW (Application Component) Easy Enhancement Workbench
⤷
AXT_RUNTIME (Package) Extensibility Runtime components
⤷
⤷
Properties
| Class | CL_WCF_BSP_EVENTS_HANDLER | |
| Short Description | WCF Generic Events Handler | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | AXT_RUNTIME | Extensibility Runtime components |
| Created | 20090826 | SAP |
| Last change | 20100303 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WCF_BSP_EVENTS_HANDLER has no forward declaration.
Interfaces
Class CL_WCF_BSP_EVENTS_HANDLER has no interface implemented.
Friends
Class CL_WCF_BSP_EVENTS_HANDLER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WCF_BSP_BUTTON_SERVICE | WCF Button Service | 20090826 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WCF_BSP_VIEW_CONTEXT | Basis Class for WD View Controller | 20090826 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | TY_COMMAND_TAB | 20090827 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | AXT_NAME | Name | 20090902 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20090831 | ||
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20090826 | |
| 3 | Static method | Public | Method | 20090826 | ||
| 4 | Instance method | Private | Method | 20090828 | ||
| 5 | Instance method | Private | Method | 20090826 | ||
| 6 | Instance method | Private | Method | 20090827 | ||
| 7 | Instance method | Private | Method | 20090929 | ||
| 8 | Instance method | Public | Method | 20090826 | ||
| 9 | Instance method | Public | Method | 20090826 | ||
| 10 | Instance method | Public | Method | 20090827 |
Events
Class CL_WCF_BSP_EVENTS_HANDLER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_COMMAND | Private | See coding | 20090827 | BEGIN OF ty_command,
mapped_method TYPE axt_name,
implicite_event type axt_boolean. "OCA, On Popup Closed, Client Event which trigger asynchron backend event
INCLUDE TYPE axts_name_object_ref.
TYPES: END OF ty_command
|
||
| 2 | TY_COMMAND_TAB | Private | See coding | 20090827 | ty_command_tab TYPE STANDARD TABLE OF ty_command WITH KEY name
|
Method Signatures
Method ADD_ADDITIONAL_COMMANDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COMMAND | Call by reference | Object reference (TYPE REF TO) | IF_WCF_BSP_COMMAND | WCF Command | 20090831 |
Method ADD_ADDITIONAL_COMMANDS on class CL_WCF_BSP_EVENTS_HANDLER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_BUTTON_SERVICE | Call by reference | Object reference (TYPE REF TO) | CL_WCF_BSP_BUTTON_SERVICE | WCF Button Service | 20090826 | |||
| 2 | IO_VIEW_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WCF_BSP_VIEW_CONTEXT | WCF View Context | 20090826 |
Method CONSTRUCTOR on class CL_WCF_BSP_EVENTS_HANDLER has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_BUTTON_SERVICE | Call by reference | Object reference (TYPE REF TO) | CL_WCF_BSP_BUTTON_SERVICE | WCF Button Service | 20090826 | |||
| 2 | IO_VIEW_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WCF_BSP_VIEW_CONTEXT | WCF View Context | 20090826 | |||
| 3 | RO_HANDLER | Value transfer | Object reference (TYPE REF TO) | CL_WCF_BSP_EVENTS_HANDLER | WCF Generic Events Handler | 20090826 |
Method CREATE on class CL_WCF_BSP_EVENTS_HANDLER has no exception.
Method GET_COMMAND_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMMAND_CLASS | Call by reference | Type reference (TYPE) | AXT_NAME | Name | 20090828 | |||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | STRINGVAL | Name | 20090828 | |||
| 3 | RO_COMMAND | Value transfer | Object reference (TYPE REF TO) | IF_WCF_BSP_COMMAND | WCF Command | 20090828 |
Method GET_COMMAND_OBJECT on class CL_WCF_BSP_EVENTS_HANDLER has no exception.
Method GET_VIEW_CONTROLLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_CONTROLLER | Value transfer | Object reference (TYPE REF TO) | CL_BSP_WD_VIEW_CONTROLLER | Basis Class for WD View Controller | 20090826 |
Method GET_VIEW_CONTROLLER on class CL_WCF_BSP_EVENTS_HANDLER has no exception.
Method INIT_COMMANDS Signature
Method INIT_COMMANDS on class CL_WCF_BSP_EVENTS_HANDLER has no parameter.
Method INIT_COMMANDS on class CL_WCF_BSP_EVENTS_HANDLER has no exception.
Method IS_COMMAND_PROXY_NEEDED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRINGVAL | Name | 20090929 | |||
| 2 | RV_RESULT | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20090929 |
Method IS_COMMAND_PROXY_NEEDED on class CL_WCF_BSP_EVENTS_HANDLER has no exception.
Method IS_EVENT_ALLOWED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EVENT_NAME | Call by reference | Type reference (TYPE) | AXT_NAME | Name | 20090826 | |||
| 2 | RV_RESULT | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20090826 |
Method IS_EVENT_ALLOWED on class CL_WCF_BSP_EVENTS_HANDLER has no exception.
Method ON_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_HTMLB_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_HTMLB_EVENT | HTMLB Basic Event | 20090902 | |||
| 2 | IO_HTMLB_EVENT_EX | Call by reference | Object reference (TYPE REF TO) | IF_HTMLB_DATA | Input Data from HTMLB | 20090902 | |||
| 3 | RV_RESULT | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20090831 |
Method ON_EVENT on class CL_WCF_BSP_EVENTS_HANDLER has no exception.
Method SET_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMMAND_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20090827 | ||||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | AXT_NAME | Name | 20090827 |
Method SET_COMMAND on class CL_WCF_BSP_EVENTS_HANDLER has no exception.
History
| Last changed by/on | SAP | 20100303 |
| SAP Release Created in | 701 |