SAP ABAP Class CL_FDT_WD_SEQUENCE_WA_MODEL (FDT: WD Model for Sequence)
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 - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_WD_MAINTENANCE_MODEL | FDT WD: Model for maintenance objects | 20070824 |
Properties
| Class | CL_FDT_WD_SEQUENCE_WA_MODEL | |
| Short Description | FDT: WD Model for Sequence | |
| Super Class | CL_FDT_WD_MAINTENANCE_MODEL | FDT WD: Model for maintenance objects |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_WD_EXPRESSIONS | BRFplus Expressions for Web Dynpro UI |
| Created | 20070824 | SAP |
| Last change | 20110908 | 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 CL_FDT_WD_SEQUENCE_WA_MODEL has no interface implemented.
Friends
Class CL_FDT_WD_SEQUENCE_WA_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 | 'ADD_DO' | Caller constant - used with CASE to determine current action | 20070920 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'CHANGE_FUNCTION' | Caller constant - used with CASE to determine current action | 20070905 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'CHANGE_POST_COND' | Caller constant - used with CASE to determine current action | 20070904 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'CHANGE_PRE_COND' | Caller constant - used with CASE to determine current action | 20070904 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'INSERT_STEP' | Caller constant - used with CASE to determine current action | 20070903 | ||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'RESULT_DO' | Model Node 'Result_DO' | 20070827 | ||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'STEP' | Model Node 'Step' | 20070827 | ||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'WORKAREA' | Model Node 'Workarea' | 20070827 | ||
| 9 | Constant | Public | Type reference (TYPE) | STRING | 'REMOVE_DO' | Caller constant - used with CASE to determine current action | 20070920 | ||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'REMOVE_FUNCTION' | Caller constant - used with CASE to determine current action | 20070905 | ||
| 11 | Constant | Public | Type reference (TYPE) | STRING | 'REMOVE_STEP' | Caller constant - used with CASE to determine current action | 20070903 | ||
| 12 | Constant | Public | Type reference (TYPE) | STRING | 'CHANGE RDO' | Caller constant - used with CASE to determine current action | 20070913 | ||
| 13 | Constant | Public | Type reference (TYPE) | STRING | 'SWAP_STEPS' | Caller constant - used with CASE to determine current action | 20070903 | ||
| 14 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FDT_SEQUENCE_WORKAREA | FDT: Sequence | 20070824 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Gets data objects that are available in all FU contexts | 20071107 | |
| 2 | Instance method | Public | Method | FDT SeqWA: Inserts a step into the sequence. | 20071019 | |
| 3 | Instance method | Public | Method | FDT SeqWA: Removes a step from the sequence. | 20071019 | |
| 4 | Instance method | Public | Method | FDT SeqWA: Changes the position of two sequence steps. | 20071019 |
Events
Class CL_FDT_WD_SEQUENCE_WA_MODEL has no event.
Types
Class CL_FDT_WD_SEQUENCE_WA_MODEL has no local type.
Method Signatures
Method GET_ALL_AVAILABLE_DO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETS_CONTEXT_ELEMENT | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | List of available context elements | 20071107 |
Method GET_ALL_AVAILABLE_DO on class CL_FDT_WD_SEQUENCE_WA_MODEL has no exception.
Method INSERT_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FUNCTION_ID | Call by reference | Type reference (TYPE) | FDT_UUID | ID of function inserted in the new step | 20071019 | |||
| 2 | IV_INDEX | Call by reference | Type reference (TYPE) | I | Index of the new step | 20071019 |
Method INSERT_STEP on class CL_FDT_WD_SEQUENCE_WA_MODEL has no exception.
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 | The Step index of the step that is to be deleted | 20071019 |
Method REMOVE_STEP on class CL_FDT_WD_SEQUENCE_WA_MODEL has no exception.
Method SWAP_STEPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SWAP_SOURCE | Call by reference | Type reference (TYPE) | I | Step A, changes places with step B | 20071019 | |||
| 2 | IV_SWAP_TARGET | Call by reference | Type reference (TYPE) | I | Step B, changes places with step A | 20071019 |
Method SWAP_STEPS on class CL_FDT_WD_SEQUENCE_WA_MODEL has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |