SAP ABAP Class CL_SMT_WD_EVENT (Web Dynpro Event Class)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-SOA-SMT (Application Component) Service Mapping Tool
⤷
GMT_WEB_DYNPRO (Package) web dynrpro UI classes
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SMT_WD_OBJECT | Object abstraction class | 20080202 |
Properties
| Class | CL_SMT_WD_EVENT | |
| Short Description | Web Dynpro Event Class | |
| Super Class | CL_SMT_WD_OBJECT | Object abstraction class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GMT_WEB_DYNPRO | web dynrpro UI classes |
| Created | 20080202 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SMT_WD_EVENT has no forward declaration.
Interfaces
Class CL_SMT_WD_EVENT has no interface implemented.
Friends
Class CL_SMT_WD_EVENT 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) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20080420 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20080505 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20080501 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SMT_EVENT | Event | 20080216 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SMT_WD_EVENT_CONTEXT | Web Dynpro event context class | 20080216 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SMT_WD_EVENT_STRUCTURES | Web Dynpro event structures class | 20080303 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20080216 | |
| 2 | Instance method | Public | Method | Gets The Ext/Int Mode From Personalization | 20090330 | |
| 3 | Instance method | Private | Method | Return the selected context | 20080526 | |
| 4 | Instance method | Public | Method | Get the Sorted Option | 20081113 | |
| 5 | Instance method | Public | Method | Return the structures location | 20080410 | |
| 6 | Instance method | Public | Method | Return the structures position | 20080423 | |
| 7 | Instance method | Public | Method | Return an instance of the web dynpro event context class | 20080216 | |
| 8 | Instance method | Public | Method | Return an instance of the web dynpro event structures class | 20080303 | |
| 9 | Instance method | Public | Method | Handle configuration changes | 20080415 | |
| 10 | Instance method | Public | Method | Reset the selected context | 20080526 | |
| 11 | Instance method | Public | Method | Set the selected event context | 20080506 | |
| 12 | Instance method | Public | Method | Update the list of contexts | 20080506 |
Events
Class CL_SMT_WD_EVENT has no event.
Types
Class CL_SMT_WD_EVENT has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_SMT_WD_EVENT has no parameter.
Method CONSTRUCTOR on class CL_SMT_WD_EVENT has no exception.
Method GET_MODE_OPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_MODE | Value transfer | Type reference (TYPE) | SMT_DISPLAY | Display : External or Internal View | 20090330 |
Method GET_MODE_OPTION on class CL_SMT_WD_EVENT has no exception.
Method GET_SELECTED_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CONTEXT | Value transfer | Type reference (TYPE) | SMT_CONTEXT | Context | 20080526 |
Method GET_SELECTED_CONTEXT on class CL_SMT_WD_EVENT has no exception.
Method GET_SORT_OPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SORT | Value transfer | Type reference (TYPE) | SMT_WD_SORT_OPTION | Selection For Sorting Operations | 20081113 |
Method GET_SORT_OPTION on class CL_SMT_WD_EVENT has no exception.
Method GET_STRUCTURES_LOCATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_LOCATION | Value transfer | Type reference (TYPE) | SMT_WD_STRUCTURE_POSITION | Location (left, right, top, bottom) | 20080410 |
Method GET_STRUCTURES_LOCATION on class CL_SMT_WD_EVENT has no exception.
Method GET_STRUCTURE_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_POSITION | Value transfer | Type reference (TYPE) | SMT_WD_STRUCTURE_POSITION | Location (left, right, top, bottom) | 20080423 |
Method GET_STRUCTURE_POSITION on class CL_SMT_WD_EVENT has no exception.
Method GET_WD_EVENT_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_EVENT_CONTEXT | Value transfer | Object reference (TYPE REF TO) | CL_SMT_WD_EVENT_CONTEXT | Web Dynpro event context class | 20080216 |
Method GET_WD_EVENT_CONTEXT on class CL_SMT_WD_EVENT has no exception.
Method GET_WD_EVENT_STRUCTURES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_EVENT_STRUCTURES | Value transfer | Object reference (TYPE REF TO) | CL_SMT_WD_EVENT_STRUCTURES | Web Dynpro event structures class | 20080303 |
Method GET_WD_EVENT_STRUCTURES on class CL_SMT_WD_EVENT has no exception.
Method HANDLE_CONFIG_CHANGES Signature
Method HANDLE_CONFIG_CHANGES on class CL_SMT_WD_EVENT has no parameter.
Method HANDLE_CONFIG_CHANGES on class CL_SMT_WD_EVENT has no exception.
Method RESET_SELECTED_CONTEXT Signature
Method RESET_SELECTED_CONTEXT on class CL_SMT_WD_EVENT has no parameter.
Method RESET_SELECTED_CONTEXT on class CL_SMT_WD_EVENT has no exception.
Method SET_SELECTED_CONTEXT Signature
Method SET_SELECTED_CONTEXT on class CL_SMT_WD_EVENT has no parameter.
Method SET_SELECTED_CONTEXT on class CL_SMT_WD_EVENT has no exception.
Method UPDATE_CONTEXTS Signature
Method UPDATE_CONTEXTS on class CL_SMT_WD_EVENT has no parameter.
Method UPDATE_CONTEXTS on class CL_SMT_WD_EVENT has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 701 |