SAP ABAP Interface IF_WDY_MD_VIEWSET_DEFINITION (IF_WDY_MD_VIEWSET_DEFINITION)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WD-ABA (Application Component) Web Screen Tools - ABAP
     SWDP_METADATA_API_VIEWSET_DEF (Package) Web Dynpro: View Set Definitions
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDY_MD_VIEWSET_DEFINITION 20030116
Properties
Interface IF_WDY_MD_VIEWSET_DEFINITION  
Short Description    
General Data
Package SWDP_METADATA_API_VIEWSET_DEF   Web Dynpro: View Set Definitions 
Created 20020911   SAP 
Last changed 20020911   SAP 
Unicode checks active    
Forward declarations
Interface IF_WDY_MD_VIEWSET_DEFINITION has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDY_MD_OBJECT Web Dynpro: Object 00000000
Friends
Interface IF_WDY_MD_VIEWSET_DEFINITION has no friend.
Attributes
Interface IF_WDY_MD_VIEWSET_DEFINITION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_DIMENSION_DEFINITION Instance method Public Method 00000000
2 CREATE_SIMPLE_PROPERTY_DEF Instance method Public Method 00000000
3 CREATE_VIEW_AREA_DEFINITION Instance method Public Method 00000000
4 DELETE Instance method Public Method 00000000
5 GET_DIMENSION_DEFINITION Instance method Public Method 00000000
6 GET_DIMENSION_DEFINITIONS Instance method Public Method 00000000
7 GET_DIMENSION_DEFINITION_COUNT Instance method Public Method 00000000
8 GET_NAME Instance method Public Method 00000000
9 GET_SIMPLE_PROPERTY_DEF Instance method Public Method 00000000
10 GET_SIMPLE_PROPERTY_DEFS Instance method Public Method 00000000
11 GET_SIMPLE_PROPERTY_DEF_COUNT Instance method Public Method 00000000
12 GET_VIEW_AREA_DEFINITION Instance method Public Method 00000000
13 GET_VIEW_AREA_DEFINITIONS Instance method Public Method 00000000
14 GET_VIEW_AREA_DEFINITION_COUNT Instance method Public Method 00000000
15 HAS_DIMENSION_DEFINITION Instance method Public Method 00000000
16 HAS_SIMPLE_PROPERTY_DEF Instance method Public Method 00000000
17 HAS_VIEW_AREA_DEFINITION Instance method Public Method 00000000
Events
Interface IF_WDY_MD_VIEWSET_DEFINITION has no event.
Types
Interface IF_WDY_MD_VIEWSET_DEFINITION has no local type.
Method Signatures

Method CREATE_DIMENSION_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DIMENSION_DEFINITION Value transfer Object reference (TYPE REF TO) IF_WDY_MD_DIMENSION_DEFINITION 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_SIMPLE_PROPERTY_DEF 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 SIMPLE_PROPERTY_DEF Value transfer Object reference (TYPE REF TO) IF_WDY_MD_SIMPLE_PROPERTY_DEF 00000000
# Exception Resumable Description Created on
1 CX_WDY_MD_ALREADY_EXISTING 00000000

Method CREATE_VIEW_AREA_DEFINITION 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 VIEW_AREA_DEFINITION Value transfer Object reference (TYPE REF TO) IF_WDY_MD_VIEW_AREA_DEFINITION 00000000
# Exception Resumable Description Created on
1 CX_WDY_MD_ALREADY_EXISTING 00000000

Method DELETE Signature

Method DELETE on Interface IF_WDY_MD_VIEWSET_DEFINITION has no parameter.
Method DELETE on Interface IF_WDY_MD_VIEWSET_DEFINITION has no exception.

Method GET_DIMENSION_DEFINITION Signature

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

Method GET_DIMENSION_DEFINITION on Interface IF_WDY_MD_VIEWSET_DEFINITION has no exception.

Method GET_DIMENSION_DEFINITIONS Signature

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

Method GET_DIMENSION_DEFINITIONS on Interface IF_WDY_MD_VIEWSET_DEFINITION has no exception.

Method GET_DIMENSION_DEFINITION_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_DIMENSION_DEFINITION_COUNT on Interface IF_WDY_MD_VIEWSET_DEFINITION has no exception.

Method GET_NAME Signature

Method GET_NAME on Interface IF_WDY_MD_VIEWSET_DEFINITION has no parameter.
Method GET_NAME on Interface IF_WDY_MD_VIEWSET_DEFINITION has no exception.

Method GET_SIMPLE_PROPERTY_DEF 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 SIMPLE_PROPERTY_DEF Value transfer Object reference (TYPE REF TO) IF_WDY_MD_SIMPLE_PROPERTY_DEF 00000000

Method GET_SIMPLE_PROPERTY_DEF on Interface IF_WDY_MD_VIEWSET_DEFINITION has no exception.

Method GET_SIMPLE_PROPERTY_DEFS Signature

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

Method GET_SIMPLE_PROPERTY_DEFS on Interface IF_WDY_MD_VIEWSET_DEFINITION has no exception.

Method GET_SIMPLE_PROPERTY_DEF_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_SIMPLE_PROPERTY_DEF_COUNT on Interface IF_WDY_MD_VIEWSET_DEFINITION has no exception.

Method GET_VIEW_AREA_DEFINITION 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 VIEW_AREA_DEFINITION Value transfer Object reference (TYPE REF TO) IF_WDY_MD_VIEW_AREA_DEFINITION 00000000

Method GET_VIEW_AREA_DEFINITION on Interface IF_WDY_MD_VIEWSET_DEFINITION has no exception.

Method GET_VIEW_AREA_DEFINITIONS Signature

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

Method GET_VIEW_AREA_DEFINITIONS on Interface IF_WDY_MD_VIEWSET_DEFINITION has no exception.

Method GET_VIEW_AREA_DEFINITION_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_VIEW_AREA_DEFINITION_COUNT on Interface IF_WDY_MD_VIEWSET_DEFINITION has no exception.

Method HAS_DIMENSION_DEFINITION Signature

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

Method HAS_DIMENSION_DEFINITION on Interface IF_WDY_MD_VIEWSET_DEFINITION has no exception.

Method HAS_SIMPLE_PROPERTY_DEF Signature

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

Method HAS_SIMPLE_PROPERTY_DEF on Interface IF_WDY_MD_VIEWSET_DEFINITION has no exception.

Method HAS_VIEW_AREA_DEFINITION Signature

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

Method HAS_VIEW_AREA_DEFINITION on Interface IF_WDY_MD_VIEWSET_DEFINITION has no exception.
History
Last changed by/on SAP  20020911 
SAP Release Created in 630