SAP ABAP Interface IF_FDT_WD_ISLAND_MSG_ACTION (FDT WD Island: (User-)Action)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_WD_ISLAND_INFRASTRUCTURE (Package) BRFplus: Island Infrastructure
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_WD_ISLAND_MSG_ACTION | FDT WD Island: User Action Message | 20111115 |
Properties
| Interface | IF_FDT_WD_ISLAND_MSG_ACTION | |
| Short Description | FDT WD Island: (User-)Action |
General Data
| Package | SFDT_WD_ISLAND_INFRASTRUCTURE | BRFplus: Island Infrastructure |
| Created | 20111103 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_FDT_WD_ISLAND_MSG_ACTION has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FDT_WD_ISLAND_MESSAGE | FDT WD Island: Message | 20111103 |
Friends
Interface IF_FDT_WD_ISLAND_MSG_ACTION has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GC_PARAM_NAME_OBJECT_ID | Constant | Public | Type reference (TYPE) | STRING | 'object_id' | Parameter Object Id | 20111124 | |
| 2 | MV_NAME | Instance attribute | Public | Type reference (TYPE) | STRING | Name of action | 20111109 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns a parameter (single value) | 20111108 | |
| 2 | Instance method | Public | Method | Returns a parameter (muliple values) | 20111108 | |
| 3 | Instance method | Public | Method | Sets the action name | 20111115 | |
| 4 | Instance method | Public | Method | Sets a parameter (single value) | 20111114 | |
| 5 | Instance method | Public | Method | Sets a parameer (multiple values) | 20111114 |
Events
Interface IF_FDT_WD_ISLAND_MSG_ACTION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_PARAM | Public | See coding | 20111103 | begin of s_param,
name type string,
value type string,
end of s_param
|
||
| 2 | TS_PARAM | Public | See coding | 20111104 | ts_param type SORTED TABLE OF s_param with NON-UNIQUE KEY name
|
||
| 3 | T_PARAM_VALUE | Public | See coding | 20111103 | t_param_value type STANDARD TABLE OF string WITH DEFAULT KEY
|
Method Signatures
Method GET_PARAMETER_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20111108 | ||||
| 2 | RV_VALUE | Value transfer | Type reference (TYPE) | STRING | 20111108 |
Method GET_PARAMETER_VALUE on Interface IF_FDT_WD_ISLAND_MSG_ACTION has no exception.
Method GET_PARAMETER_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | Parameter name | 20111108 | |||
| 2 | RT_PARAM_VALUE | Value transfer | Type reference (TYPE) | T_PARAM_VALUE | Parameter values | 20111108 |
Method GET_PARAMETER_VALUES on Interface IF_FDT_WD_ISLAND_MSG_ACTION has no exception.
Method SET_ACTION_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | action name | 20111115 |
Method SET_ACTION_NAME on Interface IF_FDT_WD_ISLAND_MSG_ACTION has no exception.
Method SET_PARAMATER_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | Name of parameter | 20111114 | |||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | Value of parameter | 20111114 |
Method SET_PARAMATER_VALUE on Interface IF_FDT_WD_ISLAND_MSG_ACTION has no exception.
Method SET_PARAMETER_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_VALUE | Call by reference | Type reference (TYPE) | T_PARAM_VALUE | Values | 20111114 | |||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | Parameter name | 20111114 |
Method SET_PARAMETER_VALUES on Interface IF_FDT_WD_ISLAND_MSG_ACTION has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |