SAP ABAP Class CL_CCM_APPL_AREA1 (CIC Application Area)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM-CIC (Application Component) Interaction Center WinClient
⤷
CCMA (Package) Interaction Center Components
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CCM_WSM_DISPLAY | Workspace manager display client | 19990408 |
Properties
| Class | CL_CCM_APPL_AREA1 | |
| Short Description | CIC Application Area | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CCMA | Interaction Center Components |
| Created | 19990408 | SAP |
| Last change | 20100310 | 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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CCM_WSM_DISPLAY | Workspace manager display client | 19990408 |
Friends
Class CL_CCM_APPL_AREA1 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) | CIC0_DISPOPTS | Display Options (Spacers) | 19990413 | |||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | GUI custom container | 19990408 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | CXTAB_TABSTRIP | Tabstrip (control of appl.area screen) | 19990408 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | I | 0 | Current number of workspace displays | 19990412 | ||
| 5 | Instance attribute | Private | Type reference (TYPE) | I | 0 | Maximum number of tabs | 19990408 | ||
| 6 | Instance attribute | Private | Type reference (TYPE) | WS_DISPLAY_TAB | workspace displays | 19990409 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CCM_APPL_AREA1_WS_DISPLAY | active workspace display | 19990412 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | WS_DISPLAY_TAB | activation stack | 19990409 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 19990408 | |
| 2 | Instance method | Public | Method | deletes a workspace display | 19990526 | |
| 3 | Instance method | Public | Method | executes ws callback | 19990409 | |
| 4 | Instance method | Public | Method | returns number of active workspace display | 19990412 | |
| 5 | Instance method | Public | Method | returns th active display's button descriptions | 19990409 | |
| 6 | Instance method | Public | Method | gets the display options (spacers) | 19990413 | |
| 7 | Instance method | Public | Method | returns gui container | 19990409 | |
| 8 | Instance method | Public | Method | returns tabstrip (and number of active workspace display) | 19990409 | |
| 9 | Instance method | Public | Method | returns a table of the current workspace displays texts | 19990409 | |
| 10 | Instance method | Public | Method | prepares PBO of application area screen | 19990412 | |
| 11 | Instance method | Public | Method | select a workspace display by number | 19990409 | |
| 12 | Instance method | Private | Method | selects a display (internal) | 19990409 | |
| 13 | Instance method | Public | Method | sets the display options (spacers) | 19990413 | |
| 14 | Instance method | Public | Method | sets tabstrip | 19990409 | |
| 15 | Instance method | Private | Method | switches to active display | 19990412 |
Events
Class CL_CCM_APPL_AREA1 has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | WS_DISPLAY_TAB | Private | See coding | table of workspace displays | 19990409 | |
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CONTAINER_NAME | Value transfer | Type reference (TYPE) | SCRFNAME | Container-Name | 19990408 | |||
| 2 | IM_TAB_MAX | Value transfer | Type reference (TYPE) | I | Maximale Anzahl der Reiter | 19990408 |
Method CONSTRUCTOR on class CL_CCM_APPL_AREA1 has no exception.
Method DELETE_DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_WS_DISPLAY | Call by reference | Object reference (TYPE REF TO) | CL_CCM_APPL_AREA1_WS_DISPLAY | zu löschendes Display | 19990526 |
Method DELETE_DISPLAY on class CL_CCM_APPL_AREA1 has no exception.
Method EXEC_WS_CALLBACK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_OKCODE | Value transfer | Type reference (TYPE) | SYUCOMM | OK-Code der gedrückten Taste | 19990412 |
Method EXEC_WS_CALLBACK on class CL_CCM_APPL_AREA1 has no exception.
Method GET_ACTIVE_WSD_NUMBER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_WSD_NUMBER | Value transfer | Type reference (TYPE) | I | Nummer des aktiven Workspace-Displays | 19990412 |
Method GET_ACTIVE_WSD_NUMBER on class CL_CCM_APPL_AREA1 has no exception.
Method GET_ACTIVE_WS_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 | Drucktastenbeschreibungen | 19990409 |
Method GET_ACTIVE_WS_BUTTONS on class CL_CCM_APPL_AREA1 has no exception.
Method GET_DISPLAY_OPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_DISPLAY_OPTIONS | Value transfer | Type reference (TYPE) | CIC0_DISPOPTS | Display-Optionen | 19990413 |
Method GET_DISPLAY_OPTIONS on class CL_CCM_APPL_AREA1 has no exception.
Method GET_GUI_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_GUI_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | GUI-Container | 19990409 |
Method GET_GUI_CONTAINER on class CL_CCM_APPL_AREA1 has no exception.
Method GET_TABSTRIP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_TABSTRIP | Value transfer | Type reference (TYPE) | CXTAB_TABSTRIP | Tabstrip | 19990412 |
Method GET_TABSTRIP on class CL_CCM_APPL_AREA1 has no exception.
Method GET_WS_TEXTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_WS_TEXTS | Value transfer | Type reference (TYPE) | CCM_TAB_ATTRIBUTES_T | Workspace-Display-Texte | 19990409 |
Method GET_WS_TEXTS on class CL_CCM_APPL_AREA1 has no exception.
Method PREPARE_PBO Signature
Method PREPARE_PBO on class CL_CCM_APPL_AREA1 has no parameter.
Method PREPARE_PBO on class CL_CCM_APPL_AREA1 has no exception.
Method SELECT_DISPLAY_BY_NUMBER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_NUMBER | Call by reference | Type reference (TYPE) | I | Nummer des ausgewählten Displays | 19990409 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Display-Nummer ist ungültig | 19990409 |
Method SELECT_DISPLAY_INTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_WS_DISPLAY | Call by reference | Object reference (TYPE REF TO) | CL_CCM_APPL_AREA1_WS_DISPLAY | auszuwählendes Workspace-Display | 19990409 |
Method SELECT_DISPLAY_INTERNAL on class CL_CCM_APPL_AREA1 has no exception.
Method SET_DISPLAY_OPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_DISPLAY_OPTIONS | Call by reference | Type reference (TYPE) | CIC0_DISPOPTS | Display-Optionen | 19990413 |
Method SET_DISPLAY_OPTIONS on class CL_CCM_APPL_AREA1 has no exception.
Method SET_TABSTRIP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_TABSTRIP | Value transfer | Type reference (TYPE) | CXTAB_TABSTRIP | Tabstrip | 19990409 |
Method SET_TABSTRIP on class CL_CCM_APPL_AREA1 has no exception.
Method SWITCH_DISPLAY Signature
Method SWITCH_DISPLAY on class CL_CCM_APPL_AREA1 has no parameter.
Method SWITCH_DISPLAY on class CL_CCM_APPL_AREA1 has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in |