SAP ABAP Class IF_SATC_PROGRESS_LISTENER (Progress listener for execution events)
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
| Class | IF_SATC_PROGRESS_LISTENER | |
| Short Description | Progress listener for execution events | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20070815 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_SATC_PROGRESS_LISTENER has no forward declaration.
Interfaces
Class IF_SATC_PROGRESS_LISTENER has no interface implemented.
Friends
Class IF_SATC_PROGRESS_LISTENER has no friend class.
Attributes
Class 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
Class 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 class IF_SATC_PROGRESS_LISTENER has no parameter.
Method HANDLE_EXEC_UNIT_COMPLETED on class 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 class 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 class IF_SATC_PROGRESS_LISTENER has no exception.
Method HANDLE_PHASE_COMPLETED Signature
Method HANDLE_PHASE_COMPLETED on class IF_SATC_PROGRESS_LISTENER has no parameter.
Method HANDLE_PHASE_COMPLETED on class 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 class IF_SATC_PROGRESS_LISTENER has no exception.
Method HANDLE_PROJECT_RUN_COMPLETED Signature
Method HANDLE_PROJECT_RUN_COMPLETED on class IF_SATC_PROGRESS_LISTENER has no parameter.
Method HANDLE_PROJECT_RUN_COMPLETED on class 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 class IF_SATC_PROGRESS_LISTENER has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |