SAP ABAP Class IF_FDT_ACTION (FDT: Action)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_FDT_EXPRESSION | FDT: Expression | 20060712 |
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
| Class | IF_FDT_ACTION | |
| Short Description | FDT: Action | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20060712 | SAP |
| Last change | 20090618 | 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... | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_FDT_ACTION has no interface implemented.
Friends
Class IF_FDT_ACTION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | IF_FDT_TYPES=>ID | '0000ACAC000000FFFFFFFFFFFFFFFFFF' | Elementary Data Object for an Action | 20060713 | ||
| 2 | Constant | Public | Type reference (TYPE) | IF_FDT_TYPES=>ID | '0000ACAC010000FFFFFFFFFFFFFFFFFF' | Table Data Object for a List of Actions | 20060713 | ||
| 3 | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | |||||
| 4 | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | |||||
| 5 | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | |||||
| 6 | Instance attribute | Public | Attribute reference (LIKE) | 20060712 | |||||
| 7 | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | |||||
| 8 | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | |||||
| 9 | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | |||||
| 10 | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | |||||
| 11 | 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
Class 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 |