SAP ABAP Class CL_APC_WS_PROGRESS_INDICATOR (ABAP Push Channel progress indicator)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-AC (Application Component) ABAP Channels
⤷
SAPC_APPLICATION (Package) APC application package
⤷
⤷
Properties
| Class | CL_APC_WS_PROGRESS_INDICATOR | |
| Short Description | ABAP Push Channel progress indicator | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SAPC_APPLICATION | APC application package |
| Created | 20130418 | SAP |
| Last change | 20140121 | 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) |
Interfaces
Class CL_APC_WS_PROGRESS_INDICATOR has no interface implemented.
Friends
Class CL_APC_WS_PROGRESS_INDICATOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | C | ABAP_FALSE | Enable the initiated action | 20130418 | ||
| 2 | Constant | Public | Type reference (TYPE) | C | ABAP_TRUE | Enable the initiated action | 20130418 | ||
| 3 | Constant | Private | Type reference (TYPE) | AMC_CHANNEL_ID | '/progress_indicator' | Identifier of the ABAP Messaging Channel | 20130511 | ||
| 4 | Constant | Private | Type reference (TYPE) | AMC_APPLICATION_ID | 'SYSTEM_CHANNELS' | ABAP Messaging Application identifier | 20130511 | ||
| 5 | Static Attribute | Private | Type reference (TYPE) | STRING | ',ext_id=' | WebGUI channel extension ID | 20131120 | ||
| 6 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_AC_MESSAGE_TYPE_PCP | ABAP Channels message type Push Channel Protocol (PCP) | 20130614 | |||
| 7 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_AMC_MESSAGE_PRODUCER_PCP | AMC producer for Push Channel Protocol (PCP) messages | 20130614 | |||
| 8 | Static Attribute | Private | Type reference (TYPE) | ANSWER | Alternative reply for dialog query | 20130930 | |||
| 9 | Static Attribute | Private | Type reference (TYPE) | GTYPE_WINDOW_ID | 20130619 | ||||
| 10 | Static Attribute | Private | Type reference (TYPE) | GTYPE_WINDOW_REGISTRATION | 20130619 | ||||
| 11 | Static Attribute | Public | Type reference (TYPE) | C | SAPGUI progress indicator state | 20130418 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Activate SAPGUI progress indicator in HTTP contex | 20130619 | |
| 2 | Instance method | Public | Method | Deactivate SAPGUI progress indicator in HTTP contex | 20130619 | |
| 3 | Static method | Public | Method | Create or get an instance of progress indicator | 20130619 | |
| 4 | Static method | Public | Method | Bind AMC channel to SAPGUI progress indicator in APC service | 20130619 | |
| 5 | Instance method | Public | Method | Send SAPGUI progress indicator information | 20130619 |
Events
Class CL_APC_WS_PROGRESS_INDICATOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTYPE_WINDOW_ID | Public | See coding | 20130511 | gtype_window_id TYPE c LENGTH 32
|
||
| 2 | GTYPE_WINDOW_REGISTRATION | Private | See coding | 20130619 | BEGIN OF gtype_window_registration,
window_id_field_name TYPE string,
window_id TYPE gtype_window_id,
progress_indicator TYPE REF TO cl_apc_ws_progress_indicator,
END OF gtype_window_registration
|
Method Signatures
Method ACTIVATE Signature
Method ACTIVATE on class CL_APC_WS_PROGRESS_INDICATOR has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | APC WS progress indicator error class | 20130619 |
Method DEACTIVATE Signature
Method DEACTIVATE on class CL_APC_WS_PROGRESS_INDICATOR has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | APC WS progress indicator error class | 20130619 |
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHECK_RECEIVER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Check the availability of APC WebSocket receiver | 20130826 | ||
| 2 | I_WINDOW_ID | Call by reference | Type reference (TYPE) | GTYPE_WINDOW_ID | 20130619 | ||||
| 3 | I_WINDOW_ID_FIELD_NAME | Call by reference | Type reference (TYPE) | STRING | 'WINDOW_ID' | PCP field name | 20130710 | ||
| 4 | R_PROGRESSS_INDICATOR | Value transfer | Object reference (TYPE REF TO) | CL_APC_WS_PROGRESS_INDICATOR | ABAP Push Channel progress indicator | 20130619 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | APC WS progress indicator exception class | 20130619 |
Method PREPARE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BINDING_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_APC_WS_BINDING_MANAGER | APC framework: Connection binding manager (do not implement) | 20130619 | |||
| 2 | I_WINDOW_ID | Call by reference | Type reference (TYPE) | GTYPE_WINDOW_ID | 20130619 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | APC WS progress indicator exception class | 20130619 |
Method SEND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PERCENTAGE | Call by reference | Type reference (TYPE) | I | 20130619 | ||||
| 2 | I_TEXT | Call by reference | Type reference (TYPE) | C | 20130619 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | APC WS progress indicator exception class | 20130619 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |