SAP ABAP Class CL_FDT_SET_OP_TESTING (FDT: Set Operation for Testing)
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_SET_OPERATION | FDT: Set based operation definition and execution | 20090107 |
Properties
| Class | CL_FDT_SET_OP_TESTING | |
| Short Description | FDT: Set Operation for Testing | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_CORE | BRFplus: Core |
| Created | 20090107 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FDT_SET_OP_TESTING has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FDT_SET_OPERATION | FDT: Set based operation definition and execution | 20090107 |
Friends
Class CL_FDT_SET_OP_TESTING has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TH_POINT_INPUT | 20090107 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | TH_VISITED_POINT_STATUS | 20090107 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | T_POINT | 20090107 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | T_POINT_OUTPUT | 20090107 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | I | 20090107 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | I | 20090107 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20090107 | |
| 2 | Instance method | Public | Method | 20090107 | ||
| 3 | Instance method | Private | Method | 20090107 |
Events
Class CL_FDT_SET_OP_TESTING has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | POINT | Public | Type reference (TYPE) | MANDT | 20090107 | |
|
| 2 | S_POINT_INPUT | Private | See coding | 20090107 | BEGIN OF s_point_input,
point type point,
t_related type t_point,
op_not_executed type abap_bool,
END OF s_point_input
|
||
| 3 | S_POINT_OUTPUT | Public | See coding | 20090107 | BEGIN OF s_point_output,
point type point,
op_not_executed type abap_bool,
early_counter type i,
late_counter type i,
end_of_src type abap_bool,
level type i,
END OF s_point_output
|
||
| 4 | S_VISITED_POINT_STATUS | Private | See coding | 20090107 | BEGIN OF s_visited_point_status,
point type point,
op_not_executed type abap_bool,
END OF s_visited_point_status
|
||
| 5 | TH_POINT_INPUT | Private | See coding | 20090107 | th_point_input TYPE HASHED TABLE OF s_point_input
WITH UNIQUE KEY point
|
||
| 6 | TH_VISITED_POINT_STATUS | Private | See coding | 20090107 | th_visited_point_status TYPE HASHED TABLE OF s_visited_point_status
WITH UNIQUE KEY point
|
||
| 7 | T_POINT | Public | See coding | 20090107 | T_point TYPE STANDARD TABLE OF point WITH DEFAULT KEY
|
||
| 8 | T_POINT_OUTPUT | Public | See coding | 20090107 | t_point_output TYPE standard TABLE OF s_point_output WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EXAMPLE | Call by reference | Type reference (TYPE) | I | 20090107 |
Method CONSTRUCTOR on class CL_FDT_SET_OP_TESTING has no exception.
Method GET_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_POINT_OUTPUT | Call by reference | Type reference (TYPE) | T_POINT_OUTPUT | 20090107 |
Method GET_RESULT on class CL_FDT_SET_OP_TESTING has no exception.
Method RESET_INSTANCE Signature
Method RESET_INSTANCE on class CL_FDT_SET_OP_TESTING has no parameter.
Method RESET_INSTANCE on class CL_FDT_SET_OP_TESTING has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |