SAP ABAP Interface IF_WDY_MD_MODEL (Web Dynpro: Model)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WD-ABA (Application Component) Web Screen Tools - ABAP
     SWDP_METADATA_API_MODEL (Package) Web Dynpro: Model
Properties
Interface IF_WDY_MD_MODEL  
Short Description Web Dynpro: Model    
General Data
Package SWDP_METADATA_API_MODEL   Web Dynpro: Model 
Created 20020802   SAP 
Last changed 20020802   SAP 
Unicode checks active    
Forward declarations
Interface IF_WDY_MD_MODEL 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_MODEL has no friend.
Attributes
Interface IF_WDY_MD_MODEL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_MODEL_CLASS Instance method Public Method 00000000
2 CREATE_MODEL_RELATION Instance method Public Method 00000000
3 CREATE_SETTING Instance method Public Method 00000000
4 DELETE Instance method Public Method 00000000
5 GET_MODEL_CLASS Instance method Public Method 00000000
6 GET_MODEL_CLASSES Instance method Public Method 00000000
7 GET_MODEL_CLASS_COUNT Instance method Public Method 00000000
8 GET_MODEL_RELATION Instance method Public Method 00000000
9 GET_MODEL_RELATIONS Instance method Public Method 00000000
10 GET_MODEL_RELATION_COUNT Instance method Public Method 00000000
11 GET_MODEL_TYPE Instance method Public Method 00000000
12 GET_NAME Instance method Public Method 00000000
13 GET_SETTING Instance method Public Method 00000000
14 GET_SETTINGS Instance method Public Method 00000000
15 GET_SETTING_COUNT Instance method Public Method 00000000
16 HAS_MODEL_CLASS Instance method Public Method 00000000
17 HAS_MODEL_RELATION Instance method Public Method 00000000
18 HAS_MODEL_TYPE Instance method Public Method 00000000
19 HAS_SETTING Instance method Public Method 00000000
20 SET_MODEL_TYPE Instance method Public Method 00000000
Events
Interface IF_WDY_MD_MODEL has no event.
Types
Interface IF_WDY_MD_MODEL has no local type.
Method Signatures

Method CREATE_MODEL_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MODEL_CLASS Value transfer Object reference (TYPE REF TO) IF_WDY_MD_MODEL_CLASS 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_MODEL_RELATION Signature

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

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

Method DELETE Signature

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

Method GET_MODEL_CLASS Signature

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

Method GET_MODEL_CLASS on Interface IF_WDY_MD_MODEL has no exception.

Method GET_MODEL_CLASSES Signature

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

Method GET_MODEL_CLASSES on Interface IF_WDY_MD_MODEL has no exception.

Method GET_MODEL_CLASS_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_MODEL_CLASS_COUNT on Interface IF_WDY_MD_MODEL has no exception.

Method GET_MODEL_RELATION Signature

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

Method GET_MODEL_RELATION on Interface IF_WDY_MD_MODEL has no exception.

Method GET_MODEL_RELATIONS Signature

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

Method GET_MODEL_RELATIONS on Interface IF_WDY_MD_MODEL has no exception.

Method GET_MODEL_RELATION_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_MODEL_RELATION_COUNT on Interface IF_WDY_MD_MODEL has no exception.

Method GET_MODEL_TYPE Signature

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

Method GET_MODEL_TYPE on Interface IF_WDY_MD_MODEL has no exception.

Method GET_NAME Signature

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

Method GET_SETTING 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 SETTING Value transfer Object reference (TYPE REF TO) IF_WDY_MD_MODEL_SETTING 00000000

Method GET_SETTING on Interface IF_WDY_MD_MODEL has no exception.

Method GET_SETTINGS Signature

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

Method GET_SETTINGS on Interface IF_WDY_MD_MODEL has no exception.

Method GET_SETTING_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_SETTING_COUNT on Interface IF_WDY_MD_MODEL has no exception.

Method HAS_MODEL_CLASS Signature

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

Method HAS_MODEL_CLASS on Interface IF_WDY_MD_MODEL has no exception.

Method HAS_MODEL_RELATION Signature

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

Method HAS_MODEL_RELATION on Interface IF_WDY_MD_MODEL has no exception.

Method HAS_MODEL_TYPE Signature

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

Method HAS_MODEL_TYPE on Interface IF_WDY_MD_MODEL has no exception.

Method HAS_SETTING Signature

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

Method HAS_SETTING on Interface IF_WDY_MD_MODEL has no exception.

Method SET_MODEL_TYPE Signature

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

Method SET_MODEL_TYPE on Interface IF_WDY_MD_MODEL has no exception.
History
Last changed by/on SAP  20020802 
SAP Release Created in 630