SAP ABAP Class CL_FDT_SET_BASED_MASS_OP (FDT: Mass Operations for Application Sets)
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 - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_JOB_CONSTANTS | FDT: Constants for Jobs | 20090112 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_SET_OPERATION | FDT: Set based operation definition and execution | 20090112 |
Properties
Class | CL_FDT_SET_BASED_MASS_OP | |
Short Description | FDT: Mass Operations for Application Sets | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SFDT_CORE | BRFplus: Core |
Created | 20090112 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
4 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
5 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FDT_JOB_CONSTANTS | FDT: Constants for Jobs | 20090112 | ||
2 | IF_FDT_SET_OPERATION | FDT: Set based operation definition and execution | 20090112 |
Friends
Class CL_FDT_SET_BASED_MASS_OP has no friend class.
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20090112 | |
2 | ![]() |
Instance method | Public | Method | 20090112 | |
3 | ![]() |
Static method | Private | Method | 20110314 | |
4 | ![]() |
Instance method | Private | Method | 20090112 | |
5 | ![]() |
Instance method | Private | Method | 20090112 | |
6 | ![]() |
Instance method | Public | Method | 20090120 |
Events
Class CL_FDT_SET_BASED_MASS_OP has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | DIRECTION | Private | See coding | 20100526 | direction TYPE c LENGTH 14
|
||
2 | EXTENDED_WORK_SET | Private | See coding | 20100526 | extended_work_set TYPE c LENGTH 25
|
||
3 | S_OBJECT_KEY | Private | Attribute reference (LIKE) | 20090112 |
|
||
4 | S_OBJECT_STATUS | Private | See coding | 20090112 | BEGIN OF s_object_status,
* Tarjan.
object TYPE if_fdt_set_operation=>s_object_key,
is_unvisited TYPE abap_bool,
* Set definition.
belongs_to_set TYPE abap_bool,
* Processing information.
object_status TYPE fdt_id_status,
tv_timestamp type if_fdt_types=>timestamp,
* SRC status: Maximum ID status of the SRC.
src_status TYPE fdt_id_status,
t_message TYPE if_fdt_types=>t_message,
* Instance - filled optional.
o_instance TYPE REF TO if_fdt_admin_data,
END OF s_object_status
|
||
5 | S_RELATED_OBJECT_KEY | Private | Attribute reference (LIKE) | 20110314 |
|
||
6 | S_SET_OPERATION_SEQUENCE | Public | Type reference (TYPE) | CL_FDT_OPERATION_SEQUENCER=>S_SET_OPERATION_SEQUENCE | 20090112 |
|
|
7 | S_SRC | Private | Attribute reference (LIKE) | 20090112 |
|
||
8 | TH_OBJECT_STATUS | Private | See coding | 20090112 | th_object_status
TYPE HASHED TABLE OF s_object_status
WITH UNIQUE KEY object
|
||
9 | T_OBJECT_KEY | Private | Attribute reference (LIKE) | 20090112 |
|
||
10 | T_RELATED_OBJECT_KEY | Private | Attribute reference (LIKE) | 20110314 |
|
||
11 | T_SET_OPERATION_SEQUENCE | Public | Type reference (TYPE) | CL_FDT_OPERATION_SEQUENCER=>T_SET_OPERATION_SEQUENCE | 20090112 |
|
|
12 | T_SRC | Private | Attribute reference (LIKE) | 20090112 |
|
Method Signatures
Method ADAPT_RELATED_OBJECT_KEYS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_RELATED_OBJECT_KEYS | Call by reference | Type reference (TYPE) | T_RELATED_OBJECT_KEY | 20090112 | |||
2 | ![]() |
IV_OBJECT_KEY | Call by reference | Type reference (TYPE) | S_OBJECT_KEY | 20090112 |
Method ADAPT_RELATED_OBJECT_KEYS on class CL_FDT_SET_BASED_MASS_OP has no exception.
Method GET_RESULT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SET_OPERATION_SEQUENCE | Call by reference | Type reference (TYPE) | CL_FDT_OPERATION_SEQUENCER=>T_SET_OPERATION_SEQUENCE | 20090112 |
Method GET_RESULT on class CL_FDT_SET_BASED_MASS_OP has no exception.
Method GET_TIMESTAMP_FOR_VERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLIENT | Call by reference | Type reference (TYPE) | MANDT | Universal Unique Identifier | 20110314 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20110314 | ||
3 | ![]() |
IV_VERSION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>VERSION | Version | 20110314 | ||
4 | ![]() |
RV_TIMESTAMP | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20110314 |
Method GET_TIMESTAMP_FOR_VERSION on class CL_FDT_SET_BASED_MASS_OP has no exception.
Method OBJECT_BELONGS_TO_SET 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 | 20090112 | |||
2 | ![]() |
RV_BELONGS_TO_SET | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110301 |
Method OBJECT_BELONGS_TO_SET on class CL_FDT_SET_BASED_MASS_OP has no exception.
Method OBJECT_ID_CHECK_IS_UNVISITED Signature
Method OBJECT_ID_CHECK_IS_UNVISITED on class CL_FDT_SET_BASED_MASS_OP has no parameter.
Method OBJECT_ID_CHECK_IS_UNVISITED on class CL_FDT_SET_BASED_MASS_OP has no exception.
Method SET_INPUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_OBJECT_SET | Call by reference | Object reference (TYPE REF TO) | IF_FDT_OBJECT_SET | FDT: Object set defninition and handling | 20090120 | ||
2 | ![]() |
ITA_OBJECT_ID | Call by reference | Type reference (TYPE) | ANY TABLE | Any unstructured ID table | 20090120 | ||
3 | ![]() |
ITH_LUW_OBJECT | Call by reference | Type reference (TYPE) | CL_FDT_LUW=>TH_LUW_OBJECT | 20100520 | |||
4 | ![]() |
IV_OPERATION | Call by reference | Type reference (TYPE) | FDT_OPERATION | FDT: Operation | 20090120 | ||
5 | ![]() |
IV_TV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20110224 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20100511 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 720 |