SAP ABAP Class CL_WDY_MD_ADT_ABSTRACT_VIEW (Web Dynpro View Element)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WD-ABA (Application Component) Web Screen Tools - ABAP
     SWDP_METADATA_API_ADT (Package) Special stateless API to support AIE
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDY_MD_ADT_ABSTRACT_VIEW Abstract view 20120523
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDY_MD_ADT_INTERFACE_VIEW Interface View Metadata 20130523
2 Inheritance (c INHERITING FROM c_ref)  CL_WDY_MD_ADT_VIEW Web Dynpro View Element 20120524
3 Inheritance (c INHERITING FROM c_ref)  CL_WDY_MD_ADT_WINDOW Web Dynpro View Element 20120523
Properties
Class CL_WDY_MD_ADT_ABSTRACT_VIEW  
Short Description Web Dynpro View Element    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_METADATA_API_ADT   Special stateless API to support AIE 
Created 20120523   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WDY_MD_ADT_ABSTRACT_VIEW has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDY_MD_ADT_ABSTRACT_VIEW Abstract view 20120523
Friends
# Friend Modeled only Created on Description
1 CL_WDY_MD_ADT_CONTROLLER 20120807 Controller DATA (API for AIE)
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_ECLIPSE_MARKER Constant Public Type reference (TYPE) WDY_VIEW-IS_CONVERTED 'E' Single-Character Flag 20120704
2 C_VERSION Constant Public Type reference (TYPE) NAME_FELD 'VERSION' 20120613
3 M_INACTIVE_VERSION Static Attribute Protected Type reference (TYPE) R3STATE SWBM_VERSION_INACTIVE 20120523
4 M_KEY Instance attribute Protected Type reference (TYPE) WDY_MD_VIEW_KEY 20120523
5 M_LANGU Instance attribute Protected Type reference (TYPE) SYLANGU 20120523
6 M_READER Instance attribute Protected Object reference (TYPE REF TO) IF_WDY_MD_ADT_VIEW_READER 20120523
7 M_TYPE Instance attribute Protected Type reference (TYPE) WDY_MD_OBJECT_TYPE 20130524
8 M_VERSION Instance attribute Protected Type reference (TYPE) R3STATE 20120523
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_DEFINITION Instance method Protected Method 20120523
2 BUILD_DELTA_FOR_SAVE Instance method Protected Method 20120622
3 BUILD_METADATA Instance method Protected Method 20120523
4 BUILD_PLUGS Instance method Protected Method 20120523
5 CHECK_EXISTENCY Static method Public Method 20130524
6 CHECK_EXISTENCY_SPECIFIED Static method Public Method 20130524
7 CLEAR_COMPONENT Instance method Protected Method 20120613
8 CONSTRUCTOR Instance method Public Constructor 20120523
9 CREATE_READER Instance method Protected Method 20120525
10 CREATE_VERSION_READER Instance method Protected Method 20130507
11 GET_MD_VIEW Instance method Protected Method 20120523
12 GET_OLD_READER Instance method Protected Method 20120810
13 PREPARE_SAVE Instance method Protected Method 20120613
14 READ_DEFINITION Instance method Protected Method 20120523
15 READ_PLUGS Instance method Protected Method 20120523
16 SAVE Instance method Protected Method 20120807
Events
Class CL_WDY_MD_ADT_ABSTRACT_VIEW has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_DEFAULT_PROPERTY_HANDLING Public Type reference (TYPE) STRING 20120706
Method Signatures

Method BUILD_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFINITION Call by reference Type reference (TYPE) DATA 20120523
2 Changing METADATA Call by reference Type reference (TYPE) WDY_MD_ADT_VIEW_META_DATA 20120523
3 Importing TYPE Call by reference Type reference (TYPE) WDY_MD_OBJECT_TYPE 20120619

Method BUILD_DEFINITION on class CL_WDY_MD_ADT_ABSTRACT_VIEW has no exception.

Method BUILD_DELTA_FOR_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DELTA Call by reference Type reference (TYPE) SVRS2_XVERSIONABLE_OBJECT 20120622
2 Importing NEW_OBJECT Call by reference Type reference (TYPE) SVRS2_VERSIONABLE_OBJECT 20120622
3 Importing OLD_OBJECT Call by reference Type reference (TYPE) SVRS2_VERSIONABLE_OBJECT 20120622
# Exception Resumable Description Created on
1 CX_WDY_MD_ADT_EXCEPTION 20120622

