SAP ABAP Class IF_AC_MESSAGE_TYPE_PCP (ABAP Channels message type Push Channel Protocol (PCP))
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_AC_MESSAGE_TYPE_PCP | ABAP Channels message type Push Channel Protocol (PCP) | 20130610 |
Properties
| Class | IF_AC_MESSAGE_TYPE_PCP | |
| Short Description | ABAP Channels message type Push Channel Protocol (PCP) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130610 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_AC_MESSAGE_TYPE_PCP has no forward declaration.
Interfaces
Class IF_AC_MESSAGE_TYPE_PCP has no interface implemented.
Friends
Class IF_AC_MESSAGE_TYPE_PCP has no friend class.
Attributes
Class IF_AC_MESSAGE_TYPE_PCP has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Deletes the field from the list of fields | 20130610 | |
| 2 | Static method | Public | Method | Deserialize a PCP message | 20130611 | |
| 3 | Instance method | Public | Method | Get body as binary | 20130611 | |
| 4 | Instance method | Public | Method | Returns the value of the specified field | 20130610 | |
| 5 | Instance method | Public | Method | Returns a list of all form fields | 20130617 | |
| 6 | Instance method | Public | Method | Get body as text | 20130611 | |
| 7 | Instance method | Public | Method | Serialize a PCP message | 20130611 | |
| 8 | Instance method | Public | Method | Set binary message | 20130610 | |
| 9 | Instance method | Public | Method | Sets the value of the specified field | 20130610 | |
| 10 | Instance method | Public | Method | Set text message | 20130610 |
Events
Class IF_AC_MESSAGE_TYPE_PCP has no event.
Types
Class IF_AC_MESSAGE_TYPE_PCP has no local type.
Method Signatures
Method DELETE_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | STRING | 20130610 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ABAP Channels message type Push Channel Protocol error | 20130610 |
Method DESERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SERIALIZED_MESSAGE | Call by reference | Type reference (TYPE) | STRING | 20130611 | ||||
| 2 | R_MESSAGE | Value transfer | Object reference (TYPE REF TO) | IF_AC_MESSAGE_TYPE_PCP | ABAP Channels message type Push Channel Protocol (PCP) | 20130612 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ABAP Channels message type Push Channel Protocol error | 20130611 |
Method GET_BINARY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_MESSAGE | Value transfer | Type reference (TYPE) | XSTRING | 20130611 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ABAP Channels message type Push Channel Protocol error | 20130611 |
Method GET_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | STRING | 20130610 | ||||
| 2 | R_VALUE | Value transfer | Type reference (TYPE) | STRING | 20130610 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ABAP Channels message type Push Channel Protocol error | 20130610 |
Method GET_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_FIELDS | Value transfer | Type reference (TYPE) | PCP_FIELDS | Push Channel Protocol field table | 20130620 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ABAP Channels message type Push Channel Protocol error | 20130617 |
Method GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_MESSAGE | Value transfer | Type reference (TYPE) | STRING | 20130611 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ABAP Channels message type Push Channel Protocol error | 20130611 |
Method SERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_SERIALIZED_MESSAGE | Value transfer | Type reference (TYPE) | STRING | 20130611 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ABAP Channels message type Push Channel Protocol error | 20130611 |
Method SET_BINARY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MESSAGE | Call by reference | Type reference (TYPE) | XSTRING | 20130610 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ABAP Channels message type Push Channel Protocol error | 20130610 |
Method SET_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | STRING | 20130610 | ||||
| 2 | I_VALUE | Call by reference | Type reference (TYPE) | STRING | 20130610 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ABAP Channels message type Push Channel Protocol error | 20130610 |
Method SET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MESSAGE | Call by reference | Type reference (TYPE) | STRING | 20130610 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ABAP Channels message type Push Channel Protocol error | 20130610 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |