SAP ABAP Interface IF_FDT_TRANSACTION (FDT: Transaction)
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
Properties
Interface | IF_FDT_TRANSACTION | |
Short Description | FDT: Transaction |
General Data
Package | SFDT_CORE | BRFplus: Core |
Created | 20050815 | SAP |
Last changed | 20130531 | SAP |
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_TRANS_DEFS | 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 IF_FDT_TRANSACTION has no interface.
Friends
Interface IF_FDT_TRANSACTION has no friend.
Attributes
Interface IF_FDT_TRANSACTION has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Activate the object (needs a subsequent save!) | 20050819 |
2 | ![]() |
Instance method | Public | Method | Perform an authority check (AUTHORITY-CHECK) | 20050815 |
3 | ![]() |
Instance method | Public | Method | Check the object | 20050815 |
4 | ![]() |
Instance method | Public | Method | Return a copy of the object | 20050815 |
5 | ![]() |
Instance method | Public | Method | Mark for delete / Logically delete the object (all versions) | 20050815 |
6 | ![]() |
Instance method | Public | Method | Dequeue the object | 20050815 |
7 | ![]() |
Instance method | Public | Method | Discard unsaved changes | 20050830 |
8 | ![]() |
Instance method | Public | Method | Enqueue the object | 20050815 |
9 | ![]() |
Instance method | Public | Method | Get object changeability (in this system incl transport inf) | 20080422 |
10 | ![]() |
Instance method | Public | Method | Returns true (X) when object is enqueued | 20110208 |
11 | ![]() |
Instance method | Public | Method | Mark the object as obsolete | 20070419 |
12 | ![]() |
Instance method | Public | Method | Save the object | 20050815 |
13 | ![]() |
Instance method | Public | Method | Collect and return transport information | 20050815 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | OBJECT_CHANGED | Instance Event (0) |
Public (2) |
The object was changed | 20060307 |
2 | OBJECT_CHANGES_DISCARDED | Instance Event (0) |
Public (2) |
The object changed were discarded | 20080110 |
3 | OBJECT_SAVED | Instance Event (0) |
Public (2) |
The object was saved | 20060307 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_DELETE_RESULT | Public | See coding | 20110803 | BEGIN OF s_delete_result,
ts_deleted TYPE if_fdt_types=>ts_object_id,
END OF s_delete_result
|
||
2 | T_TRANSPORT_REQUEST | Public | Type reference (TYPE) | IF_FDT_TRANS_DEFS=>T_TRREQUEST | 20080422 |
|
Method Signatures
Method ACTIVATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20050820 | ||
2 | ![]() |
EV_ACTIVATION_FAILED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: activation not successful | 20050820 | ||
3 | ![]() |
EV_ACTIVE_VERSION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>VERSION | Active version | 20050820 | ||
4 | ![]() |
IV_DEEP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | ABAP_TRUE forwards the CHECK to the subordinate objects | 20050819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20070705 |
Method AUTHORITY_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_SUB_ACTIVITY | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>S_SUB_ACTIVITY | Subactivity | 20100528 | ||
2 | ![]() |
IV_ACTIVITY | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ACTIVITY | Activity (see constants in IF_FDT_CONSTANTS) | 20050815 | ||
3 | ![]() |
IV_DEEP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | ABAP_TRUE forwards the AUTH.CHECK to the subordinate objects | 20050820 | |
4 | ![]() |
RV_PASSED | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: check successfully passed | 20050820 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20070705 |
Method CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DEEP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | ABAP_TRUE forwards the CHECK to the subordinate objects | 20050818 | |
2 | ![]() |
RT_MESSAGE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20050816 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20070705 |
Method COPY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Application Id to which the copied object is assigned | 20061207 | ||
2 | ![]() |
IV_DEEP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | ABAP_TRUE forwards the COPY to the subordinate objects | 20050820 | |
3 | ![]() |
IV_DISCARD_INV_USAGE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | ABAP_TRUE discards data objects causing invalid state | 20100830 | |
4 | ![]() |
RO_COPY | Value transfer | Object reference (TYPE REF TO) | IF_FDT_TRANSACTION | The copy | 20050815 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20061207 |
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DEEP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | ABAP_TRUE forwards the DELETE to the subordinate objects | 20050818 | |
2 | ![]() |
IV_MARK_FOR_DELETE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Not released:Mark Objects for Delete (Reversible, No Checks) | 20070504 | |
3 | ![]() |
IV_REVERSE_MARK_FOR_DELETE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Not released: Reverse Mark for Delete | 20070418 | |
4 | ![]() |
RS_RESULT | Value transfer | Type reference (TYPE) | S_DELETE_RESULT | Information on deleted objects | 20110803 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20070418 | |
2 | ![]() |
FDT: Deletion forbidden | 20080111 | |
3 | ![]() |
FDT: System Failure | 20080215 |
Method DEQUEUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DEEP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | ABAP_TRUE forwards the DEQUEUE to the subordinate objects | 20050819 | |
2 | ![]() |
IV_ENQUEUE_MODE | Call by reference | Type reference (TYPE) | ENQMODE | 'E' | Enqueue mode (see domain values ENQMODE) | 20050815 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20070705 |
Method DISCARD_CHANGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLEAR_DB_BUFFERS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | ABAP_TRUE: clear DB buffers | 20061024 | |
2 | ![]() |
IV_DEEP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | ABAP_TRUE: forwards the DISCARD to the subordinate objects | 20050830 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20070705 |
Method ENQUEUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DEEP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | ABAP_TRUE forwards the ENQUEUE to the subordinate objects | 20050819 | |
2 | ![]() |
IV_ENQUEUE_MODE | Call by reference | Type reference (TYPE) | ENQMODE | 'E' | Enqueue mode (see domain values ENQMODE) | 20050815 | |
3 | ![]() |
RV_ENQUEUE_FAILED | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: enqueue not successful | 20050820 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20080702 | ||
2 | ![]() |
FDT: Changes forbidden, object is deleted | 20060322 | |
3 | ![]() |
FDT: System Failures | 20050902 |
Method GET_CHANGEABILITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Explanatory messages | 20080618 | ||
2 | ![]() |
ET_TRANSPORT_REQUEST | Call by reference | Type reference (TYPE) | T_TRANSPORT_REQUEST | Table with possible transport requests to record the object | 20080422 | ||
3 | ![]() |
EV_CHANGEABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: SAVE() is allowed in general | 20080422 | ||
4 | ![]() |
EV_CHANGE_RECORDING | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: Saved changes are recorded on a transport request | 20080422 | ||
5 | ![]() |
EV_RECORDED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: Object is already recorded | 20080422 | ||
6 | ![]() |
EV_TRANSPORT_REQUEST_REQUIRED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: SAVE() requires a transport request | 20101109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: System Failure | 20080422 |
Method IS_ENQUEUED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENQUEUE_MODE | Call by reference | Type reference (TYPE) | ENQMODE | 'E' | Enqueue mode (see domain values ENQMODE) | 20110208 | |
2 | ![]() |
RV_ENQUEUED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Is the object enqueued? | 20110208 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Abstract Exception Class | 20110208 |
Method MAKE_OBSOLETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DEEP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20070419 | ||
2 | ![]() |
IV_REVERSE_MAKE_OBSOLETE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20070419 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20070419 |
Method SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DEEP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | ABAP_TRUE forwards the SAVE to the subordinate objects | 20050818 | |
2 | ![]() |
IV_TRANSPORT_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request | 20060331 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20050902 | |
2 | ![]() |
FDT: System Failures | 20050902 |
Method TRANSPORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DEEP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | ABAP_TRUE forwards the TRANSPORT to subordinate objects | 20050815 | |
2 | ![]() |
IV_TRANSPORT_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request | 20060331 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20050902 | |
2 | ![]() |
FDT: System Failure | 20060223 |
Event Signatures
Event OBJECT_CHANGED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | IV_ID | Exporting | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>ID | Object ID | 20060307 |
Event OBJECT_CHANGES_DISCARDED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | IV_ID | Exporting | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>ID | Object ID | 20080110 |
Event OBJECT_SAVED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | IV_ID | Exporting | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>ID | Object ID | 20060307 |
Meta Relationship - Used By (full list)
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |