SAP ABAP Class CL_WDR_PORTAL_EVENT (Portal Events of Web Dynpro ABAP)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
⤷
SWDP_RUNTIME_CORE (Package) Web Dynpro Runtime: Core Functions

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_WDR_CLIENT_EVENT | Client Event | 20040428 |
Properties
Class | CL_WDR_PORTAL_EVENT | |
Short Description | Portal Events of Web Dynpro ABAP | |
Super Class | CL_WDR_CLIENT_EVENT | Client Event |
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWDP_RUNTIME_CORE | Web Dynpro Runtime: Core Functions |
Created | 20040428 | SAP |
Last change | 20080612 | 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 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_WDR_PORTAL_EVENT has no interface implemented.
Friends
Class CL_WDR_PORTAL_EVENT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'PORTAL_ABSOLUTE_NAVIGATION' | 20040428 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'PORTAL_OBJECT_NAVIGATION' | 20040428 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'PORTAL_RAISE_EVENT' | 20040428 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'PORTAL_RELATIVE_NAVIGATION' | 20040525 | ||
5 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'PORTAL_SET_DIRTY_FLAG' | 20040805 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'PORTAL_STANDARD_TRAY_ENTRY' | 20050926 | ||
7 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'PORTAL_SUBSCRIBE_EVENT' | 20040805 | ||
8 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'PORTAL_UNSUBSCRIBE_EVENT' | 20041008 | ||
9 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | 20040428 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Constructor | 20040428 | |
2 | ![]() |
Static method | Public | Method | 20040805 | |
3 | ![]() |
Static method | Public | Method | 20040805 | |
4 | ![]() |
Static method | Public | Method | 20040805 | |
5 | ![]() |
Static method | Public | Method | 20040805 | |
6 | ![]() |
Static method | Public | Method | 20040805 | |
7 | ![]() |
Static method | Public | Method | 20040805 | |
8 | ![]() |
Static method | Public | Method | 20041008 |
Events
Class CL_WDR_PORTAL_EVENT has no event.
Types
Class CL_WDR_PORTAL_EVENT has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COMPONENT_ID | Call by reference | Type reference (TYPE) | STRING | 20040428 | |||
2 | ![]() |
EVENT_TYPE | Call by reference | Type reference (TYPE) | STRING | 20040428 | |||
3 | ![]() |
VIEW_ID | Call by reference | Type reference (TYPE) | STRING | 20040428 |
Method CONSTRUCTOR on class CL_WDR_PORTAL_EVENT has no exception.
Method NEW_ABSOLUTE_NAVIGATION_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTEXT_URL | Call by reference | Type reference (TYPE) | STRING | 20040805 | |||
2 | ![]() |
HISTORY_MODE | Call by reference | Type reference (TYPE) | STRING | 20040805 | |||
3 | ![]() |
NAVIGATION_MODE | Call by reference | Type reference (TYPE) | STRING | 20040805 | |||
4 | ![]() |
NAVIGATION_TARGET | Call by reference | Type reference (TYPE) | STRING | 20040805 | |||
5 | ![]() |
PORTAL_EVENT | Value transfer | Object reference (TYPE REF TO) | CL_WDR_PORTAL_EVENT | 20040805 | |||
6 | ![]() |
POST_BODY | Call by reference | Type reference (TYPE) | STRING | 20041004 | |||
7 | ![]() |
TARGET_TITLE | Call by reference | Type reference (TYPE) | STRING | 20040805 | |||
8 | ![]() |
WINDOW_FEATURES | Call by reference | Type reference (TYPE) | STRING | 20040805 | |||
9 | ![]() |
WINDOW_NAME | Call by reference | Type reference (TYPE) | STRING | 20040805 |
Method NEW_ABSOLUTE_NAVIGATION_EVENT on class CL_WDR_PORTAL_EVENT has no exception.
Method NEW_OBJECT_NAVIGATION_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OBJECT_TYPE | Call by reference | Type reference (TYPE) | STRING | 20040805 | |||
2 | ![]() |
OBJECT_VALUE | Call by reference | Type reference (TYPE) | STRING | 20040805 | |||
3 | ![]() |
OPERATION | Call by reference | Type reference (TYPE) | STRING | 20040805 | |||
4 | ![]() |
PORTAL_EVENT | Value transfer | Object reference (TYPE REF TO) | CL_WDR_PORTAL_EVENT | 20040805 | |||
5 | ![]() |
POST_BODY | Call by reference | Type reference (TYPE) | STRING | 20070815 | |||
6 | ![]() |
RESOLVING_MODE | Call by reference | Type reference (TYPE) | STRING | IF_WD_PORTAL_INTEGRATION=>CO_RESOLVING_MODE-SOURCE_ROLE | 20060207 | ||
7 | ![]() |
SYSTEM | Call by reference | Type reference (TYPE) | STRING | 20040805 |
Method NEW_OBJECT_NAVIGATION_EVENT on class CL_WDR_PORTAL_EVENT has no exception.
Method NEW_RAISE_PORTAL_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EVENT | Call by reference | Type reference (TYPE) | STRING | 20040805 | |||
2 | ![]() |
NAME_SPACE | Call by reference | Type reference (TYPE) | STRING | 20040805 | |||
3 | ![]() |
PARAMETER | Call by reference | Type reference (TYPE) | STRING | 20040805 | |||
4 | ![]() |
PORTAL_EVENT | Value transfer | Object reference (TYPE REF TO) | CL_WDR_PORTAL_EVENT | 20040805 |
Method NEW_RAISE_PORTAL_EVENT on class CL_WDR_PORTAL_EVENT has no exception.
Method NEW_RELATIVE_NAVIGATION_EVENT Signature
Method NEW_RELATIVE_NAVIGATION_EVENT on class CL_WDR_PORTAL_EVENT has no exception.
Method NEW_SET_DIRTY_FLAG_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DIRTY_FLAG | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20040805 | |||
2 | ![]() |
PORTAL_EVENT | Value transfer | Object reference (TYPE REF TO) | CL_WDR_PORTAL_EVENT | 20040805 |
Method NEW_SET_DIRTY_FLAG_EVENT on class CL_WDR_PORTAL_EVENT has no exception.
Method NEW_SUBSCRIBE_PORTAL_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PORTAL_EVENT | Value transfer | Object reference (TYPE REF TO) | CL_WDR_PORTAL_EVENT | 20040805 | |||
2 | ![]() |
PORTAL_EVENT_ID | Call by reference | Type reference (TYPE) | STRING | GUID im 'RAW' Format | 20041014 | ||
3 | ![]() |
PORTAL_EVENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20040805 | |||
4 | ![]() |
PORTAL_EVENT_NAMESPACE | Call by reference | Type reference (TYPE) | STRING | 20040805 |
Method NEW_SUBSCRIBE_PORTAL_EVENT on class CL_WDR_PORTAL_EVENT has no exception.
Method NEW_UNSUBSCRIBE_PORTAL_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PORTAL_EVENT | Value transfer | Object reference (TYPE REF TO) | CL_WDR_PORTAL_EVENT | 20041008 | |||
2 | ![]() |
PORTAL_EVENT_ID | Call by reference | Type reference (TYPE) | STRING | 20041015 | |||
3 | ![]() |
PORTAL_EVENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20041008 | |||
4 | ![]() |
PORTAL_EVENT_NAMESPACE | Call by reference | Type reference (TYPE) | STRING | 20041008 |
Method NEW_UNSUBSCRIBE_PORTAL_EVENT on class CL_WDR_PORTAL_EVENT has no exception.
History
Last changed by/on | SAP | 20080612 |
SAP Release Created in | 700 |