SAP ABAP Interface IF_FDT_SET_OPERATION (FDT: Set based operation definition and execution)
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 implementation (CLASS c. INTERFACES i_ref) | CL_FDT_SET_BASED_MASS_OP | FDT: Mass Operations for Application Sets | 20090112 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_SET_OP_TESTING | FDT: Set Operation for Testing | 20090107 |
Properties
Interface | IF_FDT_SET_OPERATION | |
Short Description | FDT: Set based operation definition and execution |
General Data
Package | SFDT_CORE | BRFplus: Core |
Created | 20081216 | SAP |
Last changed | 20110908 | 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_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_FDT_SET_OPERATION has no interface.
Friends
Interface IF_FDT_SET_OPERATION has no friend.
Attributes
Interface IF_FDT_SET_OPERATION has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Set ID to visited | 20081216 |
2 | ![]() |
Instance method | Public | Method | Check: ID is unvisited? | 20081216 |
3 | ![]() |
Instance method | Public | Method | Get next unvisited ID from current set | 20081216 |
4 | ![]() |
Instance method | Public | Method | Get the processing status for an ID | 20081216 |
5 | ![]() |
Instance method | Public | Method | Get references for an ID | 20081216 |
6 | ![]() |
Instance method | Public | Method | Output and processing of the next Strongly Related Component | 20081218 |
Events
Interface IF_FDT_SET_OPERATION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_OBJECT_KEY | Public | See coding | 20081218 | BEGIN OF s_object_key,
id TYPE if_fdt_types=>id,
client TYPE mandt,
END OF s_object_key
|
||
2 | S_RELATED_OBJECT_KEY | Public | See coding | 20110314 | BEGIN OF s_related_object_key,
object_key type s_object_key,
timestamp type if_fdt_types=>timestamp, "earliest usage timestamp.
END OF s_related_object_key
|
||
3 | S_SRC | Public | See coding | 20081216 | BEGIN OF s_src,
object_key TYPE s_object_key,
early_counter TYPE i, "tarjan DFS
END OF s_src
|
||
4 | T_OBJECT_KEY | Public | See coding | 20081218 | t_object_key TYPE STANDARD TABLE OF s_object_key WITH DEFAULT KEY
|
||
5 | T_RELATED_OBJECT_KEY | Public | See coding | 20110314 | t_related_object_key TYPE
STANDARD TABLE OF s_related_object_key
WITH DEFAULT KEY
|
||
6 | T_SRC | Public | See coding | 20081216 | t_src TYPE STANDARD TABLE OF s_src WITH DEFAULT KEY
|
Method Signatures
Method OBJECT_ID_CHANGE_TO_VISITED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_OBJECT_KEY | Call by reference | Type reference (TYPE) | S_OBJECT_KEY | 20081218 |
Method OBJECT_ID_CHANGE_TO_VISITED on Interface IF_FDT_SET_OPERATION has no exception.
Method OBJECT_ID_CHECK_IS_UNVISITED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_OBJECT_KEY | Call by reference | Type reference (TYPE) | S_OBJECT_KEY | 20081218 | |||
2 | ![]() |
RV_IS_UNVISITED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20081216 |
Method OBJECT_ID_CHECK_IS_UNVISITED on Interface IF_FDT_SET_OPERATION has no exception.
Method OBJECT_ID_GET_NEXT_UNVISITED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_LAST | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20081216 | |||
2 | ![]() |
EV_OBJECT_KEY | Call by reference | Type reference (TYPE) | S_OBJECT_KEY | 20081218 |
Method OBJECT_ID_GET_NEXT_UNVISITED on Interface IF_FDT_SET_OPERATION has no exception.
Method OBJECT_ID_GET_PROCESS_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_OP_NOT_EXECUTED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20081216 | |||
2 | ![]() |
EV_TV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20110224 | ||
3 | ![]() |
IV_OBJECT_KEY | Call by reference | Type reference (TYPE) | S_OBJECT_KEY | 20081218 |
Method OBJECT_ID_GET_PROCESS_STATUS on Interface IF_FDT_SET_OPERATION has no exception.
Method OBJECT_ID_GET_RELATED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RELATED_OBJECT_KEY | Call by reference | Type reference (TYPE) | T_RELATED_OBJECT_KEY | 20081218 | |||
2 | ![]() |
IV_OBJECT_KEY | Call by reference | Type reference (TYPE) | S_OBJECT_KEY | 20081218 |
Method OBJECT_ID_GET_RELATED on Interface IF_FDT_SET_OPERATION has no exception.
Method SRC_OUTPUT_FOR_PROCESSING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_OP_NOT_EXECUTED_FOR_SRC | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20081218 | |||
2 | ![]() |
EV_TV_TIMESTAMP_FOR_SRC | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20110224 | ||
3 | ![]() |
IT_SRC | Call by reference | Type reference (TYPE) | T_SRC | 20081218 | |||
4 | ![]() |
IV_LEVEL | Call by reference | Type reference (TYPE) | I | 20081218 | |||
5 | ![]() |
IV_OP_NOT_EXEC_ON_LOWER_LEVEL | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20081218 | |||
6 | ![]() |
IV_REFERENCING_OBJECT_KEY | Call by reference | Type reference (TYPE) | S_OBJECT_KEY | 20090109 | |||
7 | ![]() |
IV_TV_TIMESTMP_MIN_LOWER_LEVEL | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20110224 |
Method SRC_OUTPUT_FOR_PROCESSING on Interface IF_FDT_SET_OPERATION has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 720 |