SAP ABAP Class CL_EWB_WEBGUI_WORKSPACE (Wrapper Workspace für WebGUI-Based Calls)
Hierarchy
☛
FI-CA (Software Component) FI-CA
⤷
CS-CI-CIC (Application Component) Customer Interaction Center
⤷
EE_CRM_CIC (Package) Generic IS-U/T Enhancements (Transport to CRM Follows)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CCM_WORKSPACE2 | Default abstract implementer of IF_CCM_Workspace | 19991129 |
Properties
| Class | CL_EWB_WEBGUI_WORKSPACE | |
| Short Description | Wrapper Workspace für WebGUI-Based Calls | |
| Super Class | CL_CCM_WORKSPACE2 | Default abstract implementer of IF_CCM_Workspace |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | EE_CRM_CIC | Generic IS-U/T Enhancements (Transport to CRM Follows) |
| Created | 19991129 | SAP |
| Last change | 20070914 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_EWB_WEBGUI_WORKSPACE has no interface implemented.
Friends
Class CL_EWB_WEBGUI_WORKSPACE 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_EW_HTML_VIEWER | Browser Control for WebGUI | 19991129 | |||
| 2 | Static Attribute | Public | Type reference (TYPE) | EBA_FLAG | General Checkbox: X or SPACE | 20070507 | |||
| 3 | Constant | Public | Type reference (TYPE) | EBA_FLAG | 'X' | Constant for SETTINGS-DISABLED | 20000127 | ||
| 4 | Static Attribute | Private | Type reference (TYPE) | EWB_WEBGUI_DISABLE | Indicator: No Inplace Calls | 20000127 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | EBA_FLAG | Indicator: Disabled Already Determined | 20000127 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | I | Length of HTML Page | 20000125 | |||
| 7 | Instance attribute | Private | See coding | Loading Page | 19991129 | ||||
| 8 | Static Attribute | Private | Type reference (TYPE) | EWBWEBGUIITS | WebGUI Workspace Cust. | 20000127 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Generated the Loading Page | 19991129 | |
| 2 | Instance method | Public | Method | Callback: Refresh Browser | 19991129 | |
| 3 | Instance method | Public | Method | Callback: Stop Browser | 19991129 | |
| 4 | Instance method | Public | Method | Callback: Delete Workspace | 19991129 | |
| 5 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20000127 | |
| 6 | Static method | Public | Method | Answers Question: "Inplace Deactivated"? | 20000127 | |
| 7 | Instance method | Public | Event handling method | Handles SAPEVENT of WebGUI Browser Control | 19991129 | |
| 8 | Instance method | Public | Event handling method | Handles Context Menu Request | 20000128 | |
| 9 | Instance method | Public | Event handling method | Handles Context Menu Selection | 20000128 | |
| 10 | Instance method | Private | Method | Sets up Browser Control | 19991129 |
Events
Class CL_EWB_WEBGUI_WORKSPACE has no event.
Types
Class CL_EWB_WEBGUI_WORKSPACE has no local type.
Method Signatures
Method BUILD_INITIAL_PAGE Signature
Method BUILD_INITIAL_PAGE on class CL_EWB_WEBGUI_WORKSPACE has no parameter.
Method BUILD_INITIAL_PAGE on class CL_EWB_WEBGUI_WORKSPACE has no exception.
Method CB_BROWSER_REFRESH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OK_CODE | Call by reference | Type reference (TYPE) | SYUCOMM | OK-Code | 19991129 |
Method CB_BROWSER_REFRESH on class CL_EWB_WEBGUI_WORKSPACE has no exception.
Method CB_BROWSER_STOP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OK_CODE | Call by reference | Type reference (TYPE) | SYUCOMM | OK-Code | 19991129 |
Method CB_BROWSER_STOP on class CL_EWB_WEBGUI_WORKSPACE has no exception.
Method CB_DELETE_WS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OK_CODE | Call by reference | Type reference (TYPE) | SYUCOMM | OK-Code | 19991129 |
Method CB_DELETE_WS on class CL_EWB_WEBGUI_WORKSPACE has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_EWB_WEBGUI_WORKSPACE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_EWB_WEBGUI_WORKSPACE has no exception.
Method IS_DISABLED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_DISABLED | Value transfer | Type reference (TYPE) | EWB_WEBGUI_DISABLE | Deaktiviert | 20000127 |
Method IS_DISABLED on class CL_EWB_WEBGUI_WORKSPACE has no exception.
Method ON_BROWSER_SAPEVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTION | Call by reference | Type reference (TYPE) | 19991129 | |||||
| 2 | FRAME | Call by reference | Type reference (TYPE) | 19991129 | |||||
| 3 | GETDATA | Call by reference | Type reference (TYPE) | 19991129 | |||||
| 4 | POSTDATA | Call by reference | Type reference (TYPE) | 19991129 | |||||
| 5 | QUERY_TABLE | Call by reference | Type reference (TYPE) | 19991129 |
Method ON_BROWSER_SAPEVENT on class CL_EWB_WEBGUI_WORKSPACE has no exception.
Method ON_CTXMENU_REQUEST Signature
Method ON_CTXMENU_REQUEST on class CL_EWB_WEBGUI_WORKSPACE has no parameter.
Method ON_CTXMENU_REQUEST on class CL_EWB_WEBGUI_WORKSPACE has no exception.
Method ON_CTXMENU_SELECTED Signature
Method ON_CTXMENU_SELECTED on class CL_EWB_WEBGUI_WORKSPACE has no parameter.
Method ON_CTXMENU_SELECTED on class CL_EWB_WEBGUI_WORKSPACE has no exception.
Method SETUP_BROWSER_CONTROL Signature
Method SETUP_BROWSER_CONTROL on class CL_EWB_WEBGUI_WORKSPACE has no parameter.
Method SETUP_BROWSER_CONTROL on class CL_EWB_WEBGUI_WORKSPACE has no exception.
History
| Last changed by/on | SAP | 20070914 |
| SAP Release Created in |