SAP ABAP Class CL_WB2_MODE (Session)
Hierarchy
☛
EA-GLTRADE (Software Component) SAP Enterprise Extension Global Trade
⤷
LO-GT-TEW (Application Component) Trading Execution Workbench
⤷
WB2B_TEW (Package) Trading Execution Workbench
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WB2_SUBJECT | Observed by Observer | 20000705 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WB2_OBSERVER | Observer | 20000711 |
Properties
| Class | CL_WB2_MODE | |
| Short Description | Session | |
| Super Class | CL_WB2_SUBJECT | Observed by Observer |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WB2B_TEW | Trading Execution Workbench |
| Created | 20000705 | SAP |
| Last change | 20050219 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WB2_OBSERVER | Observer | 20000711 |
Friends
Class CL_WB2_MODE 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_WB2_GROUP | Group | 20000705 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | WB2_OBJECT_HANDLE | Unique Number for Objects (Temporary) | 20000711 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | WB2_MODE | Session | 20000705 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | BVAL | Deactivate the Personalization Update | 20010928 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WB2_CURR_STEP | Scale | 20000705 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WB2_TEW_TYPE | TEW Type | 20000705 | |||
| 7 | Constant | Private | Type reference (TYPE) | SPERS_KEY | 'WB2_MODE' | Personalization Object Key | 20001005 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Mode allowed? | 20010529 | |
| 2 | Instance method | Public | Constructor | Constructor | 20000705 | |
| 3 | Instance method | Private | Method | Default | 20000711 | |
| 4 | Instance method | Public | Method | Operation of Mode | 20000814 | |
| 5 | Instance method | Public | Method | List of Possible Modes | 20000705 | |
| 6 | Instance method | Public | Method | Read Mode | 20000708 | |
| 7 | Instance method | Public | Method | Set Mode | 20000708 | |
| 8 | Instance method | Public | Method | Deactivate the Personalization Update | 20010928 | |
| 9 | Instance method | Public | Method | Deactivate the Personalization Update | 20010928 |
Events
Class CL_WB2_MODE has no event.
Types
Class CL_WB2_MODE has no local type.
Method Signatures
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MODE | Call by reference | Type reference (TYPE) | WB2_MODE | Modus des Schrittes eines Geschäftsprozesses | 20010529 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | interner Fehler | 20010529 | ||
| 2 | falscher Wert | 20010529 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_GROUP | Call by reference | Object reference (TYPE REF TO) | CL_WB2_GROUP | Gruppe | 20000705 | |||
| 2 | I_STEP | Call by reference | Object reference (TYPE REF TO) | CL_WB2_CURR_STEP | Schritt | 20000705 | |||
| 3 | I_TEW_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_WB2_TEW_TYPE | TEW Art | 20000705 |
Method CONSTRUCTOR on class CL_WB2_MODE has no exception.
Method DEFAULT Signature
Method DEFAULT on class CL_WB2_MODE has no parameter.
Method DEFAULT on class CL_WB2_MODE has no exception.
Method GET_OPERATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_OPERATION | Call by reference | Type reference (TYPE) | WB2_OPERATION | Operation | 20000814 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | interner Fehler | 20000814 |
Method GET_POSSIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LIST | Call by reference | Type reference (TYPE) | WB2_LISTBOX_MODE_TAB | mögliche Modi | 20000707 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | interner Fehler | 20000705 |
Method GET_TEW_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_MODE | Value transfer | Type reference (TYPE) | WB2_MODE | Modus | 20000708 |
Method GET_TEW_MODE on class CL_WB2_MODE has no exception.
Method SET_TEW_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MODE | Call by reference | Type reference (TYPE) | WB2_MODE | Modus | 20000708 |
Method SET_TEW_MODE on class CL_WB2_MODE has no exception.
Method SWITCH_PERSONALISATION_OFF Signature
Method SWITCH_PERSONALISATION_OFF on class CL_WB2_MODE has no parameter.
Method SWITCH_PERSONALISATION_OFF on class CL_WB2_MODE has no exception.
Method SWITCH_PERSONALISATION_ON Signature
Method SWITCH_PERSONALISATION_ON on class CL_WB2_MODE has no parameter.
Method SWITCH_PERSONALISATION_ON on class CL_WB2_MODE has no exception.
History
| Last changed by/on | SAP | 20050219 |
| SAP Release Created in |