SAP ABAP Class CL_CFX_PROCESS_SYNC (CL_CFX_PROCESS_SYNC)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PLM-CFO (Application Component) Collaboration Folders
⤷
CFX_UI (Package) Collaboration Folders: User Interface
⤷
⤷
Properties
| Class | CL_CFX_PROCESS_SYNC | |
| Short Description | ||
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CFX_UI | Collaboration Folders: User Interface |
| Created | 20010608 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CFX_PROCESS_SYNC has no forward declaration.
Interfaces
Class CL_CFX_PROCESS_SYNC has no interface implemented.
Friends
Class CL_CFX_PROCESS_SYNC 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) | CFX_BOOLEAN | Boolean Type | 20010718 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | SY-UZEIT | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20010628 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | I | 20010628 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | CFX_CREATED_BY | Logon Name of User | 20010628 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Upper Case | 20010628 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | I | 20010628 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | XSTRING | 20010718 | ||||
| 8 | Constant | Public | Type reference (TYPE) | I | 3 | Describes How Often Progress is Buffered | 20010608 | ||
| 9 | Constant | Public | Type reference (TYPE) | I | 2 | Describes How Often the Page is Refreshed | 20010627 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Deletes Completed Processes | 20010628 | |
| 2 | Static method | Public | Method | Delete Entry in Process Table | 20010628 | |
| 3 | Instance method | Public | Method | Sets the Finish Flag for the Process | 20010716 | |
| 4 | Static method | Public | Method | Returns the Progress of the Background Process | 20010608 | |
| 5 | Instance method | Public | Method | Returns ABAP_TRUE if Progress Has Process Status Again | 20010627 | |
| 6 | Instance method | Public | Event handling method | Handler for Copied Event | 20010608 | |
| 7 | Instance method | Public | Event handling method | Handler for Deleted Event | 20010709 | |
| 8 | Instance method | Public | Method | Sets the Result | 20010625 | |
| 9 | Static method | Public | Method | Sets the Process ID of the Process Being Synchronized | 20010608 |
Events
Class CL_CFX_PROCESS_SYNC has no event.
Types
Class CL_CFX_PROCESS_SYNC has no local type.
Method Signatures
Method DELETE_FINISHED_PROCESSES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_HAS_DELETED | Value transfer | Type reference (TYPE) | CFX_BOOLEAN | Boolscher Typ | 20010628 |
Method DELETE_FINISHED_PROCESSES on class CL_CFX_PROCESS_SYNC has no exception.
Method DELETE_PROCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PROCESS_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID im 'CHAR' Format in Großschreibung | 20010628 |
Method DELETE_PROCESS on class CL_CFX_PROCESS_SYNC has no exception.
Method FINISH Signature
Method FINISH on class CL_CFX_PROCESS_SYNC has no parameter.
Method FINISH on class CL_CFX_PROCESS_SYNC has no exception.
Method GET_PROGRESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_FINISHED | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | Boolscher Typ | 20010716 | |||
| 2 | E_MAX_PROGRESS | Call by reference | Type reference (TYPE) | I | 20010608 | ||||
| 3 | E_PROGRESS | Call by reference | Type reference (TYPE) | I | 20010608 | ||||
| 4 | E_RESULT | Call by reference | Type reference (TYPE) | XSTRING | 20010625 | ||||
| 5 | I_PROCESS_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID im 'CHAR' Format in Großschreibung | 20010608 |
Method GET_PROGRESS on class CL_CFX_PROCESS_SYNC has no exception.
Method IS_TIME_TO_STORE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_TIME | Value transfer | Type reference (TYPE) | CFX_BOOLEAN | Boolscher Typ | 20010627 |
Method IS_TIME_TO_STORE on class CL_CFX_PROCESS_SYNC has no exception.
Method ON_COPIED Signature
Method ON_COPIED on class CL_CFX_PROCESS_SYNC has no parameter.
Method ON_COPIED on class CL_CFX_PROCESS_SYNC has no exception.
Method ON_DELETED Signature
Method ON_DELETED on class CL_CFX_PROCESS_SYNC has no parameter.
Method ON_DELETED on class CL_CFX_PROCESS_SYNC has no exception.
Method SET_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RESULT | Call by reference | Type reference (TYPE) | XSTRING | 20010625 |
Method SET_RESULT on class CL_CFX_PROCESS_SYNC has no exception.
Method START_SYNC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MAX_PROGRESS | Call by reference | Type reference (TYPE) | I | 20010608 | ||||
| 2 | I_PROCESS_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID im 'CHAR' Format in Großschreibung | 20010608 | |||
| 3 | RP_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_CFX_PROCESS_SYNC | 20010628 |
Method START_SYNC on class CL_CFX_PROCESS_SYNC has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 100 |