Method BUILD_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) DATA 20120523
2 Exporting METADATA Call by reference Type reference (TYPE) WDY_MD_ADT_VIEW_META_DATA 20120523
# Exception Resumable Description Created on
1 CX_WDY_MD_ADT_EXCEPTION 20120605

Method BUILD_PLUGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing METADATA Call by reference Type reference (TYPE) WDY_MD_ADT_VIEW_META_DATA 20120523
2 Importing PLUGS Call by reference Type reference (TYPE) IF_WDY_MD_ADT_ABSTRACT_VIEW=>GTY_S_VIEW_PLUGS 20120523
# Exception Resumable Description Created on
1 CX_WDY_MD_ADT_EXCEPTION 20120605

Method CHECK_EXISTENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) WDY_MD_VIEW_KEY 20130524
2 Returning RESULT Value transfer Type reference (TYPE) WDY_BOOLEAN 20130524

Method CHECK_EXISTENCY on class CL_WDY_MD_ADT_ABSTRACT_VIEW has no exception.

Method CHECK_EXISTENCY_SPECIFIED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) WDY_MD_VIEW_KEY 20130524
2 Returning RESULT Value transfer Type reference (TYPE) WDY_BOOLEAN 20130524
3 Importing TYPE Call by reference Type reference (TYPE) WDY_MD_OBJECT_TYPE 20130524

Method CHECK_EXISTENCY_SPECIFIED on class CL_WDY_MD_ADT_ABSTRACT_VIEW has no exception.

Method CLEAR_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT Call by reference Type reference (TYPE) NAME_FELD 20120613
2 Changing TABLE Call by reference Type reference (TYPE) INDEX TABLE 20120613

Method CLEAR_COMPONENT on class CL_WDY_MD_ADT_ABSTRACT_VIEW has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXISTENCE_CHECK_OPTION Call by reference Type reference (TYPE) STRING IF_WDY_MD_ADT_ABSTRACT_VIEW=>C_S_EXISTENCE_CHECK_OPTION-NONE 20130524
2 Importing KEY Call by reference Type reference (TYPE) WDY_MD_VIEW_KEY 20120523
3 Importing TYPE Call by reference Type reference (TYPE) WDY_MD_OBJECT_TYPE 20130524
4 Importing VERSION Call by reference Type reference (TYPE) R3STATE 20120523
# Exception Resumable Description Created on
1 CX_WDY_MD_NOT_EXISTING 20130524

Method CREATE_READER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing METADATA Call by reference Type reference (TYPE) WDY_MD_ADT_VIEW_META_DATA 20120525
# Exception Resumable Description Created on
1 CX_WDY_MD_ADT_EXCEPTION 20130711

Method CREATE_VERSION_READER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) RFCDES-RFCDEST 20130507
2 Importing VERSION_NUMBER Call by reference Type reference (TYPE) VRSD-VERSNO 20130507
# Exception Resumable Description Created on
1 CX_WDY_MD_ADT_EXCEPTION 20130507

Method GET_MD_VIEW 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_WDY_MD_ABSTRACT_VIEW 20120523
# Exception Resumable Description Created on
1 CX_WDY_MD_ADT_EXCEPTION 20120709
2 CX_WDY_MD_NOT_EXISTING 20120709

Method GET_OLD_READER 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_WDY_MD_ADT_VIEW_READER 20120810

Method GET_OLD_READER on class CL_WDY_MD_ADT_ABSTRACT_VIEW has no exception.

Method PREPARE_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DELTA Call by reference Type reference (TYPE) SVRS2_XVERSIONABLE_OBJECT 20120613
2 Exporting NEW_OBJECT Call by reference Type reference (TYPE) SVRS2_VERSIONABLE_OBJECT 20120613
# Exception Resumable Description Created on
1 CX_WDY_MD_ADT_EXCEPTION 20120613

Method READ_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DEFINITION Call by reference Type reference (TYPE) DATA 20120523

Method READ_DEFINITION on class CL_WDY_MD_ADT_ABSTRACT_VIEW has no exception.

Method READ_PLUGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PLUGS Call by reference Type reference (TYPE) IF_WDY_MD_ADT_ABSTRACT_VIEW=>GTY_S_VIEW_PLUGS 20120523

Method READ_PLUGS on class CL_WDY_MD_ADT_ABSTRACT_VIEW has no exception.

Method SAVE Signature

Method SAVE on class CL_WDY_MD_ADT_ABSTRACT_VIEW has no parameter.
# Exception Resumable Description Created on
1 CX_WDY_MD_ADT_EXCEPTION 20120807
History
Last changed by/on SAP  20140121 
SAP Release Created in 740