SAP ABAP Class CL_BSP_WD_REP_VIEW_OVW (Wrapper for CL_BSP_WD_REP_VIEW)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-CON (Application Component) UI Configuration & Design Layer
     BSP_DYN_LAYOUT_DYN_VIEWSET (Package) Dynamic Viewset Base classes and related objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSP_WD_REP_VIEW Web Dynpro Repository view object 20060120
Properties
Class CL_BSP_WD_REP_VIEW_OVW  
Short Description Wrapper for CL_BSP_WD_REP_VIEW    
Super Class CL_BSP_WD_REP_VIEW Web Dynpro Repository view object 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BSP_DYN_LAYOUT_DYN_VIEWSET   Dynamic Viewset Base classes and related objects 
Created 20060120   SAP 
Last change 20081007   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BSP_WD_REP_VIEW_OVW has no forward declaration.
Interfaces
Class CL_BSP_WD_REP_VIEW_OVW has no interface implemented.
Friends
Class CL_BSP_WD_REP_VIEW_OVW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 INSTANCE_TAB Static Attribute Private Type reference (TYPE) GT_INSTANCES 20060928
2 OVW_REP_VIEW Static Attribute Private Object reference (TYPE REF TO) CL_BSP_WD_REP_VIEW_OVW Wrapper for CL_BSP_WD_REP_VIEW 20060120
3 RT_CONFIG Instance attribute Protected Type reference (TYPE) BSP_DLC_OVW_ASSGNM_T All Assignment of a overview page 20060123
Methods
# Method Level Visibility Method type Description Created on
1 GET_INSTANCE Static method Public Method 20060120
2 GET_REPOSITORY Instance method Public Method 20060404
Events
Class CL_BSP_WD_REP_VIEW_OVW has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GS_INSTANCES Private See coding 20060928 BEGIN OF GS_INSTANCES, VIEWLINE_REF TYPE REF TO DATA, REPOSITORY TYPE REF TO CL_BSP_WD_REPOSITORY, REP_VIEW TYPE REF TO CL_BSP_WD_REP_VIEW_OVW, END OF GS_INSTANCES
2 GT_INSTANCES Private See coding 20060928 GT_INSTANCES TYPE HASHED TABLE OF GS_INSTANCES WITH UNIQUE KEY VIEWLINE_REF REPOSITORY INITIAL SIZE 20
Method Signatures

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONFIG_DATA Call by reference Type reference (TYPE) BSP_DLC_OVW_ASSGNM_T String for XML storage 20060120
2 Importing IV_REP_VIEW Call by reference Object reference (TYPE REF TO) CL_BSP_WD_REP_VIEW Wrapper for CL_BSP_WD_REP_VIEW 20060123
3 Returning RV_OVW_REP_VIEW Value transfer Object reference (TYPE REF TO) CL_BSP_WD_REP_VIEW_OVW Wrapper for CL_BSP_WD_REP_VIEW 20060120

Method GET_INSTANCE on class CL_BSP_WD_REP_VIEW_OVW has no exception.

Method GET_REPOSITORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RF_RESULT Value transfer Object reference (TYPE REF TO) CL_BSP_WD_REPOSITORY BSP WD Runtime Repository 20060404

Method GET_REPOSITORY on class CL_BSP_WD_REP_VIEW_OVW has no exception.
History
Last changed by/on SAP  20081007 
SAP Release Created in 701