SAP ABAP Interface IF_SATC_PROGRESS_LISTENER (Progress listener for execution events)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
SATC_STDLIB_RUN_TIME_API (Package) INTERNAL: - *NO* REUSE - project execution, interfaces

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SATC_AC_UI_PROGRESS | Progress listener with progress bar | 20081219 |
Properties
Interface | IF_SATC_PROGRESS_LISTENER | |
Short Description | Progress listener for execution events |
General Data
Package | SATC_STDLIB_RUN_TIME_API | INTERNAL: - *NO* REUSE - project execution, interfaces |
Created | 20070815 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_SATC_PROGRESS_LISTENER has no forward declaration.
Interfaces
Interface IF_SATC_PROGRESS_LISTENER has no interface.
Friends
Interface IF_SATC_PROGRESS_LISTENER has no friend.
Attributes
Interface IF_SATC_PROGRESS_LISTENER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Informs upon completion of 'Phase Execution Unit' | 20081211 |
2 | ![]() |
Instance method | Public | Method | Informs upon progress in case of execution in parallel | 20081211 |
3 | ![]() |
Instance method | Public | Method | Informs upon start of 'Phase Execution Unit' | 20081211 |
4 | ![]() |
Instance method | Public | Method | Informs upon completion of phase | 20070815 |
5 | ![]() |
Instance method | Public | Method | Informs upons start of phase | 20070815 |
6 | ![]() |
Instance method | Public | Method | Informs upon completion of 'Project Execution' | 20070815 |
7 | ![]() |
Instance method | Public | Method | Informs upon start of 'Project Execution' | 20070815 |
Events
Interface IF_SATC_PROGRESS_LISTENER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_T_LISTENERS | Public | See coding | List of Listeners | 20081215 | ty_T_Listeners type standard table
of ref to if_Satc_Progress_Listener
with default key
|
Method Signatures
Method HANDLE_EXEC_UNIT_COMPLETED Signature
Method HANDLE_EXEC_UNIT_COMPLETED on Interface IF_SATC_PROGRESS_LISTENER has no parameter.
Method HANDLE_EXEC_UNIT_COMPLETED on Interface IF_SATC_PROGRESS_LISTENER has no exception.
Method HANDLE_EXEC_UNIT_PROGRESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ENTITIES_PROCESSED | Call by reference | Type reference (TYPE) | I | Number of entities that have been submitted for processing | 20081211 | ||
2 | ![]() |
I_ENTITIES_TOTAL | Call by reference | Type reference (TYPE) | I | Total number of entities | 20081211 |
Method HANDLE_EXEC_UNIT_PROGRESS on Interface IF_SATC_PROGRESS_LISTENER has no exception.
Method HANDLE_EXEC_UNIT_STARTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INDEX | Call by reference | Type reference (TYPE) | I | Index of Phase Execution Unit | 20081211 | ||
2 | ![]() |
I_TITLE | Call by reference | Type reference (TYPE) | STRING | Title of Phase Execution Unit | 20081211 |
Method HANDLE_EXEC_UNIT_STARTED on Interface IF_SATC_PROGRESS_LISTENER has no exception.
Method HANDLE_PHASE_COMPLETED Signature
Method HANDLE_PHASE_COMPLETED on Interface IF_SATC_PROGRESS_LISTENER has no parameter.
Method HANDLE_PHASE_COMPLETED on Interface IF_SATC_PROGRESS_LISTENER has no exception.
Method HANDLE_PHASE_STARTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INDEX | Call by reference | Type reference (TYPE) | I | Index of Phase | 20070815 | ||
2 | ![]() |
I_NUMBER_OF_EXECUTION_UNITS | Call by reference | Type reference (TYPE) | I | Total Number of Execution Units | 20081215 | ||
3 | ![]() |
I_TITLE | Call by reference | Type reference (TYPE) | STRING | Title of Phase | 20070815 |
Method HANDLE_PHASE_STARTED on Interface IF_SATC_PROGRESS_LISTENER has no exception.
Method HANDLE_PROJECT_RUN_COMPLETED Signature
Method HANDLE_PROJECT_RUN_COMPLETED on Interface IF_SATC_PROGRESS_LISTENER has no parameter.
Method HANDLE_PROJECT_RUN_COMPLETED on Interface IF_SATC_PROGRESS_LISTENER has no exception.
Method HANDLE_PROJECT_RUN_STARTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NUMBER_PHASES | Call by reference | Type reference (TYPE) | I | Total Number of Phases | 20070815 | ||
2 | ![]() |
I_TITLE | Call by reference | Type reference (TYPE) | STRING | Title of Project | 20070815 |
Method HANDLE_PROJECT_RUN_STARTED on Interface IF_SATC_PROGRESS_LISTENER has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 710 |