SAP ABAP Class CL_WDR_PORTAL_INTEGRATION (Web Dynpro Runtime: Portal Integration)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-REN (Application Component) Web Dynpro ABAP Rendering
     SWDP_RUNTIME_RENDERING (Package) Web Dynpro Runtime: Rendering
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_ADAPTER_EVENT_HANDLER Event Handler for SSR Client Events X 20040510
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_PORTAL_INTEGRATION Internal Portal - Integration Functions 20080418
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_PORTAL_INTEGRATION Web Dynpro: Portal Integration 20040716
Properties
Class CL_WDR_PORTAL_INTEGRATION  
Short Description Web Dynpro Runtime: Portal Integration    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_RUNTIME_RENDERING   Web Dynpro Runtime: Rendering 
Created 20040422   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_BSP_UTILITY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_WDR_CLIENT_COMMAND Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_WD_PORTAL_INTEGRATION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDR_ADAPTER_EVENT_HANDLER Event Handler for SSR Client Events X 20040510
2 IF_WDR_PORTAL_INTEGRATION Internal Portal - Integration Functions 20080418
3 IF_WD_PORTAL_INTEGRATION Web Dynpro: Portal Integration 20040716
Friends
# Friend Modeled only Created on Description
1 CL_URL 20131127 URL Generator for different frames in one
2 CL_WDR_PROXY_CAST_TOOL 20041124 Tool for Resolving Proxies
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_ALLOW_DUPLICATES Instance attribute Public Attribute reference (LIKE) 20040716
2 CO_KEEP_SESSION Constant Public Type reference (TYPE) STRING 'KEEP' 20041103
3 CO_NO_DUPLICATES Instance attribute Public Attribute reference (LIKE) 20040716
4 CO_NO_HISTORY Instance attribute Public Attribute reference (LIKE) 20040716
5 CO_PORTAL_EVENT_ID Constant Public Type reference (TYPE) STRING '421567402ED3194BE10000000A1550A7' 20040716
6 CO_RELEASE_SESSION Constant Public Type reference (TYPE) STRING 'RELEASE' 20041103
7 CO_RESET_SESSION Constant Public Type reference (TYPE) STRING 'RESET' 20041103
8 CO_SHOW_EXTERNAL Instance attribute Public Attribute reference (LIKE) 20040716
9 CO_SHOW_EXTERNAL_PORTAL Instance attribute Public Attribute reference (LIKE) 20040716
10 CO_SHOW_INPLACE Instance attribute Public Attribute reference (LIKE) 20040716
11 CO_WP_MODE_APPLICATION_ONLY Instance attribute Public Attribute reference (LIKE) 20040805
12 CO_WP_MODE_BOTH Instance attribute Public Attribute reference (LIKE) 20040817
13 CO_WP_MODE_NONE Instance attribute Public Attribute reference (LIKE) 20040805
14 M_DIRTY_FLAG Instance attribute Public Attribute reference (LIKE) 20040806
15 M_DIRTY_FLAG_CALLBACK_ENV Instance attribute Private Type reference (TYPE) STRING DOREGISTER/DOUNREGISTER/space 20071031
16 M_DIRTY_FLAG_WD_LISTENER Instance attribute Private Type reference (TYPE) STRING DOREGISTER/DOUNREGISTER (lightspeed) 20070824
17 M_EVENT_PROCESS_QUEUE Instance attribute Private Type reference (TYPE) EVENT_REG_MAP 20041125
18 M_EVENT_REG_MAP Instance attribute Private Type reference (TYPE) EVENT_REG_MAP 20040716
19 M_GET_ALL_HELP_IDS Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080418
20 M_INQUIRY_LISTENER_REGISTERED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20041008
21 M_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_WDR_PORTAL_INTEGRATION Web Dynpro Runtime: Portal Integration 20060927
22 M_IS_FIRST_CALL Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20071108
23 M_OLD_PAGE_TITLE Instance attribute Private Type reference (TYPE) STRING 20071108
24 M_ONCHANGE_LISTENER_REGISTERED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20041008
25 M_PHASE_MODEL_STATE Instance attribute Private Object reference (TYPE REF TO) IF_WDR_PHASE_MODEL_STATE Web Dynpro: Status of Phase Model 20140620
26 M_PORTAL_VERSION Instance attribute Public Attribute reference (LIKE) 20040806
27 M_PORTAL_VERSION_MAJOR Instance attribute Public Attribute reference (LIKE) 20040806
28 M_PORTAL_VERSION_MINOR Instance attribute Public Attribute reference (LIKE) 20040806
29 M_RESTARTING Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20041115
30 M_SG_PORTAL_JS_DEBUG Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE SET/GET WDA_PORTAL_JS_DEBUG 20041201
31 M_SYSTEM_PROCESS_ACTIVE Instance attribute Private Type reference (TYPE) ABAP_BOOL 20140703
32 M_TRACE_OFF Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE Deactivates trace since environment is incorrect 20130705
33 M_TRACE_WP Instance attribute Private Type reference (TYPE) CL_WDR_RUNTIME_TRACE=>TY_T_PORTAL_WP_RECORDS Runtime Trace 20130711
34 M_WDR_NW7_FORM_ADP Instance attribute Private Object reference (TYPE REF TO) CL_WDR_NW7_FORM_ADP 20100714
35 M_WDR_NW7_IHUBEVENTING_ADP Instance attribute Private Object reference (TYPE REF TO) CL_WDR_NW7_IHUBEVENTING_ADP 20100714
36 M_WORK_PROTECT_MODE Instance attribute Public Attribute reference (LIKE) 20040806
Methods
# Method Level Visibility Method type Description Created on
1 CONCATENATE_FORWARD_PARAMETERS Instance method Private Method Create String from Parameter List Key 20050503
2 CONCATENATE_URL_PARAMETERS Instance method Private Method Create Parameter List from Parameter String (Encoding?) 20041001
3 CONSTRUCTOR Instance method Private Constructor 20040802
4 FIRE Instance method Private Method 20040806
5 GET_ACTION_FOR_PORTAL_EVENT Instance method Public Method Determine Action for Registered Portal Event 20040716
6 GET_HOLD_DIRTY_FLAG Instance method Public Method Initiates setting dirty flag if system processing is active 20140704
7 GET_INSTANCE Static method Public Method 20060927
8 GET_POST_BODY Instance method Private Method Converts Parameter Lists for POST 20041001
9 GET_PREFERRED_RENDERING_MODE Static method Private Method Returns the requested render mode for the application 20131121
10 GET_URL_LENGTH_FOR_ABS_NAV Instance method Private Method Calculates URL Length at Abs. Navigation 20041001
11 NAVIGATE_ABSOLUTE Instance method Private Method 20040806
12 NAVIGATE_RELATIVE Instance method Private Method 20040806
13 NAVIGATE_TO_OBJECT Instance method Private Method 20040806
14 ON_END_SYSTEM_PROCESSING Instance method Public Event handling method 20140703
15 ON_START_SYSTEM_PROCESSING Instance method Public Event handling method 20140703
16 PREPARE_URL_PARAMETER Instance method Private Method Creates Parameter String for DynamicParameter (encoding?) 20040716
17 RESTART_PORTAL_INTEGRATION Instance method Public Method 20041115
18 SESSION_RESTARTS Instance method Public Method 20041111
19 SET_APPLICATION_DIRTY_FLAG Instance method Private Method 20040806
20 SET_CONTENT Instance method Public Method 20070918
21 SET_DIRTY_FLAG Instance method Public Method Sets dirty flag from framework page 20110715
22 SET_WORK_PROTECT_MODE Instance method Private Method 20040806
23 SUBSCRIBE_EVENT Instance method Private Method 20040806
24 TRACE_WP Instance method Private Method 20130621
25 UNSUBSCRIBE_EVENT Instance method Private Method 20040806
Events
Class CL_WDR_PORTAL_INTEGRATION has no event.
Types
Class CL_WDR_PORTAL_INTEGRATION has no local type.
Method Signatures

