SAP ABAP Interface IF_FDT_WD_FLOW_MODEL (BRF+ Flow Expression Model for Web Dynpro)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_WD_EXPRESSIONS (Package) BRFplus Expressions for Web Dynpro UI

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_WD_FLOW_MODEL | FDT WD: Model class for Flow | 20130205 |
Properties
Interface | IF_FDT_WD_FLOW_MODEL | |
Short Description | BRF+ Flow Expression Model for Web Dynpro |
General Data
Package | SFDT_WD_EXPRESSIONS | BRFplus Expressions for Web Dynpro UI |
Created | 20130205 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | IF_FDT_FLOW | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FDT_WD_MODEL | FDT WD: Model for Web Dynpro UI | 20130205 | ||
2 | IF_WD_COMPONENT_ASSISTANCE | Model Interface for Web Dynpro | 20130205 |
Friends
Interface IF_FDT_WD_FLOW_MODEL has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_ACTION_SET_RESULT_DO | Constant | Public | Type reference (TYPE) | STRING | 'SET_RESULT_DO' | Action | 20130206 | |
2 | GC_ACTION_UPDATE_SINGLE | Constant | Public | Type reference (TYPE) | STRING | 'UPDATE_SINGLE' | Action | 20130205 | |
3 | GC_ADD_USAGE_ACTIVITY_RULE | Constant | Public | Type reference (TYPE) | CHAR3 | 'ARU' | 3-Byte field | 20130214 | |
4 | GC_ADD_USAGE_RESULT_DO | Constant | Public | Type reference (TYPE) | CHAR3 | 'RDO' | 3-Byte field | 20130214 | |
5 | GC_NODE_NAME_ACTIVITY_RULES | Constant | Public | Type reference (TYPE) | STRING | 'ACTIVITY_RULES' | Model node name | 20130213 | |
6 | GC_NODE_NAME_LINKS | Constant | Public | Type reference (TYPE) | STRING | 'LINKS' | Model node name | 20130205 | |
7 | GC_NODE_NAME_NODES | Constant | Public | Type reference (TYPE) | STRING | 'NODES' | Model node name | 20130205 | |
8 | GC_NODE_NAME_PROPERTIES | Constant | Public | Type reference (TYPE) | STRING | 'PROPERTIES' | Model node name | 20130205 | |
9 | GC_NODE_NAME_SELECTION | Constant | Public | Type reference (TYPE) | STRING | 'SELECTION' | Model node name | 20130205 | |
10 | GC_OPERATION_CREATE_LINK | Constant | Public | Type reference (TYPE) | CHAR2 | 'CL' | Flow Data Operation | 20130205 | |
11 | GC_OPERATION_CREATE_NODE | Constant | Public | Type reference (TYPE) | CHAR2 | 'CN' | Flow Data Operation | 20130205 | |
12 | GC_OPERATION_CREATE_RULE | Constant | Public | Type reference (TYPE) | CHAR2 | 'CR' | Flow Data Operation | 20130214 | |
13 | GC_OPERATION_DELETE_LINK | Constant | Public | Type reference (TYPE) | CHAR2 | 'DL' | Flow Data Operation | 20130205 | |
14 | GC_OPERATION_DELETE_NODE | Constant | Public | Type reference (TYPE) | CHAR2 | 'DN' | Flow Data Operation | 20130205 | |
15 | GC_OPERATION_DELETE_RULE | Constant | Public | Type reference (TYPE) | CHAR2 | 'DR' | Flow Data Operation | 20130214 | |
16 | GC_OPERATION_SWAP_GW_LINK | Constant | Public | Type reference (TYPE) | CHAR2 | 'SG' | Flow Data Operation | 20130214 | |
17 | GC_OPERATION_SWAP_RULE | Constant | Public | Type reference (TYPE) | CHAR2 | 'SR' | Flow Data Operation | 20130214 | |
18 | MTS_NODE_TYPE | Instance attribute | Public | Type reference (TYPE) | TS_NODE_TYPE | Flow node types | 20130207 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Create a new activity rule | 20130213 |
2 | ![]() |
Instance method | Public | Method | Create a new link | 20130205 |
3 | ![]() |
Instance method | Public | Method | Create a new node | 20130205 |
4 | ![]() |
Instance method | Public | Method | Delete an activity rule | 20130213 |
5 | ![]() |
Instance method | Public | Method | Delete a link | 20130205 |
6 | ![]() |
Instance method | Public | Method | Delete a node | 20130205 |
7 | ![]() |
Instance method | Public | Method | Swap position of activity rule | 20130214 |
8 | ![]() |
Instance method | Public | Method | Swap position of gateway link | 20130214 |
Events
Interface IF_FDT_WD_FLOW_MODEL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_NODE_TYPE | Public | See coding | 20130207 | BEGIN OF s_node_type,
type TYPE if_fdt_flow=>node_type,
text TYPE ddtext,
image_source type string,
count TYPE i,
END OF s_node_type
|
||
2 | TS_NODE_TYPE | Public | See coding | 20130207 | ts_node_type TYPE SORTED TABLE OF s_node_type WITH UNIQUE KEY type
|
Method Signatures
Method CREATE_ACTIVITY_RULE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_POSITION | Value transfer | Type reference (TYPE) | I | Position of new rule | 20130213 |
Method CREATE_ACTIVITY_RULE on Interface IF_FDT_WD_FLOW_MODEL has no exception.
Method CREATE_LINK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_ID | Value transfer | Type reference (TYPE) | IF_FDT_FLOW=>CONNECTOR_ID | Flow Connector ID | 20130205 |
Method CREATE_LINK on Interface IF_FDT_WD_FLOW_MODEL has no exception.
Method CREATE_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TYPE | Call by reference | Type reference (TYPE) | IF_FDT_FLOW=>NODE_TYPE | Node Type | 20130205 | ||
2 | ![]() |
RV_ID | Value transfer | Type reference (TYPE) | IF_FDT_FLOW=>NODE_ID | Flow Node ID | 20130205 |
Method CREATE_NODE on Interface IF_FDT_WD_FLOW_MODEL has no exception.
Method DELETE_ACTIVITY_RULE Signature
Method DELETE_ACTIVITY_RULE on Interface IF_FDT_WD_FLOW_MODEL has no parameter.
Method DELETE_ACTIVITY_RULE on Interface IF_FDT_WD_FLOW_MODEL has no exception.
Method DELETE_LINK Signature
Method DELETE_LINK on Interface IF_FDT_WD_FLOW_MODEL has no parameter.
Method DELETE_LINK on Interface IF_FDT_WD_FLOW_MODEL has no exception.
Method DELETE_NODE Signature
Method DELETE_NODE on Interface IF_FDT_WD_FLOW_MODEL has no parameter.
Method DELETE_NODE on Interface IF_FDT_WD_FLOW_MODEL has no exception.
Method SWAP_ACTIVITY_RULE_POSITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NEW_POSITION | Call by reference | Type reference (TYPE) | I | 20130214 |
Method SWAP_ACTIVITY_RULE_POSITION on Interface IF_FDT_WD_FLOW_MODEL has no exception.
Method SWAP_GATEWAY_LINK_POSITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NEW_POSITION | Call by reference | Type reference (TYPE) | I | 20130214 |
Method SWAP_GATEWAY_LINK_POSITION on Interface IF_FDT_WD_FLOW_MODEL has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |