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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
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 | ![]() |
Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_ACTN_0000' | Table Name | 20070813 | |
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | S_BUFFER | Transactional Data Buffer | 20060712 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | S_BUFFER | Transactional Data Buffer | 20060712 | ||
4 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20060713 | ||||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: MS_BUFFER_DB is loaded | 20070813 | ||
6 | ![]() |
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 | ![]() |
Instance method | Private | Method | Check the action IDs | 20060712 |
2 | ![]() |
Static method | Public | Method | Check the result data object | 20080102 |
3 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20060713 |
4 | ![]() |
Instance method | Protected | Method | Create result object and set result value | 20060808 |
5 | ![]() |
Instance method | Private | Method | Load the buffer | 20060712 |
6 | ![]() |
Instance method | Private | Method | Load the buffer from data base | 20060712 |
7 | ![]() |
Instance method | Protected | Method | Process the follow-up actions (to be called from redef. cl.) | 20071124 |
8 | ![]() |
Instance method | Private | Method | Save the buffer into the data base | 20060712 |
9 | ![]() |
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 | ![]() |
ITS_ACTION | Call by reference | Type reference (TYPE) | IF_FDT_ACTION=>TS_ACTION | Actions | 20061009 | ||
2 | ![]() |
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 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20080102 | ||
2 | ![]() |
IV_RESULT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Result DOBJ ID | 20080102 | ||
3 | ![]() |
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 | ![]() |
IV_EXPRESSION_TYPE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20060713 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20060713 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20060808 | ||
2 | ![]() |
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 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Timestamp of active version | 20070810 | ||
2 | ![]() |
IV_VERSION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>VERSION | 20060712 | |||
3 | ![]() |
RS_BUFFER | Value transfer | Type reference (TYPE) | S_BUFFER | 20060712 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20060712 |
Method LOAD_BUFFER_DB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_VERSION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>VERSION | 20060712 | |||
2 | ![]() |
RS_BUFFER | Value transfer | Type reference (TYPE) | S_BUFFER | 20060712 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20060712 |
Method PROCESS_FOLLOWUP_ACTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_CONTEXT | FDT: Context | 20071124 | ||
2 | ![]() |
IO_PROCESSOR | Call by reference | Object reference (TYPE REF TO) | IF_FDT_PROCESSOR | FDT: Processor | 20071124 | ||
3 | ![]() |
IO_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_FDT_RESULT | FDT: Result | 20071124 | ||
4 | ![]() |
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 | ![]() |
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 |