Method CONCATENATE_FORWARD_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PARAMETER_STRING Value transfer Type reference (TYPE) STRING 20050503
2 Importing PARAMETER_TAB Call by reference Type reference (TYPE) WDY_KEY_VALUE_LIST Sortierte Liste von Schlüssel/ Wertbeziehungen als Strings 20050503

Method CONCATENATE_FORWARD_PARAMETERS on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method CONCATENATE_URL_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PARAMETER_STRING Value transfer Type reference (TYPE) STRING 20041001
2 Importing PARAMETER_TAB Call by reference Type reference (TYPE) WDY_KEY_VALUE_LISTGEN Table of Name/Value Pairs 20041001

Method CONCATENATE_URL_PARAMETERS on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_WDR_PORTAL_INTEGRATION has no parameter.
Method CONSTRUCTOR on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method FIRE Signature

Method FIRE on class CL_WDR_PORTAL_INTEGRATION has no parameter.
Method FIRE on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method GET_ACTION_FOR_PORTAL_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ACTION Call by reference Type reference (TYPE) STRING action 20040716
2 Importing NAME Call by reference Type reference (TYPE) STRING Portal event name 20040716
3 Importing NAMESPACE Call by reference Type reference (TYPE) STRING Portal event namespace 20040716
4 Importing PARAMETER Call by reference Type reference (TYPE) STRING Portal event parameter 20041125
5 Exporting VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW View 20040716

