SAP ABAP Class IF_WDY_MD_ABSTRACT_VIEW (IF_WDY_MD_ABSTRACT_VIEW)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_WDY_MD_LOCKABLE_OBJECT 20021106
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_WDY_MD_EMPTY_VIEW 00000000
2 Interface composition (i COMPRISING i_ref)  IF_WDY_MD_INTERFACE_VIEW 00000000
3 Interface composition (i COMPRISING i_ref)  IF_WDY_MD_VIEW Web Dynpro: View 00000000
4 Interface composition (i COMPRISING i_ref)  IF_WDY_MD_WINDOW Web Dynpro: Window 20040705
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDY_MD_ABSTRACT_VIEW Web Dynpro: View 20021022
Properties
Class IF_WDY_MD_ABSTRACT_VIEW  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20021022   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_WDY_MD_ABSTRACT_VIEW has no forward declaration.
Interfaces
Class IF_WDY_MD_ABSTRACT_VIEW has no interface implemented.
Friends
Class IF_WDY_MD_ABSTRACT_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_EMPTY_VIEW Constant Public Type reference (TYPE) WDY_MD_OBJECT_TYPE 'CL_WDY_MD_EMPTY_VIEW' 00000000
2 CO_EMPTY_VIEW_NAME Constant Public Type reference (TYPE) WDY_VIEW_NAME 'EMPTYVIEW' Web Dynpro: Name of a Web Dynpro View 20090428
3 CO_INTERFACE_VIEW Constant Public Type reference (TYPE) WDY_MD_OBJECT_TYPE 'CL_WDY_MD_INTERFACE_VIEW' 00000000
4 CO_TEMPLATE_VIEW Constant Public Type reference (TYPE) WDY_MD_OBJECT_TYPE 'CL_WDY_MD_TEMPLATE_VIEW' 00000000
5 CO_VIEW Constant Public Type reference (TYPE) WDY_MD_OBJECT_TYPE 'CL_WDY_MD_VIEW' 00000000
6 CO_WINDOW Constant Public Type reference (TYPE) WDY_MD_OBJECT_TYPE 'CL_WDY_MD_WINDOW' Web Dynpro: Class Name of Web Dynpro Metadata Object 20041013
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method 20021106
2 COPY Instance method Public Method 20030319
3 CREATE_INBOUND_PLUG Instance method Public Method 00000000
4 CREATE_OUTBOUND_PLUG Instance method Public Method 00000000
5 DELETE Instance method Public Method 20021106
6 GET_INBOUND_PLUG Instance method Public Method 00000000
7 GET_INBOUND_PLUGS Instance method Public Method 00000000
8 GET_INBOUND_PLUG_COUNT Instance method Public Method 00000000
9 GET_LIFESPAN Instance method Public Method 20030108
10 GET_NAME Instance method Public Method 20021106
11 GET_OUTBOUND_PLUG Instance method Public Method 00000000
12 GET_OUTBOUND_PLUGS Instance method Public Method 00000000
13 GET_OUTBOUND_PLUG_COUNT Instance method Public Method 00000000
14 GET_TYPE Instance method Public Method 00000000
15 GET_VIEW_CONTROLLER Instance method Public Method 00000000
16 HAS_INBOUND_PLUG Instance method Public Method 00000000
17 HAS_OUTBOUND_PLUG Instance method Public Method 00000000
18 HAS_VIEW_CONTROLLER Instance method Public Method 00000000
19 LOCK Instance method Public Method 20021106
20 RELOAD Instance method Public Method 20021106
21 RESET_TO_ACTIVE Instance method Public Method 20021106
22 SAVE_TO_DATABASE Instance method Public Method 20021106
23 SET_LIFESPAN Instance method Public Method 20030108
24 SET_TYPE Instance method Public Method 00000000
25 SET_VIEW_CONTROLLER Instance method Public Method 00000000
26 UNLOCK Instance method Public Method 20021106
Events
Class IF_WDY_MD_ABSTRACT_VIEW has no event.
Types
Class IF_WDY_MD_ABSTRACT_VIEW has no local type.
Method Signatures

Method ACTIVATE Signature

Method ACTIVATE on class IF_WDY_MD_ABSTRACT_VIEW has no parameter.
Method ACTIVATE on class IF_WDY_MD_ABSTRACT_VIEW has no exception.

Method COPY Signature

Method COPY on class IF_WDY_MD_ABSTRACT_VIEW has no parameter.
Method COPY on class IF_WDY_MD_ABSTRACT_VIEW has no exception.

Method CREATE_INBOUND_PLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INBOUND_PLUG Value transfer Object reference (TYPE REF TO) IF_WDY_MD_INBOUND_PLUG 00000000
2 Importing NAME Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME 00000000
# Exception Resumable Description Created on
1 CX_WDY_MD_ALREADY_EXISTING 00000000

Method CREATE_OUTBOUND_PLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME 00000000
2 Returning OUTBOUND_PLUG Value transfer Object reference (TYPE REF TO) IF_WDY_MD_OUTBOUND_PLUG 00000000
# Exception Resumable Description Created on
1 CX_WDY_MD_ALREADY_EXISTING 00000000

