SAP ABAP Interface IF_WDY_MD_PARAM_FEATURE (Description of Units and Parameters)
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_EVENT Event 00000000
2 Interface composition (i COMPRISING i_ref)  IF_WDY_MD_PROCEDURE Procedure 00000000
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDY_MD_PARAM_FEATURE 20020822
Properties
Interface IF_WDY_MD_PARAM_FEATURE  
Short Description Description of Units and Parameters    
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_PARAM_FEATURE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDY_MD_ENH_OBJECT Web Dynpro: Enhancement of an Object 20050412
2 IF_WDY_MD_OBJECT Web Dynpro: Object 00000000
Friends
Interface IF_WDY_MD_PARAM_FEATURE has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_ACTION Constant Public Type reference (TYPE) WDY_MD_OBJECT_TYPE 'CL_WDY_MD_ACTION' 00000000
2 CO_CONTROLLER_METHOD Constant Public Type reference (TYPE) WDY_MD_OBJECT_TYPE 'CL_WDY_MD_CONTROLLER_METHOD' 00000000
3 CO_CTLR_EVENT_HANDLER Constant Public Type reference (TYPE) WDY_MD_OBJECT_TYPE 'CL_WDY_MD_CTLR_EVENT_HANDLER' 00000000
4 CO_CUSTOM_EVENT Constant Public Type reference (TYPE) WDY_MD_OBJECT_TYPE 'CL_WDY_MD_CUSTOM_EVENT' 00000000
5 CO_ERROR_HANDLER Constant Public Type reference (TYPE) WDY_MD_OBJECT_TYPE 'CL_WDY_MD_ERROR_HANDLER' 00000000
6 CO_FRAMEWORK_EVENT Constant Public Type reference (TYPE) WDY_MD_OBJECT_TYPE 'CL_WDY_MD_FRAMEWORK_EVENT' 00000000
7 CO_INBOUND_PLUG Constant Public Type reference (TYPE) WDY_MD_OBJECT_TYPE 'CL_WDY_MD_INBOUND_PLUG' 00000000
8 CO_MODEL_CLASS_EVENT_HANDLER Constant Public Type reference (TYPE) WDY_MD_OBJECT_TYPE 'CL_WDY_MD_MC_EVENT_HANDLER' 00000000
9 CO_MODEL_CLASS_METHOD Constant Public Type reference (TYPE) WDY_MD_OBJECT_TYPE 'CL_WDY_MD_MODEL_CLASS_METHOD' 00000000
10 CO_OUTBOUND_PLUG Constant Public Type reference (TYPE) WDY_MD_OBJECT_TYPE 'CL_WDY_MD_OUTBOUND_PLUG' 00000000
11 CO_SUPPLY_FUNCTION Constant Public Type reference (TYPE) WDY_MD_OBJECT_TYPE 'CL_WDY_MD_SUPPLY_FUNCTION' 00000000
12 CO_VALIDATOR Constant Public Type reference (TYPE) WDY_MD_OBJECT_TYPE 'CL_WDY_MD_VALIDATOR' 00000000
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_PARAMETER Instance method Public Method CREATE_PARAMETER 00000000
2 DELETE Instance method Public Method 00000000
3 GET_NAME Instance method Public Method 00000000
4 GET_PARAMETERS Instance method Public Method GET_PARAMETERS 00000000
5 GET_PARAMETER_BY_NAME Instance method Public Method GET_PARAMETER_BY_NAME 00000000
6 GET_PARAMETER_BY_POS Instance method Public Method GET_PARAMETER_BY_POS 00000000
7 GET_PARAMETER_COUNT Instance method Public Method GET_PARAMETER_COUNT 00000000
8 GET_PARAMETER_POSITION Instance method Public Method GET_PARAMETER_POSITION 00000000
9 HAS_PARAMETER Instance method Public Method HAS_PARAMETER 00000000
10 MOVE_PARAMETER Instance method Public Method MOVE_PARAMETER 00000000
Events
Interface IF_WDY_MD_PARAM_FEATURE has no event.
Types
Interface IF_WDY_MD_PARAM_FEATURE has no local type.
Method Signatures

Method CREATE_PARAMETER 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 PARAMETER Value transfer Object reference (TYPE REF TO) IF_WDY_MD_PARAMETER 00000000
3 Importing POSITION Value transfer Type reference (TYPE) I 00000000
# Exception Resumable Description Created on
1 CX_WDY_MD_ALREADY_EXISTING 00000000

Method DELETE Signature

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

Method GET_NAME Signature

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

Method GET_PARAMETERS Signature

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

Method GET_PARAMETERS on Interface IF_WDY_MD_PARAM_FEATURE has no exception.

Method GET_PARAMETER_BY_NAME 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 PARAMETER Value transfer Object reference (TYPE REF TO) IF_WDY_MD_PARAMETER 00000000

Method GET_PARAMETER_BY_NAME on Interface IF_WDY_MD_PARAM_FEATURE has no exception.

Method GET_PARAMETER_BY_POS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PARAMETER Value transfer Object reference (TYPE REF TO) IF_WDY_MD_PARAMETER 00000000
2 Importing POSITION Value transfer Type reference (TYPE) I 00000000

Method GET_PARAMETER_BY_POS on Interface IF_WDY_MD_PARAM_FEATURE has no exception.

Method GET_PARAMETER_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_PARAMETER_COUNT on Interface IF_WDY_MD_PARAM_FEATURE has no exception.

Method GET_PARAMETER_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAMETER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_PARAMETER 00000000
2 Returning POSITION Value transfer Type reference (TYPE) I 00000000

Method GET_PARAMETER_POSITION on Interface IF_WDY_MD_PARAM_FEATURE has no exception.

Method HAS_PARAMETER Signature

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

Method HAS_PARAMETER on Interface IF_WDY_MD_PARAM_FEATURE has no exception.

Method MOVE_PARAMETER Signature

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

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