SAP ABAP Interface IF_FDT_SEQUENCE_WORKAREA (FDT: Sequence Workarea)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_EXPRESSIONS (Package) BRFplus: Expressions
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_SEQUENCE_WORKAREA | FDT: Sequence Workarea | 20070427 |
Properties
| Interface | IF_FDT_SEQUENCE_WORKAREA | |
| Short Description | FDT: Sequence Workarea |
General Data
| Package | SFDT_EXPRESSIONS | BRFplus: Expressions |
| Created | 20070427 | SAP |
| Last changed | 20090618 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_FDT_CONSTANTS | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 2 | IF_FDT_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FDT_EXPRESSION | FDT: Expression | 20070427 |
Friends
Interface IF_FDT_SEQUENCE_WORKAREA has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GC_EXTY_SEQUENCE_WORKAREA | Constant | Public | Type reference (TYPE) | IF_FDT_TYPES=>ID | IF_FDT_CONSTANTS=>GC_EXTY_SEQUENCE_WORKAREA | Expression Type "Sequence Workarea" | 20080417 | |
| 2 | MV_ACTION | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
| 3 | MV_CUSTOMIZING_OBJECT | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
| 4 | MV_EXPRESSION_TYPE_ID | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
| 5 | MV_ID | Instance attribute | Public | Attribute reference (LIKE) | 20071109 | ||||
| 6 | MV_LOCAL_OBJECT | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
| 7 | MV_MASTERDATA_OBJECT | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
| 8 | MV_OBJECT_TYPE | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
| 9 | MV_RULE | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
| 10 | MV_SYSTEM_OBJECT | Instance attribute | Public | Attribute reference (LIKE) | 20071228 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get sequence steps | 20070427 | |
| 2 | Instance method | Public | Method | Gets the DOs which are available as workarea | 20071116 | |
| 3 | Instance method | Public | Method | Insert a single step into the sequence | 20070427 | |
| 4 | Instance method | Public | Method | Remove a single step from the sequence | 20070427 | |
| 5 | Instance method | Public | Method | Set sequence steps | 20070427 | |
| 6 | Instance method | Public | Method | Sets the DOs which are available as workarea | 20071116 | |
| 7 | Instance method | Public | Method | Swap the position of two steps in the sequence | 20070427 |
Events
Interface IF_FDT_SEQUENCE_WORKAREA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_STEP | Public | See coding | 20070427 | BEGIN OF s_step,
index TYPE i,
pre_condition TYPE if_fdt_types=>id,
function_id TYPE if_fdt_types=>id,
exit_condition TYPE if_fdt_types=>id,
END OF s_step
|
||
| 2 | TS_STEP | Public | See coding | 20070427 | ts_step TYPE SORTED TABLE OF s_step WITH UNIQUE KEY index
|
Method Signatures
Method GET_STEPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | 20070427 | ||||
| 2 | RTS_STEP | Value transfer | Type reference (TYPE) | TS_STEP | 20070427 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20070427 |
Method GET_WORKAREA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | 20071116 | ||||
| 2 | RTS_DATA_OBJECT_ID | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Data objects in initial workarea | 20071116 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20071116 |
Method INSERT_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STEP | Call by reference | Type reference (TYPE) | S_STEP | 20070427 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20070427 |
Method REMOVE_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INDEX | Call by reference | Type reference (TYPE) | I | 20070427 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20070427 |
Method SET_STEPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITS_STEP | Call by reference | Type reference (TYPE) | TS_STEP | 20070427 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20070427 |
Method SET_WORKAREA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITS_DATA_OBJECT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Data objects for initial workarea | 20071116 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20071116 |
Method SWAP_STEPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INDEX_1 | Call by reference | Type reference (TYPE) | I | 20070427 | ||||
| 2 | IV_INDEX_2 | Call by reference | Type reference (TYPE) | I | 20070427 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20070427 |
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 710 |