SAP ABAP Interface IF_WDY_MD_APP_CLASS (IF_WDY_MD_APP_CLASS)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WD-ABA (Application Component) Web Screen Tools - ABAP
     SWDP_METADATA_API_CONTROLLER (Package) Web Dynpro: Controller
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_WDY_MD_CONTROLLER Web Dynpro: Controller 00000000
2 Interface composition (i COMPRISING i_ref)  IF_WDY_MD_MODEL_CLASS 00000000
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDY_MD_APP_CLASS Web Dynpro: Application Class 20020821
Properties
Interface IF_WDY_MD_APP_CLASS  
Short Description    
General Data
Package SWDP_METADATA_API_CONTROLLER   Web Dynpro: Controller 
Created 20020821   SAP 
Last changed 20070911   SAP 
Unicode checks active    
Forward declarations
Interface IF_WDY_MD_APP_CLASS has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDY_MD_OBJECT Web Dynpro: Object 20030210
Friends
Interface IF_WDY_MD_APP_CLASS has no friend.
Attributes
Interface IF_WDY_MD_APP_CLASS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DERIVED_CLASS Instance method Public Method 00000000
2 CREATE_ERROR_HANDLER Instance method Public Method 00000000
3 CREATE_EVENT Instance method Public Method 00000000
4 CREATE_VALIDATOR Instance method Public Method 00000000
5 DELETE Instance method Public Method 00000000
6 GET_CODE_BODY Instance method Public Method 00000000
7 GET_DERIVED_CLASSES Instance method Public Method 00000000
8 GET_DERIVED_CLASS_COUNT Instance method Public Method 00000000
9 GET_ERROR_HANDLER Instance method Public Method 00000000
10 GET_ERROR_HANDLERS Instance method Public Method 00000000
11 GET_ERROR_HANDLER_COUNT Instance method Public Method 00000000
12 GET_EVENT Instance method Public Method 00000000
13 GET_EVENTS Instance method Public Method 00000000
14 GET_EVENT_COUNT Instance method Public Method 00000000
15 GET_EVENT_HANDLER Instance method Public Method 00000000
16 GET_EVENT_HANDLERS Instance method Public Method 00000000
17 GET_EVENT_HANDLER_COUNT Instance method Public Method 00000000
18 GET_METHOD Instance method Public Method 00000000
19 GET_METHODS Instance method Public Method 00000000
20 GET_METHOD_COUNT Instance method Public Method 00000000
21 GET_NAME Instance method Public Method 00000000
22 GET_PROPERTIES Instance method Public Method 00000000
23 GET_PROPERTY Instance method Public Method 00000000
24 GET_PROPERTY_COUNT Instance method Public Method 00000000
25 GET_SUPER_CLASS Instance method Public Method 00000000
26 GET_VALIDATOR Instance method Public Method 00000000
27 GET_VALIDATORS Instance method Public Method 00000000
28 GET_VALIDATOR_COUNT Instance method Public Method 00000000
29 GET_VISIBILITY Instance method Public Method 00000000
30 HAS_DERIVED_CLASS Instance method Public Method 00000000
31 HAS_ERROR_HANDLER Instance method Public Method 00000000
32 HAS_EVENT Instance method Public Method 00000000
33 HAS_EVENT_HANDLER Instance method Public Method 00000000
34 HAS_METHOD Instance method Public Method 00000000
35 HAS_PROPERTY Instance method Public Method 00000000
36 HAS_SUPER_CLASS Instance method Public Method 00000000
37 HAS_VALIDATOR Instance method Public Method 00000000
38 REMOVE_ALL_DERIVED_CLASSES Instance method Public Method 00000000
39 REMOVE_DERIVED_CLASS Instance method Public Method 00000000
40 SET_CODE_BODY Instance method Public Method 00000000
41 SET_SUPER_CLASS Instance method Public Method 00000000
42 SET_VISIBILITY Instance method Public Method 00000000
Events
Interface IF_WDY_MD_APP_CLASS has no event.
Types
Interface IF_WDY_MD_APP_CLASS has no local type.
Method Signatures

Method ADD_DERIVED_CLASS Signature

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

Method ADD_DERIVED_CLASS on Interface IF_WDY_MD_APP_CLASS has no exception.

Method CREATE_ERROR_HANDLER Signature

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

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EVENT Value transfer Object reference (TYPE REF TO) IF_WDY_MD_CUSTOM_EVENT 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_VALIDATOR 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 VALIDATOR Value transfer Object reference (TYPE REF TO) IF_WDY_MD_VALIDATOR 00000000
# Exception Resumable Description Created on
1 CX_WDY_MD_ALREADY_EXISTING 00000000

Method DELETE Signature

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

Method GET_CODE_BODY Signature

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

Method GET_CODE_BODY on Interface IF_WDY_MD_APP_CLASS has no exception.

Method GET_DERIVED_CLASSES Signature

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

Method GET_DERIVED_CLASSES on Interface IF_WDY_MD_APP_CLASS has no exception.

Method GET_DERIVED_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_DERIVED_CLASS_COUNT on Interface IF_WDY_MD_APP_CLASS has no exception.

Method GET_ERROR_HANDLER Signature

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

Method GET_ERROR_HANDLER on Interface IF_WDY_MD_APP_CLASS has no exception.

Method GET_ERROR_HANDLERS Signature

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

