SAP ABAP Interface IF_FDT_ACTION (FDT: Action)
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 - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_FDT_ACTN_CONTEXT_CHANGE | OBSOLETE - DO NOT USE | 20090210 |
2 | Interface composition (i COMPRISING i_ref) | IF_FDT_ACTN_EMAIL | FDT: Email (Action) | 20080819 |
3 | Interface composition (i COMPRISING i_ref) | IF_FDT_ACTN_MESSAGE_LOG | FDT: Message Log (Action) | 20060816 |
4 | Interface composition (i COMPRISING i_ref) | IF_FDT_ACTN_RAISE_EVENT | FDT: Interface for Action Type Raise Event | 20090130 |
5 | Interface composition (i COMPRISING i_ref) | IF_FDT_ACTN_START_WORKFLOW | FDT: Start a workflow | 20090205 |
6 | Interface composition (i COMPRISING i_ref) | IF_FDT_ACTN_STATIC_METHOD | FDT: Static Method / Call Procedure (Action) | 20060803 |
7 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_ACTION | FDT: Abstract Action Class | 20060712 |
Properties
Interface | IF_FDT_ACTION | |
Short Description | FDT: Action |
General Data
Package | SFDT_CORE | BRFplus: Core |
Created | 20060712 | SAP |
Last changed | 20090618 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | IF_FDT_ACTION | 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 | 20060712 |
Friends
Interface IF_FDT_ACTION has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_DOBJ_ACTION | Constant | Public | Type reference (TYPE) | IF_FDT_TYPES=>ID | '0000ACAC000000FFFFFFFFFFFFFFFFFF' | Elementary Data Object for an Action | 20060713 | |
2 | GC_DOBJ_ACTION_TABLE | Constant | Public | Type reference (TYPE) | IF_FDT_TYPES=>ID | '0000ACAC010000FFFFFFFFFFFFFFFFFF' | Table Data Object for a List of Actions | 20060713 | |
3 | MV_ACTION | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
4 | MV_CUSTOMIZING_OBJECT | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
5 | MV_EXPRESSION_TYPE_ID | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
6 | MV_ID | Instance attribute | Public | Attribute reference (LIKE) | 20060712 | ||||
7 | MV_LOCAL_OBJECT | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
8 | MV_MASTERDATA_OBJECT | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
9 | MV_OBJECT_TYPE | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
10 | MV_RULE | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
11 | 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 the follow-up actions | 20060712 |
2 | ![]() |
Instance method | Public | Method | Set the follow-up actions | 20060712 |
Events
Interface IF_FDT_ACTION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_ACTION | Public | See coding | Action | 20061009 | BEGIN OF s_action,
position TYPE fdt_actn_0000-pos,
action_id TYPE fdt_uuid,
END OF s_action
|
|
2 | TS_ACTION | Public | See coding | Actions | 20061009 | ts_action TYPE SORTED TABLE OF s_action WITH UNIQUE KEY position
|
Method Signatures
Method GET_FOLLOWUP_ACTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETS_ACTION | Call by reference | Type reference (TYPE) | IF_FDT_ACTION=>TS_ACTION | List of actions | 20061009 | ||
2 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20060712 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20060712 |
Method SET_FOLLOWUP_ACTIONS 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 | List of actions | 20061009 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20060712 |
History
Last changed by/on | SAP | 20090618 |
SAP Release Created in | 710 |