SAP ABAP Class IF_FDT_SET_OPERATION (FDT: Set based operation definition and execution)
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
Class IF_FDT_SET_OPERATION  
Short Description FDT: Set based operation definition and execution    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20081216   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class IF_FDT_SET_OPERATION has no interface implemented.
Friends
Class IF_FDT_SET_OPERATION has no friend class.
Attributes
Class IF_FDT_SET_OPERATION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 OBJECT_ID_CHANGE_TO_VISITED Instance method Public Method Set ID to visited 20081216
2 OBJECT_ID_CHECK_IS_UNVISITED Instance method Public Method Check: ID is unvisited? 20081216
3 OBJECT_ID_GET_NEXT_UNVISITED Instance method Public Method Get next unvisited ID from current set 20081216
4 OBJECT_ID_GET_PROCESS_STATUS Instance method Public Method Get the processing status for an ID 20081216
5 OBJECT_ID_GET_RELATED Instance method Public Method Get references for an ID 20081216
6 SRC_OUTPUT_FOR_PROCESSING Instance method Public Method Output and processing of the next Strongly Related Component 20081218
Events
Class 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 Importing IV_OBJECT_KEY Call by reference Type reference (TYPE) S_OBJECT_KEY 20081218

Method OBJECT_ID_CHANGE_TO_VISITED on class 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 Importing IV_OBJECT_KEY Call by reference Type reference (TYPE) S_OBJECT_KEY 20081218
2 Returning RV_IS_UNVISITED Value transfer Type reference (TYPE) ABAP_BOOL 20081216

Method OBJECT_ID_CHECK_IS_UNVISITED on class 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 Exporting EV_LAST Call by reference Type reference (TYPE) ABAP_BOOL 20081216
2 Exporting EV_OBJECT_KEY Call by reference Type reference (TYPE) S_OBJECT_KEY 20081218

Method OBJECT_ID_GET_NEXT_UNVISITED on class 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 Exporting EV_OP_NOT_EXECUTED Call by reference Type reference (TYPE) ABAP_BOOL 20081216
2 Exporting EV_TV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version, UTC) 20110224
3 Importing IV_OBJECT_KEY Call by reference Type reference (TYPE) S_OBJECT_KEY 20081218

Method OBJECT_ID_GET_PROCESS_STATUS on class 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 Exporting ET_RELATED_OBJECT_KEY Call by reference Type reference (TYPE) T_RELATED_OBJECT_KEY 20081218
2 Importing IV_OBJECT_KEY Call by reference Type reference (TYPE) S_OBJECT_KEY 20081218

Method OBJECT_ID_GET_RELATED on class 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 Exporting EV_OP_NOT_EXECUTED_FOR_SRC Call by reference Type reference (TYPE) ABAP_BOOL 20081218
2 Exporting EV_TV_TIMESTAMP_FOR_SRC Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version, UTC) 20110224
3 Importing IT_SRC Call by reference Type reference (TYPE) T_SRC 20081218
4 Importing IV_LEVEL Call by reference Type reference (TYPE) I 20081218
5 Importing IV_OP_NOT_EXEC_ON_LOWER_LEVEL Call by reference Type reference (TYPE) ABAP_BOOL 20081218
6 Importing IV_REFERENCING_OBJECT_KEY Call by reference Type reference (TYPE) S_OBJECT_KEY 20090109
7 Importing 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 class IF_FDT_SET_OPERATION has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in