SAP ABAP Interface IF_WDR_RR_VIEW (IF_WDR_RR_VIEW)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
     SWDP_RUNTIME_REPOSITORY (Package) Web Dynpro: Runtime Repository
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_WDR_RR_WINDOW 20041109
Properties
Interface IF_WDR_RR_VIEW  
Short Description    
General Data
Package SWDP_RUNTIME_REPOSITORY   Web Dynpro: Runtime Repository 
Created 20040209   SAP 
Last changed 20110908   SAP 
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 WDYVC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_WDR_RR_VIEW has no interface.
Friends
Interface IF_WDR_RR_VIEW has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_DEFAULT_INBOUND_PLUG Constant Public Type reference (TYPE) STRING WDYVC_DEFAULT_INPLUG_NAME 20050503
2 CO_EMPTY_VIEW Constant Public Type reference (TYPE) STRING 'EMPTYVIEW' 20041104
3 CO_INTERFACE_VIEW Constant Public Type reference (TYPE) STRING 'INTERFACEVIEW' 20041104
4 CO_LIFESPAN_FRAMEWORK_CNTR Constant Public Type reference (TYPE) STRING 'FRAMEWORK_CONTROLLED' 20040817
5 CO_LIFESPAN_FRAMEWORK_CNTR_INT Constant Public Type reference (TYPE) STRING '0' 20100302
6 CO_LIFESPAN_WHEN_VISIBLE Constant Public Type reference (TYPE) STRING 'WHEN_VISIBLE' 20040817
7 CO_LIFESPAN_WHEN_VISIBLE_INT Constant Public Type reference (TYPE) STRING '1' 20100302
8 CO_VIEW Constant Public Type reference (TYPE) STRING 'VIEW' 20041104
9 CO_WINDOW Constant Public Type reference (TYPE) STRING 'WINDOW' 20041104
10 DEFINITION Instance attribute Public Type reference (TYPE) WDY_RR_VIEW Web Dynpro: Runtime View 20041104
11 INBOUND_PLUGS Instance attribute Public Type reference (TYPE) WDY_RR_IOBOUND_PLUG_TAB Web Dynpro: Runtime Plug Table 20041104
12 OUTBOUND_PLUGS Instance attribute Public Type reference (TYPE) WDY_RR_IOBOUND_PLUG_TAB Web Dynpro: Runtime Plug Table 20041104
13 TYPE Instance attribute Public Type reference (TYPE) STRING 20041104
14 VIEW_CONTAINERS Instance attribute Public Type reference (TYPE) WDY_RR_UI_VIEW_CONT_TAB Web Dynpro: Runtime View Containers 20040225
15 VIEW_CONTROLLER Instance attribute Public Object reference (TYPE REF TO) IF_WDR_RR_CONTROLLER 20041104
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_OUTBOUND_PLUG Instance method Public Method Creates Temporary Metadata for Outbound Plug 20041104
2 CREATE_VIEW_CONTAINER Instance method Public Method Creates Temporary Metadata for View Container 20040303
3 DELETE_OUTBOUND_PLUG Instance method Public Method Deletes Temporary Metadata from Outbound Plug 20041104
4 DELETE_VIEW_CONTAINER Instance method Public Method Deletes Temporary Metadata from View Container 20040303
5 GET_API Instance method Public Method 20041104
6 GET_EVENT_HANDLER_FOR_INPLUG Instance method Public Method Returns Event Handler for Inbound Plug 20041104
7 GET_IMPLEMENTATION_WINDOW Instance method Public Method Returns Window for Interface View 20040215
8 GET_INBOUND_PLUG Instance method Public Method Returns Metadata of Inbound Plug 20041104
9 GET_NAV_LINKS_FOR_OUTPLUG Instance method Public Method All Navigation Links for Outbound Plug 20041104
10 GET_NAV_TARGETS_FOR_INPLUG Instance method Public Method All Navigation Targets for Inbound Plug 20041104
11 GET_OUTBOUND_PLUG Instance method Public Method Returns Metadata of Outbound Plug 20041104
12 GET_PARAMETERS_FOR_INPLUG Instance method Public Method All Parameters for Inbound Plug 20041104
13 GET_PARAMETER_FOR_INPLUG Instance method Public Method Returns Metadata of Parameter for Inbound Plug 20041104
14 GET_VIEW_CONTAINER Instance method Public Method Returns Metadata of View Container 20040210
15 HAS_VIEW_CONTAINER Instance method Public Method Does View have Container with Specified Name? 20040319
16 SET_LIFESPAN Instance method Public Method Sets Lifetime of View 20040817
Events
Interface IF_WDR_RR_VIEW has no event.
Types
Interface IF_WDR_RR_VIEW has no local type.
Method Signatures

Method CREATE_OUTBOUND_PLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUTBOUND_PLUG Value transfer Type reference (TYPE) WDY_RR_IOBOUND_PLUG WebDynpro: Runtimestruktur von In/Outbound Plugs 20041104
2 Importing PLUG_NAME Call by reference Type reference (TYPE) STRING 20041104
3 Importing REPOSITORY_HANDLE_ID Call by reference Type reference (TYPE) STRING 20070104

Method CREATE_OUTBOUND_PLUG on Interface IF_WDR_RR_VIEW has no exception.

