SAP ABAP Class IF_WDR_APPLICATION (Interface of Application Proxy)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_CLIENT_APPLICATION Web Dynpro: Abstraction of Application 20021007
Properties
Class IF_WDR_APPLICATION  
Short Description Interface of Application Proxy    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20020930   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 IF_WD_CONFIG_RUNTIME Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_WD_RELATED_LINK Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_WDR_APPLICATION has no interface implemented.
Friends
Class IF_WDR_APPLICATION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 APPLICATION_INFO Instance attribute Public Object reference (TYPE REF TO) IF_WDR_RR_APPLICATION Web Dynpro: Application 20040521
2 APPL_PROPS Instance attribute Public Type reference (TYPE) TYPE_S_APPL_PROPS 20060731
3 BROWSER_HISTORY Instance attribute Public Object reference (TYPE REF TO) CL_WDR_BROWSER_HISTORY Browser History 20100831
4 EP_VERSION Instance attribute Public Type reference (TYPE) STRING Enterprise Portal Version 20040802
5 FOCUSED_CONTEXT_ELEMENT Instance attribute Public Object reference (TYPE REF TO) CL_WDR_CONTEXT_ELEMENT Base Class of All Elements of Web Dynpro Nodes 20040514
6 FOCUSED_VIEW_ELEMENT Instance attribute Public Object reference (TYPE REF TO) CL_WDR_VIEW_ELEMENT 20031001
7 HASH_ACTION_ON_CHANGED Instance attribute Public Type reference (TYPE) WDR_ACTION Web Dynpro: Action 20100818
8 HASH_ENABLE_BROWSER_HISTORY Instance attribute Public Type reference (TYPE) STRING Set 20100818
9 HASH_NEW Instance attribute Public Type reference (TYPE) STRING New Hash Value for Browser Stack 20100818
10 HELP_CENTER_OPEN Instance attribute Public Type reference (TYPE) ABAP_BOOL 20060712
11 ID Instance attribute Public Type reference (TYPE) STRING 20020930
12 IS_STABLE_ID_MODE Instance attribute Public Type reference (TYPE) ABAP_BOOL 20090527
13 IS_STATEFUL Instance attribute Public Type reference (TYPE) ABAP_BOOL 20100303
14 MESSAGE_COMPONENT Instance attribute Public Type reference (TYPE) WDR_MESSAGE_COMPONENT Web Dynpro View Controller 20041112
15 NAME Instance attribute Public Type reference (TYPE) STRING 20020930
16 PRINT_PAGE_REQUESTED Instance attribute Public Type reference (TYPE) ABAP_BOOL 20090902
17 RELATED_LINKS Instance attribute Public Type reference (TYPE) IF_WD_RELATED_LINK=>T_RELATED_LINK_TAB 20100303
18 SHOW_ADAPTATION_MODE Instance attribute Public Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20110413
Methods
# Method Level Visibility Method type Description Created on
1 GET_ACTIVE_COMPONENTS Instance method Public Method Returns the active components 20071026
2 GET_APPLICATION_DESCRIPTION Instance method Public Method 20040512
3 GET_COMPONENT_FOR_ID Instance method Public Method 20021128
4 RESET_HELP_CENTER_OPEN Instance method Public Method 20060712
5 RESET_PRINT_PAGE_REQUESTED Instance method Public Method 20090902
6 SET_SHOW_ADAPTATION_MODE Instance method Public Method 20110413
7 SET_SHOW_EXPLANATION Instance method Public Method 20060731
8 SET_STABLE_ID_MODE Instance method Public Method Guarantees stable component IDs 20090527
Events
Class IF_WDR_APPLICATION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYPE_S_APPL_PROPS Public See coding 20060731 begin of TYPE_S_APPL_PROPS , accessibility type abap_bool, rtl type abap_bool, show_explanation type abap_bool, splash_screen type string, protect_application type abap_bool, description type string, force_external_stylesheet type abap_bool, application_themeroot type string, lightspeed type abap_bool, supports_full_height type i, style_labelalignment type WDR_APP_PROP_LABEL_ALIGNMENT, allow_valuesuggest type wdr_APP_PROP_value_suggest, enable_field_history type abap_bool, allow_multiple_actions type abap_bool, display_loading_page type wdr_app_prop_disp_loadingpage, enable_xbcml_client type wdy_boolean, preferred_rendering type string, enable_secure_file_download type wdy_boolean, roundtrip_reduction type wdy_boolean, accessibility_mode type string, use_external_stylesheet type wdr_app_prop_ext_style_sheet, set_focus_on_message_area type abap_bool, ref_field_behaviour type WDR_APP_PROP_REFFIELDBEHAVIOUR, remote_desktop type abap_bool, disable_download_dyn_resource type abap_bool, use_signed_applets type abap_bool, end of TYPE_S_APPL_PROPS
Method Signatures

Method GET_ACTIVE_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) IF_WD_CONFIG_RUNTIME=>TT_PERSONALIZED_COMPONENTS 20071026

Method GET_ACTIVE_COMPONENTS on class IF_WDR_APPLICATION has no exception.

Method GET_APPLICATION_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TEXT Value transfer Type reference (TYPE) STRING 20040512

Method GET_APPLICATION_DESCRIPTION on class IF_WDR_APPLICATION has no exception.

Method GET_COMPONENT_FOR_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CLIENT_COMPONENT Value transfer Object reference (TYPE REF TO) CL_WDR_CLIENT_COMPONENT Applikations-Interface 20021128
2 Importing ID Call by reference Type reference (TYPE) STRING 20021128

Method GET_COMPONENT_FOR_ID on class IF_WDR_APPLICATION has no exception.

Method RESET_HELP_CENTER_OPEN Signature

Method RESET_HELP_CENTER_OPEN on class IF_WDR_APPLICATION has no parameter.
Method RESET_HELP_CENTER_OPEN on class IF_WDR_APPLICATION has no exception.

Method RESET_PRINT_PAGE_REQUESTED Signature

Method RESET_PRINT_PAGE_REQUESTED on class IF_WDR_APPLICATION has no parameter.
Method RESET_PRINT_PAGE_REQUESTED on class IF_WDR_APPLICATION has no exception.

Method SET_SHOW_ADAPTATION_MODE Signature

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

Method SET_SHOW_ADAPTATION_MODE on class IF_WDR_APPLICATION has no exception.

Method SET_SHOW_EXPLANATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SHOW_EXPLANATION Call by reference Type reference (TYPE) ABAP_BOOL 20060731

Method SET_SHOW_EXPLANATION on class IF_WDR_APPLICATION has no exception.

Method SET_STABLE_ID_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_STABLE_ID_MODE Call by reference Type reference (TYPE) ABAP_BOOL 20090527

Method SET_STABLE_ID_MODE on class IF_WDR_APPLICATION has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in