SAP ABAP Class CL_CCM_WS_DISPLAY1 (Display Application Area Workspace)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM-CIC (Application Component) Interaction Center WinClient
⤷
CRM_CIC_COMPONENTS (Package) Interaction Center components
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CCM_SUBSCREEN_WS_DISPLAY | Subscreen Interface for Workspace Displays | 19990920 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CCM_WORKSPACE_DISPLAY | Workspace Display Interface | 19990920 |
Properties
| Class | CL_CCM_WS_DISPLAY1 | |
| Short Description | Display Application Area Workspace | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRM_CIC_COMPONENTS | Interaction Center components |
| Created | 19990920 | SAP |
| Last change | 20050705 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CCM_SUBSCREEN_WS_DISPLAY | Subscreen Interface for Workspace Displays | 19990920 | ||
| 2 | IF_CCM_WORKSPACE_DISPLAY | Workspace Display Interface | 19990920 |
Friends
Class CL_CCM_WS_DISPLAY1 has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | CCM_WORKSPACE_CALLBACK_T | actions | 19990920 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | EBA_FLAG | workspace has subscreen interface | 19990920 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_CCM_SUBSCREEN_WORKSPACE | subscreeen interface for workspace | 19990920 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | CHAR1 | visibility flag | 19990920 | |||
| 5 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_CCM_WORKSPACE | workspace | 19990920 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CCM_WS_DISPLAY_CONTAINER | workspace display container | 19990920 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 19990920 | |
| 2 | Instance method | Public | Method | returns buttons of the workspace | 19990920 | |
| 3 | Instance method | Public | Method | returns the subscreen interface of the display (if existing) | 19990920 | |
| 4 | Instance method | Public | Method | returns text of workspace | 19990920 | |
| 5 | Instance method | Public | Method | invokes and action of the workspace | 19990920 | |
| 6 | Instance method | Private | Method | link a workspace to the display | 19990920 | |
| 7 | Instance method | Public | Method | sets the visibility of a workspace display | 19990920 | |
| 8 | Instance method | Private | Method | unlink a workspace from the display | 19990920 | |
| 9 | Instance method | Public | Method | let's the workspace display adjust control data on PBO | 19990920 |
Events
Class CL_CCM_WS_DISPLAY1 has no event.
Types
Class CL_CCM_WS_DISPLAY1 has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_WORKSPACE | Call by reference | Object reference (TYPE REF TO) | IF_CCM_WORKSPACE | Workspace | 19990920 | |||
| 2 | IM_WS_DISPLAY_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_CCM_WS_DISPLAY_CONTAINER | Workspace display container | 19990920 |
Method CONSTRUCTOR on class CL_CCM_WS_DISPLAY1 has no exception.
Method GET_BUTTONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_BUTTONS | Value transfer | Type reference (TYPE) | CCM_BUTTON_ATTRIBUTES_T | buttons of the workspace | 19990920 |
Method GET_BUTTONS on class CL_CCM_WS_DISPLAY1 has no exception.
Method GET_SUBSCREEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_SUBSCREEN_WORKSPACE | Value transfer | Object reference (TYPE REF TO) | IF_CCM_SUBSCREEN_WORKSPACE | subscreen workspace | 19990920 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | display has no subscreen workspace | 19990920 |
Method GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_TEXT | Value transfer | Type reference (TYPE) | CCM_TAB_ATTRIBUTES | text | 19990920 |
Method GET_TEXT on class CL_CCM_WS_DISPLAY1 has no exception.
Method INVOKE_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_OKCODE | Call by reference | Type reference (TYPE) | CIC0_OKCODE | action code | 19990920 |
Method INVOKE_ACTION on class CL_CCM_WS_DISPLAY1 has no exception.
Method LINK_WORKSPACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_WORKSPACE | Call by reference | Object reference (TYPE REF TO) | IF_CCM_WORKSPACE | workspace to link to the display | 19990920 |
Method LINK_WORKSPACE on class CL_CCM_WS_DISPLAY1 has no exception.
Method SET_VISIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_VISIBLE | Call by reference | Type reference (TYPE) | CHAR1 | visibility flag | 19990920 |
Method SET_VISIBLE on class CL_CCM_WS_DISPLAY1 has no exception.
Method UNLINK_WORKSPACE Signature
Method UNLINK_WORKSPACE on class CL_CCM_WS_DISPLAY1 has no parameter.
Method UNLINK_WORKSPACE on class CL_CCM_WS_DISPLAY1 has no exception.
Method UPDATE_DISPLAY_DATA Signature
Method UPDATE_DISPLAY_DATA on class CL_CCM_WS_DISPLAY1 has no parameter.
Method UPDATE_DISPLAY_DATA on class CL_CCM_WS_DISPLAY1 has no exception.
History
| Last changed by/on | SAP | 20050705 |
| SAP Release Created in |