Method CREATE_VIEW_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONTAINER Value transfer Type reference (TYPE) WDY_RR_UI_VIEW_CONT WebDynpro: Runtime View Container 20040303
2 Importing CONTAINER_NAME Call by reference Type reference (TYPE) STRING 20040303
3 Importing REPOSITORY_HANDLE_ID Call by reference Type reference (TYPE) STRING 20070104

Method CREATE_VIEW_CONTAINER on Interface IF_WDR_RR_VIEW has no exception.

Method DELETE_OUTBOUND_PLUG 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 20041104
2 Returning SUBRC Value transfer Type reference (TYPE) I 20070109

Method DELETE_OUTBOUND_PLUG on Interface IF_WDR_RR_VIEW has no exception.

Method DELETE_VIEW_CONTAINER Signature

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

Method DELETE_VIEW_CONTAINER on Interface IF_WDR_RR_VIEW has no exception.

Method GET_API Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_WD_RR_VIEW Runtime Repository API: View 20041104

Method GET_API on Interface IF_WDR_RR_VIEW has no exception.

Method GET_EVENT_HANDLER_FOR_INPLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EVENT_HANDLER Value transfer Type reference (TYPE) WDY_RR_CTLR_COMPO WebDynpro: Runtime Controller Events 20041104
2 Importing INPLUG_NAME Call by reference Type reference (TYPE) STRING 20041104

Method GET_EVENT_HANDLER_FOR_INPLUG on Interface IF_WDR_RR_VIEW has no exception.

Method GET_IMPLEMENTATION_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning WINDOW Value transfer Object reference (TYPE REF TO) IF_WDR_RR_WINDOW 20040215

Method GET_IMPLEMENTATION_WINDOW on Interface IF_WDR_RR_VIEW has no exception.

Method GET_INBOUND_PLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INBOUND_PLUG Value transfer Type reference (TYPE) WDY_RR_IOBOUND_PLUG WebDynpro: Runtimestruktur von In/Outbound Plugs 20041104
2 Importing INBOUND_PLUG_NAME Call by reference Type reference (TYPE) STRING 20041104

Method GET_INBOUND_PLUG on Interface IF_WDR_RR_VIEW has no exception.

Method GET_NAV_LINKS_FOR_OUTPLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NAVIGATION_LINKS Value transfer Type reference (TYPE) WDY_RR_NAV_LINK_TAB Web Dynpro: Navigationslink 20041104
2 Importing PLUG_NAME Call by reference Type reference (TYPE) STRING 20041104

Method GET_NAV_LINKS_FOR_OUTPLUG on Interface IF_WDR_RR_VIEW has no exception.

Method GET_NAV_TARGETS_FOR_INPLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NAV_TARGETS Value transfer Type reference (TYPE) WDY_RR_NAV_TARGREF_TAB Web Dynpro : Navigationstargets 20041104
2 Importing PLUG_NAME Call by reference Type reference (TYPE) STRING 20041104

Method GET_NAV_TARGETS_FOR_INPLUG on Interface IF_WDR_RR_VIEW has no exception.

Method GET_OUTBOUND_PLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUTBOUND_PLUG Value transfer Type reference (TYPE) WDY_RR_IOBOUND_PLUG WebDynpro: Runtimestruktur von In/Outbound Plugs 20041104
2 Importing OUTBOUND_PLUG_NAME Call by reference Type reference (TYPE) STRING 20041104

Method GET_OUTBOUND_PLUG on Interface IF_WDR_RR_VIEW has no exception.

Method GET_PARAMETERS_FOR_INPLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PARAMETERS Value transfer Type reference (TYPE) WDY_RR_PLUG_PARAMS_TAB Web Dynpro: Parameter eines Plugs 20041104
2 Importing PLUG_NAME Call by reference Type reference (TYPE) STRING 20041104

Method GET_PARAMETERS_FOR_INPLUG on Interface IF_WDR_RR_VIEW has no exception.

Method GET_PARAMETER_FOR_INPLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPLUG_NAME Call by reference Type reference (TYPE) STRING 20041104
2 Returning PARAMETER Value transfer Type reference (TYPE) WDY_RR_PLUG_PARAMS Web Dynpro: Parameter eines Plugs 20041104
3 Importing PARAMETER_NAME Call by reference Type reference (TYPE) STRING 20041104

Method GET_PARAMETER_FOR_INPLUG on Interface IF_WDR_RR_VIEW has no exception.

Method GET_VIEW_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTAINER_NAME Call by reference Type reference (TYPE) STRING 20040210
2 Returning VIEW_CONTAINER Value transfer Type reference (TYPE) WDY_RR_UI_VIEW_CONT WebDynpro: Runtime View Container 20040210

Method GET_VIEW_CONTAINER on Interface IF_WDR_RR_VIEW has no exception.

Method HAS_VIEW_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTAINER_NAME Call by reference Type reference (TYPE) STRING 20040319
2 Returning RET Value transfer Type reference (TYPE) ABAP_BOOL 20040319

Method HAS_VIEW_CONTAINER on Interface IF_WDR_RR_VIEW has no exception.

Method SET_LIFESPAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LIFESPAN Call by reference Type reference (TYPE) STRING Werte s. Konstanten 20040817

Method SET_LIFESPAN on Interface IF_WDR_RR_VIEW has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700