SAP ABAP Class IF_WD_RR_WINDOW (Runtime Repository API: Window)
Properties
Class IF_WD_RR_WINDOW  
Short Description Runtime Repository API: Window    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20040624   SAP 
Last change 20130531   SAP 
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)
Interfaces
Class IF_WD_RR_WINDOW has no interface implemented.
Friends
Class IF_WD_RR_WINDOW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_SCROLLING_MODE Constant Public See coding 20091208
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_NAVIGATION_TARGET Instance method Public Method Creates Temporary Navigation Target 20050307
2 CREATE_ROOT_VIEW_USAGE Instance method Public Method Creates Temporary Metadata for View Embedding 20050223
3 DELETE_ALL_NAVIGATION_TARGETS Instance method Public Method Temporarily Deletes All Navigation Targets for Outbound Plug 20050307
4 DELETE_NAVIGATION_TARGET Instance method Public Method Temporarily Deletes Navigation Target 20050307
5 DELETE_ROOT_VIEW_USAGE Instance method Public Method Temporarily Deletes Metadata of View Embedding 20050223
6 EMBED_VIEW Instance method Public Method Temporarily Embeds View in Specified Position 20041018
7 GET_CUSTOM_PADDING Instance method Public Method Returns whether the window has a frame 20051004
8 GET_HAS_MARGIN Instance method Public Method Determines whether the window has padding 20091208
9 GET_NAME Instance method Public Method Returns Window Name 20040624
10 GET_ROOT_VIEW_USAGE Instance method Public Method Returns Metadata for View Embedding 20050223
11 GET_ROOT_VIEW_USAGES Instance method Public Method Returns Metadata for All Top-Level View Embeddings 20050223
12 GET_SCROLLING_MODE Instance method Public Method Returns scrolling behavior (for application window only) 20091208
13 GET_VIEW_USAGE Instance method Public Method Returns View Embedding 20040624
14 GET_VIEW_USAGES Instance method Public Method Returns Metadata for All View Embeddings 20050223
15 SET_CUSTOM_PADDING Instance method Public Method Specifies whether the window will have a frame 20051004
16 SET_DEFAULT_ROOT_VUSAGE Instance method Public Method Sets Temporary Default View 20050223
17 SET_HAS_MARGIN Instance method Public Method Sets whether window has padding 20091208
18 SET_SCROLLING_MODE Instance method Public Method Sets scrolling behavior (for application window only) 20091208
Events
Class IF_WD_RR_WINDOW has no event.
Types
Class IF_WD_RR_WINDOW has no local type.
Method Signatures

Method CREATE_NAVIGATION_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20050307
2 Returning NAV_LINK_NAME Value transfer Type reference (TYPE) STRING 20050307
3 Importing SOURCE_PLUG_NAME Call by reference Type reference (TYPE) STRING 20050307
4 Importing TARGET_PLUG_NAME Call by reference Type reference (TYPE) STRING 20050307
5 Importing TARGET_VIEW_USAGE_NAME Call by reference Type reference (TYPE) STRING 20050307

Method CREATE_NAVIGATION_TARGET on class IF_WD_RR_WINDOW has no exception.

Method CREATE_ROOT_VIEW_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT_USAGE_NAME Call by reference Type reference (TYPE) STRING 20050223
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_WD_RR_VIEW_USAGE Runtime Repository API: View Usage 20050223
3 Importing USED_VIEW_NAME Call by reference Type reference (TYPE) STRING 20050223
4 Importing VIEW_USAGE_NAME Call by reference Type reference (TYPE) STRING 20050223

Method CREATE_ROOT_VIEW_USAGE on class IF_WD_RR_WINDOW has no exception.

Method DELETE_ALL_NAVIGATION_TARGETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PLUG_NAME Call by reference Type reference (TYPE) STRING 20050307

Method DELETE_ALL_NAVIGATION_TARGETS on class IF_WD_RR_WINDOW has no exception.

Method DELETE_NAVIGATION_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LINK_NAME Call by reference Type reference (TYPE) STRING 20050307
2 Returning SUBRC Value transfer Type reference (TYPE) I 20070109
3 Importing TARGET_NAME Call by reference Type reference (TYPE) STRING 20050307

Method DELETE_NAVIGATION_TARGET on class IF_WD_RR_WINDOW has no exception.

Method DELETE_ROOT_VIEW_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20050223
2 Returning SUBRC Value transfer Type reference (TYPE) I 20070109

Method DELETE_ROOT_VIEW_USAGE on class IF_WD_RR_WINDOW has no exception.

Method EMBED_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT_USAGE_NAME Call by reference Type reference (TYPE) STRING 20041110
2 Importing EMBEDDING_POSITION Value transfer Type reference (TYPE) STRING Einbettungsposition des Views 20041018
3 Importing USED_COMPONENT_NAME Value transfer Type reference (TYPE) STRING Name der Component 20041018
4 Importing USED_VIEW_NAME Call by reference Type reference (TYPE) STRING Name des Views 20041018
5 Returning VIEW_USAGE Value transfer Object reference (TYPE REF TO) IF_WD_RR_VIEW_USAGE Runtime Repository API: View Usage 20041018
# Exception Resumable Description Created on
1 CX_WD_RUNTIME_REPOSITORY 20041018

Method GET_CUSTOM_PADDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20051004

Method GET_CUSTOM_PADDING on class IF_WD_RR_WINDOW has no exception.

Method GET_HAS_MARGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20091208

Method GET_HAS_MARGIN on class IF_WD_RR_WINDOW has no exception.

Method GET_NAME Signature

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

Method GET_NAME on class IF_WD_RR_WINDOW has no exception.

Method GET_ROOT_VIEW_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20050223
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_WD_RR_VIEW_USAGE Runtime Repository API: View Usage 20050223

Method GET_ROOT_VIEW_USAGE on class IF_WD_RR_WINDOW has no exception.

Method GET_ROOT_VIEW_USAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) WDRR_VIEW_USAGE_OBJECTS Web Dynpro - Runtime Repository: View-Einbettungen 20050223

Method GET_ROOT_VIEW_USAGES on class IF_WD_RR_WINDOW has no exception.

Method GET_SCROLLING_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING CO_SCROLLING_MODE-* 20091208

Method GET_SCROLLING_MODE on class IF_WD_RR_WINDOW has no exception.

Method GET_VIEW_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20040624
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_WD_RR_VIEW_USAGE Runtime Repository API: Component 20040624

Method GET_VIEW_USAGE on class IF_WD_RR_WINDOW has no exception.

Method GET_VIEW_USAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) WDRR_VIEW_USAGE_OBJECTS Web Dynpro - Runtime Repository: View-Einbettungen 20050223

Method GET_VIEW_USAGES on class IF_WD_RR_WINDOW has no exception.

Method SET_CUSTOM_PADDING Signature

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

Method SET_CUSTOM_PADDING on class IF_WD_RR_WINDOW has no exception.

Method SET_DEFAULT_ROOT_VUSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VIEW_USAGE_NAME Call by reference Type reference (TYPE) STRING 20050223

Method SET_DEFAULT_ROOT_VUSAGE on class IF_WD_RR_WINDOW has no exception.

Method SET_HAS_MARGIN Signature

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

Method SET_HAS_MARGIN on class IF_WD_RR_WINDOW has no exception.

Method SET_SCROLLING_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SCROLLING_MODE Call by reference Type reference (TYPE) STRING CO_SCROLLING_MODE-* 20091208

Method SET_SCROLLING_MODE on class IF_WD_RR_WINDOW has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in