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 IF_FDT_SEQUENCE 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 GC_SEQ_WA_MODEL_ADD_DO Constant Public Type reference (TYPE) STRING 'ADD_DO' Caller constant - used with CASE to determine current action 20070920
2 GC_SEQ_WA_MODEL_CHANGE_FUNC Constant Public Type reference (TYPE) STRING 'CHANGE_FUNCTION' Caller constant - used with CASE to determine current action 20070905
3 GC_SEQ_WA_MODEL_CHANGE_POST_CO Constant Public Type reference (TYPE) STRING 'CHANGE_POST_COND' Caller constant - used with CASE to determine current action 20070904
4 GC_SEQ_WA_MODEL_CHANGE_PRE_CON Constant Public Type reference (TYPE) STRING 'CHANGE_PRE_COND' Caller constant - used with CASE to determine current action 20070904
5 GC_SEQ_WA_MODEL_INSERT_STEP Constant Public Type reference (TYPE) STRING 'INSERT_STEP' Caller constant - used with CASE to determine current action 20070903
6 GC_SEQ_WA_MODEL_NODE_RDO Constant Public Type reference (TYPE) STRING 'RESULT_DO' Model Node 'Result_DO' 20070827
7 GC_SEQ_WA_MODEL_NODE_STEP Constant Public Type reference (TYPE) STRING 'STEP' Model Node 'Step' 20070827
8 GC_SEQ_WA_MODEL_NODE_WA Constant Public Type reference (TYPE) STRING 'WORKAREA' Model Node 'Workarea' 20070827
9 GC_SEQ_WA_MODEL_REMOVE_DO Constant Public Type reference (TYPE) STRING 'REMOVE_DO' Caller constant - used with CASE to determine current action 20070920
10 GC_SEQ_WA_MODEL_REMOVE_FUNC Constant Public Type reference (TYPE) STRING 'REMOVE_FUNCTION' Caller constant - used with CASE to determine current action 20070905
11 GC_SEQ_WA_MODEL_REMOVE_STEP Constant Public Type reference (TYPE) STRING 'REMOVE_STEP' Caller constant - used with CASE to determine current action 20070903
12 GC_SEQ_WA_MODEL_SET_RDO Constant Public Type reference (TYPE) STRING 'CHANGE RDO' Caller constant - used with CASE to determine current action 20070913
13 GC_SEQ_WA_MODEL_SWAP_STEPS Constant Public Type reference (TYPE) STRING 'SWAP_STEPS' Caller constant - used with CASE to determine current action 20070903
14 MO_SEQUENCE_WA 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 GET_ALL_AVAILABLE_DO Instance method Public Method Gets data objects that are available in all FU contexts 20071107
2 INSERT_STEP Instance method Public Method FDT SeqWA: Inserts a step into the sequence. 20071019
3 REMOVE_STEP Instance method Public Method FDT SeqWA: Removes a step from the sequence. 20071019
4 SWAP_STEPS 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 Exporting 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 Importing IV_FUNCTION_ID Call by reference Type reference (TYPE) FDT_UUID ID of function inserted in the new step 20071019
2 Importing 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 Importing 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 Importing IV_SWAP_SOURCE Call by reference Type reference (TYPE) I Step A, changes places with step B 20071019
2 Importing 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