Method GET_ACTION_FOR_PORTAL_EVENT on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method GET_HOLD_DIRTY_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLIENT_COMMAND_QUEUE Call by reference Object reference (TYPE REF TO) IF_WDR_CLIENT_COMMAND Kommando für den Client (UPDATE) 20140704

Method GET_HOLD_DIRTY_FLAG on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INSTANCE Value transfer Object reference (TYPE REF TO) CL_WDR_PORTAL_INTEGRATION WebDynpro Runtime: Portal Integration 20060927

Method GET_INSTANCE on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method GET_POST_BODY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAMETERS Call by reference Type reference (TYPE) WDY_KEY_VALUE_LISTGEN Table of Name/Value Pairs 20061102
2 Returning POSTBODY Value transfer Type reference (TYPE) STRING 20041001

Method GET_POST_BODY on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method GET_PREFERRED_RENDERING_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPLICATION_NAME Call by reference Type reference (TYPE) STRING 20131121
2 Importing CONFIG_ID Call by reference Type reference (TYPE) STRING 20131121
3 Returning PREFERRED_RENDERING_MODE Value transfer Type reference (TYPE) STRING 20131121

Method GET_PREFERRED_RENDERING_MODE on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method GET_URL_LENGTH_FOR_ABS_NAV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUSINESS_PARAMETERS Call by reference Type reference (TYPE) STRING 20041001
2 Importing LAUNCHER_PARAMETERS Call by reference Type reference (TYPE) STRING 20041001
3 Returning LENGTH Value transfer Type reference (TYPE) I 20041001
4 Importing NAVIGATION_TARGET Call by reference Type reference (TYPE) STRING 20041001
5 Importing USE_SAP_LAUNCHER Call by reference Type reference (TYPE) ABAP_BOOL 20041001

Method GET_URL_LENGTH_FOR_ABS_NAV on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method NAVIGATE_ABSOLUTE Signature

Method NAVIGATE_ABSOLUTE on class CL_WDR_PORTAL_INTEGRATION has no parameter.
Method NAVIGATE_ABSOLUTE on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method NAVIGATE_RELATIVE Signature

