SAP ABAP Class CL_RCC_COMM_SERVICE (RCCF Service Communication Class)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-RCC (Application Component) Remote Control and Communication Framework
⤷
RCC_COM_SERVICE_CONSUMER (Package) RCCF: Communication: Service Consumer
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RCC_COMMUNICATION | RCCF Communication Interface | 20090709 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RCC_COMMUNICATION_C | RCCF Communication Interface Constants | 20090709 |
Properties
| Class | CL_RCC_COMM_SERVICE | |
| Short Description | RCCF Service Communication Class | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RCC_COM_SERVICE_CONSUMER | RCCF: Communication: Service Consumer |
| Created | 20090709 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RCC_COMM_SERVICE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RCC_COMMUNICATION | RCCF Communication Interface | 20090709 | ||
| 2 | IF_RCC_COMMUNICATION_C | RCCF Communication Interface Constants | 20090709 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_RCC_COMMSTORE | 20090709 | RCCF Communication Memory |
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Add a service message | 20110725 | |
| 2 | Static method | Public | Method | Add a service progress message | 20110725 | |
| 3 | Instance method | Public | Method | 20090709 | ||
| 4 | Instance method | Public | Constructor | Private Default Constructor | 20090709 | |
| 5 | Static method | Public | Method | Get a timestamp for a message parameter | 20110726 | |
| 6 | Instance method | Public | Method | 20090709 | ||
| 7 | Instance method | Public | Method | 20090709 | ||
| 8 | Static method | Private | Method | Convert a message to a communication table | 20110725 | |
| 9 | Instance method | Private | Method | 20091022 |
Events
Class CL_RCC_COMM_SERVICE has no event.
Types
Class CL_RCC_COMM_SERVICE has no local type.
Method Signatures
Method ADD_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ENGINE | Call by reference | Object reference (TYPE REF TO) | IF_RCC_ENGINE | RCCF Engine Interface | 20110725 | |||
| 2 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20110725 | |||
| 3 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 'I' | Message Type | 20110726 | ||
| 4 | IV_MSGV1 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20110725 | |||
| 5 | IV_MSGV2 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20110725 | |||
| 6 | IV_MSGV3 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20110725 | |||
| 7 | IV_MSGV4 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20110725 |
Method ADD_MESSAGE on class CL_RCC_COMM_SERVICE has no exception.
Method ADD_SERVICE_PROGRESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ENGINE | Call by reference | Object reference (TYPE REF TO) | IF_RCC_ENGINE | RCCF Engine Interface | 20110725 | |||
| 2 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20110725 | |||
| 3 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 'I' | Message Type | 20110725 | ||
| 4 | IV_MSGV1 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20110725 | |||
| 5 | IV_MSGV2 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20110725 | |||
| 6 | IV_MSGV3 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20110725 | |||
| 7 | IV_MSGV4 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20110725 |
Method ADD_SERVICE_PROGRESS on class CL_RCC_COMM_SERVICE has no exception.
Method CALL_ENGINE Signature
Method CALL_ENGINE on class CL_RCC_COMM_SERVICE has no parameter.
Method CALL_ENGINE on class CL_RCC_COMM_SERVICE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APP | Call by reference | Type reference (TYPE) | RCC_APP | RCCF Application ID | 20090709 | |||
| 2 | IV_COMM_DEST | Call by reference | Type reference (TYPE) | RCC_COMDEST | Destination for Communication with External Engines | 20090709 | |||
| 3 | IV_COMM_TYPE | Call by reference | Type reference (TYPE) | RCC_COMTYPE | Type of Communication with External Engines | 20090709 | |||
| 4 | IV_DEST_ID | Call by reference | Type reference (TYPE) | RCC_CID | Character-Like Identifier | 20090709 | |||
| 5 | IV_DEST_MAXUSER | Call by reference | Type reference (TYPE) | RCC_MAXUSER | Maximum Number of Users per Engine Destination | 20090709 | |||
| 6 | IV_DEST_PRIO | Call by reference | Type reference (TYPE) | RCC_PRIO | Priority for External Engine Destinations | 20090709 | |||
| 7 | IV_DEST_SLOT | Call by reference | Type reference (TYPE) | INT4 | Slot Number in Load Balancing | 20090709 | |||
| 8 | IV_DEST_STATUS | Call by reference | Type reference (TYPE) | RCC_STATUS | Status Flag for RCCF | 20090709 |
Method CONSTRUCTOR on class CL_RCC_COMM_SERVICE has no exception.
Method GET_TIMESTAMP_FOR_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TIMESTAMP | Value transfer | Type reference (TYPE) | SYCHAR50 | CHAR50 for SYST | 20110726 |
Method GET_TIMESTAMP_FOR_MESSAGE on class CL_RCC_COMM_SERVICE has no exception.
Method HAS_AUTHORITY Signature
Method HAS_AUTHORITY on class CL_RCC_COMM_SERVICE has no parameter.
Method HAS_AUTHORITY on class CL_RCC_COMM_SERVICE has no exception.
Method IS_AVAILABLE Signature
Method IS_AVAILABLE on class CL_RCC_COMM_SERVICE has no parameter.
Method IS_AVAILABLE on class CL_RCC_COMM_SERVICE has no exception.
Method MESSAGE_TO_COMTABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_COMM_DATA | Call by reference | Type reference (TYPE) | RCCT_COMM_PARAM_TABLE | Table for Parameter Transfer with External Engines | 20110725 | |||
| 2 | IS_MESSAGE | Call by reference | Type reference (TYPE) | SYMSG | Message | 20110725 |
Method MESSAGE_TO_COMTABLE on class CL_RCC_COMM_SERVICE has no exception.
Method SET_DESTINATION_SLOT Signature
Method SET_DESTINATION_SLOT on class CL_RCC_COMM_SERVICE has no parameter.
Method SET_DESTINATION_SLOT on class CL_RCC_COMM_SERVICE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |