SAP ABAP Class IF_FDT_WD_FLOW_MODEL (BRF+ Flow Expression Model for Web Dynpro)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_FDT_WD_MODEL | FDT WD: Model for Web Dynpro UI | 20130205 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_WD_COMPONENT_ASSISTANCE | Model Interface for Web Dynpro | 20130205 |
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
| Class | IF_FDT_WD_FLOW_MODEL | |
| Short Description | BRF+ Flow Expression Model for Web Dynpro | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130205 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_FDT_WD_FLOW_MODEL has no interface implemented.
Friends
Class IF_FDT_WD_FLOW_MODEL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'SET_RESULT_DO' | Action | 20130206 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'UPDATE_SINGLE' | Action | 20130205 | ||
| 3 | Constant | Public | Type reference (TYPE) | CHAR3 | 'ARU' | 3-Byte field | 20130214 | ||
| 4 | Constant | Public | Type reference (TYPE) | CHAR3 | 'RDO' | 3-Byte field | 20130214 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'ACTIVITY_RULES' | Model node name | 20130213 | ||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'LINKS' | Model node name | 20130205 | ||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'NODES' | Model node name | 20130205 | ||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'PROPERTIES' | Model node name | 20130205 | ||
| 9 | Constant | Public | Type reference (TYPE) | STRING | 'SELECTION' | Model node name | 20130205 | ||
| 10 | Constant | Public | Type reference (TYPE) | CHAR2 | 'CL' | Flow Data Operation | 20130205 | ||
| 11 | Constant | Public | Type reference (TYPE) | CHAR2 | 'CN' | Flow Data Operation | 20130205 | ||
| 12 | Constant | Public | Type reference (TYPE) | CHAR2 | 'CR' | Flow Data Operation | 20130214 | ||
| 13 | Constant | Public | Type reference (TYPE) | CHAR2 | 'DL' | Flow Data Operation | 20130205 | ||
| 14 | Constant | Public | Type reference (TYPE) | CHAR2 | 'DN' | Flow Data Operation | 20130205 | ||
| 15 | Constant | Public | Type reference (TYPE) | CHAR2 | 'DR' | Flow Data Operation | 20130214 | ||
| 16 | Constant | Public | Type reference (TYPE) | CHAR2 | 'SG' | Flow Data Operation | 20130214 | ||
| 17 | Constant | Public | Type reference (TYPE) | CHAR2 | 'SR' | Flow Data Operation | 20130214 | ||
| 18 | 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
Class 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 class 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 class 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 class IF_FDT_WD_FLOW_MODEL has no exception.
Method DELETE_ACTIVITY_RULE Signature
Method DELETE_ACTIVITY_RULE on class IF_FDT_WD_FLOW_MODEL has no parameter.
Method DELETE_ACTIVITY_RULE on class IF_FDT_WD_FLOW_MODEL has no exception.
Method DELETE_LINK Signature
Method DELETE_LINK on class IF_FDT_WD_FLOW_MODEL has no parameter.
Method DELETE_LINK on class IF_FDT_WD_FLOW_MODEL has no exception.
Method DELETE_NODE Signature
Method DELETE_NODE on class IF_FDT_WD_FLOW_MODEL has no parameter.
Method DELETE_NODE on class 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 class 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 class IF_FDT_WD_FLOW_MODEL has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |