SAP ABAP Class CL_FDT_TRANS_RUNTIME (BRFplus: Runtime Measurements for After Import)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_TRANSPORT (Package) BRFplus: Transport

⤷

⤷

Properties
Class | CL_FDT_TRANS_RUNTIME | |
Short Description | BRFplus: Runtime Measurements for After Import | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SFDT_TRANSPORT | BRFplus: Transport |
Created | 20100113 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FDT_TRANS_RUNTIME has no interface implemented.
Friends
Class CL_FDT_TRANS_RUNTIME has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STEP_ID | 'LOGICAL_DELETE' | Identification for step | 20100114 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | STEP_ID | 'PHYSICAL_DELETE' | Identification for step | 20100114 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | STEP_ID | 'Q_EVALUATION' | Identification for step | 20100114 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | STEP_ID | 'Q_UPDATE' | Identification for step | 20100114 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | STEP_ID | 'VERSION_ACTIVATE' | Identification for step | 20100114 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | STEP_ID | 'VERSION_COPY' | Identification for step | 20100114 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | STEP_ID | 'VERSION_MERGE' | Identification for step | 20100114 | |
8 | ![]() |
Static Attribute | Private | Type reference (TYPE) | S_STEP | 20100114 | |||
9 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TS_STEP | 20100114 | |||
10 | ![]() |
Static Attribute | Public | Type reference (TYPE) | RUNTIME | 20100115 | |||
11 | ![]() |
Static Attribute | Private | Type reference (TYPE) | STEP_NUMBER | 20100114 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | 20100114 | |
2 | ![]() |
Static method | Public | Constructor | 20100115 | |
3 | ![]() |
Static method | Public | Method | Finalize the measurement for the last processing step | 20100114 |
4 | ![]() |
Static method | Private | Method | 20100225 | |
5 | ![]() |
Static method | Public | Method | 20100115 | |
6 | ![]() |
Static method | Public | Method | Start measurement for a new processing step | 20100114 |
Events
Class CL_FDT_TRANS_RUNTIME has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | RUNTIME | Private | Type reference (TYPE) | DECFLOAT34 | 20100114 |
|
|
2 | STEP_DATA_COUNT | Public | Type reference (TYPE) | I | Number of step specific objects handled in the step | 20100114 |
|
3 | STEP_ID | Public | Type reference (TYPE) | CHAR30 | Identification for step | 20100114 |
|
4 | STEP_NUMBER | Private | Type reference (TYPE) | I | 20100114 |
|
|
5 | S_STEP | Private | See coding | 20100114 | BEGIN OF s_step,
step_number TYPE step_number,
step_id TYPE step_id,
step_data_count TYPE step_data_count,
step_runtime TYPE runtime,
END OF s_step
|
||
6 | TS_STEP | Private | See coding | 20100114 | ts_step TYPE SORTED TABLE OF s_step
WITH UNIQUE KEY step_number
|
Method Signatures
Method ADD_LAST_STEP_DATA_COUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LAST_STEP_DATA_COUNT | Call by reference | Type reference (TYPE) | STEP_DATA_COUNT | Number of step specific objects handled in the step | 20100114 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20100114 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_FDT_TRANS_RUNTIME has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FDT_TRANS_RUNTIME has no exception.
Method FINALIZE_MEASUREMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TRREQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20100114 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20100114 |
Method INITIALIZE_MEASUREMENT Signature
Method INITIALIZE_MEASUREMENT on class CL_FDT_TRANS_RUNTIME has no parameter.
Method INITIALIZE_MEASUREMENT on class CL_FDT_TRANS_RUNTIME has no exception.
Method REORGANIZE_DB_ENTRIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_RETENTION_TIME | Call by reference | Type reference (TYPE) | FDT_RETENTION_TIME | IF_FDT_TEXT_SETTING=>GC_RET_TIME_AI_RT_PROT_DFLT | 20100115 |
Method REORGANIZE_DB_ENTRIES on class CL_FDT_TRANS_RUNTIME has no exception.
Method START_NEW_STEP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_INITIALIZE_MEASUREMENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100225 | ||
2 | ![]() |
IV_NEW_STEP_DATA_COUNT | Call by reference | Type reference (TYPE) | STEP_DATA_COUNT | Number of step specific objects handled in the step | 20100114 | ||
3 | ![]() |
IV_NEW_STEP_ID | Call by reference | Type reference (TYPE) | STEP_ID | Identification for step | 20100114 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20100114 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 703 |