Method GET_ERROR_HANDLERS on Interface IF_WDY_MD_APP_CLASS has no exception.

Method GET_ERROR_HANDLER_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_ERROR_HANDLER_COUNT on Interface IF_WDY_MD_APP_CLASS has no exception.

Method GET_EVENT Signature

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

Method GET_EVENT on Interface IF_WDY_MD_APP_CLASS has no exception.

Method GET_EVENTS Signature

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

Method GET_EVENTS on Interface IF_WDY_MD_APP_CLASS has no exception.

Method GET_EVENT_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_EVENT_COUNT on Interface IF_WDY_MD_APP_CLASS has no exception.

Method GET_EVENT_HANDLER Signature

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

Method GET_EVENT_HANDLER on Interface IF_WDY_MD_APP_CLASS has no exception.

Method GET_EVENT_HANDLERS Signature

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

Method GET_EVENT_HANDLERS on Interface IF_WDY_MD_APP_CLASS has no exception.

Method GET_EVENT_HANDLER_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_EVENT_HANDLER_COUNT on Interface IF_WDY_MD_APP_CLASS has no exception.

Method GET_METHOD Signature

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

Method GET_METHOD on Interface IF_WDY_MD_APP_CLASS has no exception.

Method GET_METHODS Signature

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

Method GET_METHODS on Interface IF_WDY_MD_APP_CLASS has no exception.

Method GET_METHOD_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_METHOD_COUNT on Interface IF_WDY_MD_APP_CLASS has no exception.

Method GET_NAME Signature

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

Method GET_PROPERTIES Signature

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

Method GET_PROPERTIES on Interface IF_WDY_MD_APP_CLASS has no exception.

Method GET_PROPERTY 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 PROPERTY Value transfer Object reference (TYPE REF TO) IF_WDY_MD_PROPERTY 00000000

Method GET_PROPERTY on Interface IF_WDY_MD_APP_CLASS has no exception.

Method GET_PROPERTY_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_PROPERTY_COUNT on Interface IF_WDY_MD_APP_CLASS has no exception.

Method GET_SUPER_CLASS Signature

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

Method GET_SUPER_CLASS on Interface IF_WDY_MD_APP_CLASS has no exception.

Method GET_VALIDATOR 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 VALIDATOR Value transfer Object reference (TYPE REF TO) IF_WDY_MD_VALIDATOR 00000000

Method GET_VALIDATOR on Interface IF_WDY_MD_APP_CLASS has no exception.

Method GET_VALIDATORS Signature

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

Method GET_VALIDATORS on Interface IF_WDY_MD_APP_CLASS has no exception.

Method GET_VALIDATOR_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_VALIDATOR_COUNT on Interface IF_WDY_MD_APP_CLASS has no exception.

Method GET_VISIBILITY Signature

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

Method GET_VISIBILITY on Interface IF_WDY_MD_APP_CLASS has no exception.

Method HAS_DERIVED_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DERIVED_CLASS Call by reference Object reference (TYPE REF TO) IF_WDY_MD_APP_CLASS 00000000
2 Returning HAS_DERIVED_CLASS Value transfer Type reference (TYPE) FLAG 00000000

Method HAS_DERIVED_CLASS on Interface IF_WDY_MD_APP_CLASS has no exception.

Method HAS_ERROR_HANDLER Signature

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

Method HAS_ERROR_HANDLER on Interface IF_WDY_MD_APP_CLASS has no exception.

Method HAS_EVENT Signature

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

Method HAS_EVENT on Interface IF_WDY_MD_APP_CLASS has no exception.

Method HAS_EVENT_HANDLER Signature

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

Method HAS_EVENT_HANDLER on Interface IF_WDY_MD_APP_CLASS has no exception.

Method HAS_METHOD Signature

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

Method HAS_METHOD on Interface IF_WDY_MD_APP_CLASS has no exception.

Method HAS_PROPERTY Signature

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

Method HAS_PROPERTY on Interface IF_WDY_MD_APP_CLASS has no exception.

Method HAS_SUPER_CLASS Signature

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

Method HAS_SUPER_CLASS on Interface IF_WDY_MD_APP_CLASS has no exception.

Method HAS_VALIDATOR Signature

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

Method HAS_VALIDATOR on Interface IF_WDY_MD_APP_CLASS has no exception.

Method REMOVE_ALL_DERIVED_CLASSES Signature

Method REMOVE_ALL_DERIVED_CLASSES on Interface IF_WDY_MD_APP_CLASS has no parameter.
Method REMOVE_ALL_DERIVED_CLASSES on Interface IF_WDY_MD_APP_CLASS has no exception.

Method REMOVE_DERIVED_CLASS Signature

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

Method REMOVE_DERIVED_CLASS on Interface IF_WDY_MD_APP_CLASS has no exception.

Method SET_CODE_BODY Signature

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

Method SET_CODE_BODY on Interface IF_WDY_MD_APP_CLASS has no exception.

Method SET_SUPER_CLASS Signature

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

Method SET_SUPER_CLASS on Interface IF_WDY_MD_APP_CLASS has no exception.

Method SET_VISIBILITY Signature

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

Method SET_VISIBILITY on Interface IF_WDY_MD_APP_CLASS has no exception.
History
Last changed by/on SAP  20070911 
SAP Release Created in 630