Method NAVIGATE_RELATIVE on class CL_WDR_PORTAL_INTEGRATION has no parameter.
Method NAVIGATE_RELATIVE on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method NAVIGATE_TO_OBJECT Signature

Method NAVIGATE_TO_OBJECT on class CL_WDR_PORTAL_INTEGRATION has no parameter.
Method NAVIGATE_TO_OBJECT on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method ON_END_SYSTEM_PROCESSING Signature

Method ON_END_SYSTEM_PROCESSING on class CL_WDR_PORTAL_INTEGRATION has no parameter.
Method ON_END_SYSTEM_PROCESSING on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method ON_START_SYSTEM_PROCESSING Signature

Method ON_START_SYSTEM_PROCESSING on class CL_WDR_PORTAL_INTEGRATION has no parameter.
Method ON_START_SYSTEM_PROCESSING on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method PREPARE_URL_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DO_ENCODING Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20041001
2 Returning HTML Value transfer Type reference (TYPE) STRING Konvertierte Parameterlist 20040716
3 Importing PARAMETERS Call by reference Type reference (TYPE) STRING Zusammengesetzte Liste der Paramter key1=value1&key2=value2 20040716
4 Importing USE_SAP_LAUNCHER Call by reference Type reference (TYPE) ABAP_BOOL sapLauncer => DynamicParameters muß hinzukommen 20040716

Method PREPARE_URL_PARAMETER on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method RESTART_PORTAL_INTEGRATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLIENT_COMMAND_QUEUE Call by reference Object reference (TYPE REF TO) IF_WDR_CLIENT_COMMAND Kommando für den Client (UPDATE) 20070823
2 Returning EVENT_LIST Value transfer Type reference (TYPE) WDR_CLIENT_EVENT_LIST Liste von Ereignissen im Client 20060831

Method RESTART_PORTAL_INTEGRATION on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method SESSION_RESTARTS Signature

Method SESSION_RESTARTS on class CL_WDR_PORTAL_INTEGRATION has no parameter.
Method SESSION_RESTARTS on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method SET_APPLICATION_DIRTY_FLAG Signature

Method SET_APPLICATION_DIRTY_FLAG on class CL_WDR_PORTAL_INTEGRATION has no parameter.
Method SET_APPLICATION_DIRTY_FLAG on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method SET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLIENT_COMMAND_QUEUE Call by reference Object reference (TYPE REF TO) IF_WDR_CLIENT_COMMAND Kommando für den Client (UPDATE) 20070918
2 Changing CLIENT_EVENT_LIST Call by reference Type reference (TYPE) WDR_CLIENT_EVENT_LIST Liste von Ereignissen im Client 20070918
3 Importing WINDOW Call by reference Object reference (TYPE REF TO) CL_WDR_WINDOW 20071108

Method SET_CONTENT on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method SET_DIRTY_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DIRTY_FLAG Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20110715

Method SET_DIRTY_FLAG on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method SET_WORK_PROTECT_MODE Signature

Method SET_WORK_PROTECT_MODE on class CL_WDR_PORTAL_INTEGRATION has no parameter.
Method SET_WORK_PROTECT_MODE on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method SUBSCRIBE_EVENT Signature

Method SUBSCRIBE_EVENT on class CL_WDR_PORTAL_INTEGRATION has no parameter.
Method SUBSCRIBE_EVENT on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method TRACE_WP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMMENT Call by reference Type reference (TYPE) STRING 20130621
2 Importing DIRTY_FLAG Call by reference Type reference (TYPE) ABAP_BOOL 20130621
3 Importing WP_MODE Call by reference Type reference (TYPE) STRING 20130621

Method TRACE_WP on class CL_WDR_PORTAL_INTEGRATION has no exception.

Method UNSUBSCRIBE_EVENT Signature

Method UNSUBSCRIBE_EVENT on class CL_WDR_PORTAL_INTEGRATION has no parameter.
Method UNSUBSCRIBE_EVENT on class CL_WDR_PORTAL_INTEGRATION has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 700