Method DELETE Signature

Method DELETE on class IF_WDY_MD_ABSTRACT_VIEW has no parameter.
Method DELETE on class IF_WDY_MD_ABSTRACT_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 Object reference (TYPE REF TO) IF_WDY_MD_INBOUND_PLUG 00000000
2 Importing NAME Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME 00000000

Method GET_INBOUND_PLUG on class IF_WDY_MD_ABSTRACT_VIEW has no exception.

Method GET_INBOUND_PLUGS Signature

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

Method GET_INBOUND_PLUGS on class IF_WDY_MD_ABSTRACT_VIEW has no exception.

Method GET_INBOUND_PLUG_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COUNT Value transfer Type reference (TYPE) I 00000000

Method GET_INBOUND_PLUG_COUNT on class IF_WDY_MD_ABSTRACT_VIEW has no exception.

Method GET_LIFESPAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LIFESPAN Value transfer Type reference (TYPE) WDY_MD_VIEW_LIFESPAN 20030108

Method GET_LIFESPAN on class IF_WDY_MD_ABSTRACT_VIEW has no exception.

Method GET_NAME Signature

Method GET_NAME on class IF_WDY_MD_ABSTRACT_VIEW has no parameter.
Method GET_NAME on class IF_WDY_MD_ABSTRACT_VIEW has no exception.

Method GET_OUTBOUND_PLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME 00000000
2 Returning OUTBOUND_PLUG Value transfer Object reference (TYPE REF TO) IF_WDY_MD_OUTBOUND_PLUG 00000000

Method GET_OUTBOUND_PLUG on class IF_WDY_MD_ABSTRACT_VIEW has no exception.

Method GET_OUTBOUND_PLUGS Signature

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

Method GET_OUTBOUND_PLUGS on class IF_WDY_MD_ABSTRACT_VIEW has no exception.

Method GET_OUTBOUND_PLUG_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COUNT Value transfer Type reference (TYPE) I 00000000

Method GET_OUTBOUND_PLUG_COUNT on class IF_WDY_MD_ABSTRACT_VIEW has no exception.

Method GET_TYPE Signature

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

Method GET_TYPE on class IF_WDY_MD_ABSTRACT_VIEW has no exception.

Method GET_VIEW_CONTROLLER Signature

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

Method GET_VIEW_CONTROLLER on class IF_WDY_MD_ABSTRACT_VIEW has no exception.

Method HAS_INBOUND_PLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS_INBOUND_PLUG Value transfer Type reference (TYPE) FLAG 00000000
2 Importing NAME Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME 00000000

Method HAS_INBOUND_PLUG on class IF_WDY_MD_ABSTRACT_VIEW has no exception.

Method HAS_OUTBOUND_PLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS_OUTBOUND_PLUG Value transfer Type reference (TYPE) FLAG 00000000
2 Importing NAME Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME 00000000

Method HAS_OUTBOUND_PLUG on class IF_WDY_MD_ABSTRACT_VIEW has no exception.

Method HAS_VIEW_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS_VIEW_CONTROLLER Value transfer Type reference (TYPE) FLAG 00000000

Method HAS_VIEW_CONTROLLER on class IF_WDY_MD_ABSTRACT_VIEW has no exception.

Method LOCK Signature

Method LOCK on class IF_WDY_MD_ABSTRACT_VIEW has no parameter.
Method LOCK on class IF_WDY_MD_ABSTRACT_VIEW has no exception.

Method RELOAD Signature

Method RELOAD on class IF_WDY_MD_ABSTRACT_VIEW has no parameter.
Method RELOAD on class IF_WDY_MD_ABSTRACT_VIEW has no exception.

Method RESET_TO_ACTIVE Signature

Method RESET_TO_ACTIVE on class IF_WDY_MD_ABSTRACT_VIEW has no parameter.
Method RESET_TO_ACTIVE on class IF_WDY_MD_ABSTRACT_VIEW has no exception.

Method SAVE_TO_DATABASE Signature

Method SAVE_TO_DATABASE on class IF_WDY_MD_ABSTRACT_VIEW has no parameter.
Method SAVE_TO_DATABASE on class IF_WDY_MD_ABSTRACT_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 Value transfer Type reference (TYPE) WDY_MD_VIEW_LIFESPAN 20030108

Method SET_LIFESPAN on class IF_WDY_MD_ABSTRACT_VIEW has no exception.

Method SET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TYPE Value transfer Type reference (TYPE) WDY_MD_VIEW_TYPE 00000000

Method SET_TYPE on class IF_WDY_MD_ABSTRACT_VIEW has no exception.

Method SET_VIEW_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 00000000

Method SET_VIEW_CONTROLLER on class IF_WDY_MD_ABSTRACT_VIEW has no exception.

Method UNLOCK Signature

Method UNLOCK on class IF_WDY_MD_ABSTRACT_VIEW has no parameter.
Method UNLOCK on class IF_WDY_MD_ABSTRACT_VIEW has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in