SAP ABAP Class CL_FDT_ACTION (FDT: Abstract Action Class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_CORE (Package) BRFplus: Core
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FDT_EXPRESSION FDT: Abstract Expression Class 20060712
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FDT_ACTION FDT: Action 20060712
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FDT_ACTN_CONTEXT_CHANGE OBSOLETE - DO NOT USE 20090219
2 Inheritance (c INHERITING FROM c_ref)  CL_FDT_ACTN_EMAIL FDT: Email (Action) 20080819
3 Inheritance (c INHERITING FROM c_ref)  CL_FDT_ACTN_MESSAGE FDT: Abstract Message Action 20060717
4 Inheritance (c INHERITING FROM c_ref)  CL_FDT_ACTN_RAISE_EVENT FDT: Action Type Raise Event 20090202
5 Inheritance (c INHERITING FROM c_ref)  CL_FDT_ACTN_START_WORKFLOW FDT: Start Workflow or Task 20090205
6 Inheritance (c INHERITING FROM c_ref)  CL_FDT_ACTN_STATIC_METHOD FDT: Static Method / Call Procedure (Action) 20060803
7 Inheritance (c INHERITING FROM c_ref)  CL_WER_ACTION_DB_ENRICHMENT Rule engine action database enrichment 20061109
8 Inheritance (c INHERITING FROM c_ref)  CL_WER_ACTION_METHOD_CALL Rule engine action method call 20061109
9 Inheritance (c INHERITING FROM c_ref)  CL_WER_ACTION_SIMPLE_MAPPING Action simple mapping 20060925
Properties
Class CL_FDT_ACTION  
Short Description FDT: Abstract Action Class    
Super Class CL_FDT_EXPRESSION FDT: Abstract Expression Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFDT_CORE   BRFplus: Core 
Created 20060712   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_FDT_ACTION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 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_ACTION FDT: Action 20060712
Friends
Class CL_FDT_ACTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ACTN_0000 Constant Private Type reference (TYPE) TABNAME 'FDT_ACTN_0000' Table Name 20070813
2 MS_BUFFER Instance attribute Private Type reference (TYPE) S_BUFFER Transactional Data Buffer 20060712
3 MS_BUFFER_DB Instance attribute Private Type reference (TYPE) S_BUFFER Transactional Data Buffer 20060712
4 MV_ID Instance attribute Public Attribute reference (LIKE) 20060713
5 MV_MS_BUFFER_DB_LOADED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE: MS_BUFFER_DB is loaded 20070813
6 MV_MS_BUFFER_LOADED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE: MS_BUFFER is loaded 20060801
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_ACTION_IDS Instance method Private Method Check the action IDs 20060712
2 CHECK_RESULT_DATA_OBJECT Static method Public Method Check the result data object 20080102
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060713
4 CREATE_AND_SET_RESULT Instance method Protected Method Create result object and set result value 20060808
5 LOAD_BUFFER Instance method Private Method Load the buffer 20060712
6 LOAD_BUFFER_DB Instance method Private Method Load the buffer from data base 20060712
7 PROCESS_FOLLOWUP_ACTIONS Instance method Protected Method Process the follow-up actions (to be called from redef. cl.) 20071124
8 SAVE_BUFFER_DB Instance method Private Method Save the buffer into the data base 20060712
9 SET_BUFFER Instance method Private Method Set the buffer 20060712
Events
Class CL_FDT_ACTION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_BUFFER Private See coding 20060712 BEGIN OF s_buffer, ts_action TYPE if_fdt_action=>ts_action, END OF s_buffer
Method Signatures

Method CHECK_ACTION_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITS_ACTION Call by reference Type reference (TYPE) IF_FDT_ACTION=>TS_ACTION Actions 20061009
2 Returning RT_MESSAGE Value transfer Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Messages 20060712

Method CHECK_ACTION_IDS on class CL_FDT_ACTION has no exception.

Method CHECK_RESULT_DATA_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20080102
2 Importing IV_RESULT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Result DOBJ ID 20080102
3 Returning RS_MESSAGE Value transfer Type reference (TYPE) IF_FDT_TYPES=>S_MESSAGE Message 20080102

Method CHECK_RESULT_DATA_OBJECT on class CL_FDT_ACTION has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXPRESSION_TYPE_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20060713
2 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20060713
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20060713

Method CREATE_AND_SET_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20060808
2 Returning RO_RESULT Value transfer Object reference (TYPE REF TO) IF_FDT_RESULT FDT: Result 20060808

Method CREATE_AND_SET_RESULT on class CL_FDT_ACTION has no exception.

Method LOAD_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Timestamp of active version 20070810
2 Importing IV_VERSION Call by reference Type reference (TYPE) IF_FDT_TYPES=>VERSION 20060712
3 Returning RS_BUFFER Value transfer Type reference (TYPE) S_BUFFER 20060712
# Exception Resumable Description Created on
1 CX_FDT_INPUT 20060712

Method LOAD_BUFFER_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VERSION Call by reference Type reference (TYPE) IF_FDT_TYPES=>VERSION 20060712
2 Returning RS_BUFFER Value transfer Type reference (TYPE) S_BUFFER 20060712
# Exception Resumable Description Created on
1 CX_FDT_INPUT 20060712

Method PROCESS_FOLLOWUP_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_FDT_CONTEXT FDT: Context 20071124
2 Importing IO_PROCESSOR Call by reference Object reference (TYPE REF TO) IF_FDT_PROCESSOR FDT: Processor 20071124
3 Importing IO_RESULT Value transfer Object reference (TYPE REF TO) IF_FDT_RESULT FDT: Result 20071124
4 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20071124

Method PROCESS_FOLLOWUP_ACTIONS on class CL_FDT_ACTION has no exception.

Method SAVE_BUFFER_DB Signature

Method SAVE_BUFFER_DB on class CL_FDT_ACTION has no parameter.
Method SAVE_BUFFER_DB on class CL_FDT_ACTION has no exception.

Method SET_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BUFFER Call by reference Type reference (TYPE) S_BUFFER 20060712

Method SET_BUFFER on class CL_FDT_ACTION has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710