Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RCC_ENGINE | RCCF Engine Interface | 20080320 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RCC_ENGINE_C | RCCF Engine Interface | 20080320 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RCC_ENGINE_EVENTS | RCCF Engine Event Interface | 20080320 |
Properties
| Class | CL_RCC_ENGINE | |
| Short Description | Basis Class for RCCF Engines | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RCC_ENGINE | RCCF: Engine |
| Created | 20080320 | SAP |
| Last change | 20130531 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RCC_ENGINE | RCCF Engine Interface | 20080320 | ||
| 2 | IF_RCC_ENGINE_C | RCCF Engine Interface | 20080320 | ||
| 3 | IF_RCC_ENGINE_EVENTS | RCCF Engine Event Interface | 20080320 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_RCC_COM_DEFAULTPARAMETER | 20080320 | Default Parameter for RCCF Engines |
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Add Message to Engine Log | 20080320 | |
| 2 | Instance method | Public | Method | Fill Parameters for Later Pickup by Engine | 20080320 | |
| 3 | Instance method | Public | Constructor | Inter. | 20080320 | |
| 4 | Instance method | Public | Method | Starts Engine | 20080320 | |
| 5 | Static method | Public | Method | Starts Transferred Engine | 20080320 | |
| 6 | Static method | Public | Method | Method to Create an Instance of This Class | 20080320 | |
| 7 | Instance method | Public | Method | Release of Resources of the Instance and Saving of Log | 20080320 | |
| 8 | Static method | Private | Method | Internal: Release of Engine Parameters | 20080320 | |
| 9 | Static method | Private | Method | Return the engine data for a given engine | 20110614 | |
| 10 | Instance method | Public | Method | 20080320 | ||
| 11 | Static method | Private | Method | Get the engine parameter | 20110614 | |
| 12 | Static method | Private | Method | Internal: Get the Destination specified via the Extra Params | 20100830 | |
| 13 | Static method | Public | Method | Receive the communication parameter from the engine | 20110609 | |
| 14 | Instance method | Private | Method | 20110722 | ||
| 15 | Instance method | Private | Method | 20110722 | ||
| 16 | Instance method | Private | Method | 20110722 | ||
| 17 | Instance method | Private | Method | 20110722 | ||
| 18 | Static method | Public | Method | Internal: Setting of Load Balancing Slot in Advance | 20080320 | |
| 19 | Static method | Private | Method | 20110609 | ||
| 20 | Instance method | Private | Method | 20080320 | ||
| 21 | Instance method | Private | Method | 20110722 | ||
| 22 | Static method | Public | Method | Pass a communication message to the engine | 20110609 | |
| 23 | Static method | Public | Method | Pass a communication parameter to the engine | 20110609 | |
| 24 | Static method | Public | Method | Pass performance information to the engine | 20110609 | |
| 25 | Static method | Public | Method | Pass communication progress information to the engine | 20110609 | |
| 26 | Static method | Public | Method | Pass result information to the engine | 20110609 | |
| 27 | Instance method | Private | Method | 20110722 | ||
| 28 | Static method | Public | Method | Pass system information to the engine | 20110609 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | AFTER_ENGAGE | Instance Event (0) |
Public (2) |
20080320 | |
| 2 | AFTER_INIT | Instance Event (0) |
Public (2) |
20080320 | |
| 3 | BEFORE_FINALIZE | Instance Event (0) |
Public (2) |
20080320 | |
| 4 | MESSAGE_RECEIVE | Instance Event (0) |
Public (2) |
20080320 | |
| 5 | PARAMETER_RECEIVE | Instance Event (0) |
Public (2) |
20080320 | |
| 6 | PARAMETER_REQUEST | Instance Event (0) |
Public (2) |
20080320 | |
| 7 | PERFINFO_RECEIVE | Instance Event (0) |
Public (2) |
20080320 | |
| 8 | PROGRESS_RECEIVE | Instance Event (0) |
Public (2) |
20080320 | |
| 9 | RESULT_RECEIVE | Instance Event (0) |
Public (2) |
20080320 | |
| 10 | SHUTDOWN | Instance Event (0) |
Public (2) |
20110609 | |
| 11 | SYSINFO_RECEIVE | Instance Event (0) |
Public (2) |
20080320 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTYS_ENGINE_DATA | Private | See coding | 20110614 | BEGIN OF ltys_engine_data,
engine TYPE REF TO if_rcc_engine,
mo_eng_par TYPE REF TO lcl_engine_parameter,
mv_parameter_added TYPE abap_bool,
mv_slot_number TYPE rcc_slot_number,
mv_running type abap_bool,
END OF ltys_engine_data
|
||
| 2 | LTYT_ENGINE_DATA | Private | See coding | 20110614 | ltyt_engine_data TYPE HASHED TABLE OF ltys_engine_data WITH UNIQUE KEY engine
|
Method Signatures
Method ADD_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MSG_HANDLE | Call by reference | Type reference (TYPE) | BALMSGHNDL | Application Log: Message Handle | 20080320 | |||
| 2 | EV_MSG_LOGGED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080320 | ||||
| 3 | IO_ENGINE | Call by reference | Object reference (TYPE REF TO) | IF_RCC_ENGINE | RCCF Engine Interface | 20110609 | |||
| 4 | IS_MESSAGE | Call by reference | Type reference (TYPE) | BAL_S_MSG | Application Log: Message Data | 20080320 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080320 |
Method ADD_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PARAMETER | Call by reference | Type reference (TYPE) | RCCT_COMM_PARAMETER | Parameter Structure for Transferring All Parameters in RCCF | 20080320 |
Method ADD_PARAMETER on class CL_RCC_ENGINE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LOG_CALLBACK | Call by reference | Object reference (TYPE REF TO) | IF_RCC_LOG_CALLBACK | RCCF Log Callback Interface | 20080320 | |||
| 2 | IS_ENGINE_PARAMETER | Call by reference | Type reference (TYPE) | RCCS_ENGINE_PARAMETER | Application-Relevant Engine Parameters | 20080320 | |||
| 3 | IV_APP | Call by reference | Type reference (TYPE) | RCC_APP | RCCF Application ID | 20080320 | |||
| 4 | IV_MODE | Call by reference | Type reference (TYPE) | RCC_ENGINE_MODE | Engine Mode in RCCF (Tool or Application) | 20080320 |
Method CONSTRUCTOR on class CL_RCC_ENGINE has no exception.
Method EXECUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SLOT | Call by reference | Type reference (TYPE) | RCCS_SLOT | RCCF Slot Name | 20110722 | |||
| 2 | IV_DEST_ID | Call by reference | Type reference (TYPE) | RCC_DEST_ID | Preassignment of Destination Address | 20080320 | |||
| 3 | IV_MSG_LOGHANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20080320 | |||
| 4 | IV_SLOT_MAX | Call by reference | Type reference (TYPE) | RCC_SLOT_MAXIMUM | 1 | Maximum number of slots which should be reserved | 20080812 | ||
| 5 | IV_SLOT_MIN | Call by reference | Type reference (TYPE) | RCC_SLOT_MINIMUM | 1 | Minimum number of slots which should be reserved | 20080812 | ||
| 6 | RT_ENGINE_PARAMETER | Value transfer | Object reference (TYPE REF TO) | IF_RCC_ENGINE_PARAMETER | RCCF Engine Parameters Interface | 20080320 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080320 |
Method EXECUTE_ENGINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COMMUNICATION_HOOK | Call by reference | Object reference (TYPE REF TO) | IF_RCC_COMMHOOK | Interface to Join In Communication | 20080320 | |||
| 2 | IO_ENGINE | Call by reference | Object reference (TYPE REF TO) | IF_RCC_ENGINE | Basis Class for External RCCF Engines | 20080320 | |||
| 3 | IS_SLOT | Call by reference | Type reference (TYPE) | RCCS_SLOT | RCCF Slot Name | 20110722 | |||
| 4 | IV_APP | Call by reference | Type reference (TYPE) | RCC_APP | RCCF Application ID | 20080320 | |||
| 5 | IV_DEST_ID | Call by reference | Type reference (TYPE) | RCC_DEST_ID | Direct Preassignment of Destination ID | 20080320 | |||
| 6 | IV_MSG_LOGHANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20080320 | |||
| 7 | IV_SLOT_MAX | Call by reference | Type reference (TYPE) | RCC_SLOT_MAXIMUM | 1 | Maximum number of slots which should be reserved | 20080812 | ||
| 8 | IV_SLOT_MIN | Call by reference | Type reference (TYPE) | RCC_SLOT_MINIMUM | 1 | Minimum number of slots which should be reserved | 20080812 | ||
| 9 | RT_ENGINE_PARAMETER | Value transfer | Object reference (TYPE REF TO) | IF_RCC_ENGINE_PARAMETER | RCCF Engine Parameters Interface | 20080320 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080320 |
Method FACTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LOG_CALLBACK | Call by reference | Object reference (TYPE REF TO) | IF_RCC_LOG_CALLBACK | RCCF Log Callback Interface | 20080320 | |||
| 2 | IS_ENGINE_PARAMETER | Call by reference | Type reference (TYPE) | RCCS_ENGINE_PARAMETER | Application-Relevant Engine Parameters | 20080320 | |||
| 3 | IV_APP | Call by reference | Type reference (TYPE) | RCC_APP | RCCF Application ID | 20080320 | |||
| 4 | IV_MODE | Call by reference | Type reference (TYPE) | RCC_ENGINE_MODE | Engine Mode in RCCF (Tool or Application) | 20080320 | |||
| 5 | RO_ENGINE | Value transfer | Object reference (TYPE REF TO) | CL_RCC_ENGINE | Basis Class for External RCCF Engines | 20080320 |
Method FACTORY on class CL_RCC_ENGINE has no exception.
Method FREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ENGINE_PARAMETER | Call by reference | Object reference (TYPE REF TO) | IF_RCC_ENGINE_PARAMETER | RCCF Engine Parameters Interface | 20080320 |
Method FREE on class CL_RCC_ENGINE has no exception.
Method FREE_STATIC 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 | 20110614 |
Method FREE_STATIC on class CL_RCC_ENGINE has no exception.
Method GET_ENGINE_DATA 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 | 20110614 | |||
| 2 | RS_ENGINE_DATA | Value transfer | Type reference (TYPE) | LTYS_ENGINE_DATA | 20110614 |
Method GET_ENGINE_DATA on class CL_RCC_ENGINE has no exception.
Method GET_ENGINE_MODE Signature
Method GET_ENGINE_MODE on class CL_RCC_ENGINE has no parameter.
Method GET_ENGINE_MODE on class CL_RCC_ENGINE has no exception.
Method GET_ENGINE_PARAMETER 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 | 20110614 | |||
| 2 | RO_ENGINE_PARAMETER | Value transfer | Object reference (TYPE REF TO) | LCL_ENGINE_PARAMETER | 20110614 |
Method GET_ENGINE_PARAMETER on class CL_RCC_ENGINE has no exception.
Method GET_OVERRIDE_DESTINATION 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 | 20100830 | |||
| 2 | IV_CUSTID | Call by reference | Type reference (TYPE) | RCC_PARAM_CUSTID | RCCF Parameter: Customizing ID | 20100830 | |||
| 3 | IV_PROFILE | Call by reference | Type reference (TYPE) | RCC_PARAM_PROFILE | RCCF Parameter: Profile | 20100830 | |||
| 4 | RV_DESTID | Value transfer | Type reference (TYPE) | RCC_DEST_ID | Destination ID of External Engine in RCCF | 20100830 |
Method GET_OVERRIDE_DESTINATION on class CL_RCC_ENGINE has no exception.
Method GET_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_COMM_HEADER | Call by reference | Type reference (TYPE) | RCCS_COMM_PARAM_HEADER | Parameter Header for Communication with External Engines | 20110609 | |||
| 2 | CT_COMM_DATA | Call by reference | Type reference (TYPE) | RCCT_COMM_PARAM_TABLE | Table for Parameter Transfer with External Engines | 20110609 | |||
| 3 | IO_ENGINE | Call by reference | Object reference (TYPE REF TO) | IF_RCC_ENGINE | RCCF Engine Interface | 20110609 |
Method GET_PARAMETER on class CL_RCC_ENGINE has no exception.
Method ON_AFTER_ENGAGE Signature
Method ON_AFTER_ENGAGE on class CL_RCC_ENGINE has no parameter.
Method ON_AFTER_ENGAGE on class CL_RCC_ENGINE has no exception.
Method ON_FINALIZE Signature
Method ON_FINALIZE on class CL_RCC_ENGINE has no parameter.
Method ON_FINALIZE on class CL_RCC_ENGINE has no exception.
Method ON_INIT Signature
Method ON_INIT on class CL_RCC_ENGINE has no parameter.
Method ON_INIT on class CL_RCC_ENGINE has no exception.
Method ON_SHUTDOWN Signature
Method ON_SHUTDOWN on class CL_RCC_ENGINE has no parameter.
Method ON_SHUTDOWN on class CL_RCC_ENGINE has no exception.
Method PRESET_SLOT 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 | 20110614 | |||
| 2 | IV_NUMSLOTS | Call by reference | Type reference (TYPE) | RCC_SLOT_USEDNUMBER | 1 | Number of Slots Used in RCCF | 20080613 | ||
| 3 | IV_SLOT_NR | Call by reference | Type reference (TYPE) | RCC_SLOT_NUMBER | 0 | Slot Number of Load Distribution in RCCF | 20080320 |
Method PRESET_SLOT on class CL_RCC_ENGINE has no exception.
Method SET_COM_DEFAULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_COMM_DATA | Call by reference | Type reference (TYPE) | RCCT_COMM_PARAM_TABLE | Table for Parameter Transfer with External Engines | 20110609 | |||
| 2 | IO_ENGINE | Call by reference | Object reference (TYPE REF TO) | IF_RCC_ENGINE | RCCF Engine Interface | 20110609 | |||
| 3 | IV_METHOD_NAME | Call by reference | Type reference (TYPE) | SEOCPDNAME | Full Component Name | 20110609 |
Method SET_COM_DEFAULT on class CL_RCC_ENGINE has no exception.
Method SET_ENGINE_LOGHANDLE Signature
Method SET_ENGINE_LOGHANDLE on class CL_RCC_ENGINE has no parameter.
Method SET_ENGINE_LOGHANDLE on class CL_RCC_ENGINE has no exception.
Method SET_ENGINE_RESULT Signature
Method SET_ENGINE_RESULT on class CL_RCC_ENGINE has no parameter.
Method SET_ENGINE_RESULT on class CL_RCC_ENGINE has no exception.
Method SET_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_COMM_DATA | Call by reference | Type reference (TYPE) | RCCT_COMM_PARAM_TABLE | Table for Parameter Transfer with External Engines | 20110609 | |||
| 2 | IO_ENGINE | Call by reference | Object reference (TYPE REF TO) | IF_RCC_ENGINE | RCCF Engine Interface | 20110609 |
Method SET_MESSAGE on class CL_RCC_ENGINE has no exception.
Method SET_PARAMETER 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 | 20110609 | |||
| 2 | IS_COMM_HEADER | Call by reference | Type reference (TYPE) | RCCS_COMM_PARAM_HEADER | Parameter Header for Communication with External Engines | 20110609 | |||
| 3 | IT_COMM_DATA | Call by reference | Type reference (TYPE) | RCCT_COMM_PARAM_TABLE | Table for Parameter Transfer with External Engines | 20110609 |
Method SET_PARAMETER on class CL_RCC_ENGINE has no exception.
Method SET_PERFINFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_COMM_DATA | Call by reference | Type reference (TYPE) | RCCT_COMM_PARAM_TABLE | Table for Parameter Transfer with External Engines | 20110609 | |||
| 2 | IO_ENGINE | Call by reference | Object reference (TYPE REF TO) | IF_RCC_ENGINE | RCCF Engine Interface | 20110609 |
Method SET_PERFINFO on class CL_RCC_ENGINE has no exception.
Method SET_PROGRESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_COMM_DATA | Call by reference | Type reference (TYPE) | RCCT_COMM_PARAM_TABLE | Table for Parameter Transfer with External Engines | 20110609 | |||
| 2 | IO_ENGINE | Call by reference | Object reference (TYPE REF TO) | IF_RCC_ENGINE | RCCF Engine Interface | 20110609 |
Method SET_PROGRESS on class CL_RCC_ENGINE has no exception.
Method SET_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_COMM_DATA | Call by reference | Type reference (TYPE) | RCCT_COMM_PARAM_TABLE | Table for Parameter Transfer with External Engines | 20110609 | |||
| 2 | IO_ENGINE | Call by reference | Object reference (TYPE REF TO) | IF_RCC_ENGINE | RCCF Engine Interface | 20110609 |
Method SET_RESULT on class CL_RCC_ENGINE has no exception.
Method SET_SLOT_INFO Signature
Method SET_SLOT_INFO on class CL_RCC_ENGINE has no parameter.
Method SET_SLOT_INFO on class CL_RCC_ENGINE has no exception.
Method SET_SYSINFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_COMM_DATA | Call by reference | Type reference (TYPE) | RCCT_COMM_PARAM_TABLE | Table for Parameter Transfer with External Engines | 20110609 | |||
| 2 | IO_ENGINE | Call by reference | Object reference (TYPE REF TO) | IF_RCC_ENGINE | RCCF Engine Interface | 20110609 |
Method SET_SYSINFO on class CL_RCC_ENGINE has no exception.
Event Signatures
Event AFTER_ENGAGE Signature
Event AFTER_ENGAGE on class CL_RCC_ENGINE has no parameter.
Event AFTER_INIT Signature
Event AFTER_INIT on class CL_RCC_ENGINE has no parameter.
Event BEFORE_FINALIZE Signature
Event BEFORE_FINALIZE on class CL_RCC_ENGINE has no parameter.
Event MESSAGE_RECEIVE Signature
Event MESSAGE_RECEIVE on class CL_RCC_ENGINE has no parameter.
Event PARAMETER_RECEIVE Signature
Event PARAMETER_RECEIVE on class CL_RCC_ENGINE has no parameter.
Event PARAMETER_REQUEST Signature
Event PARAMETER_REQUEST on class CL_RCC_ENGINE has no parameter.
Event PERFINFO_RECEIVE Signature
Event PERFINFO_RECEIVE on class CL_RCC_ENGINE has no parameter.
Event PROGRESS_RECEIVE Signature
Event PROGRESS_RECEIVE on class CL_RCC_ENGINE has no parameter.
Event RESULT_RECEIVE Signature
Event RESULT_RECEIVE on class CL_RCC_ENGINE has no parameter.
Event SHUTDOWN Signature
Event SHUTDOWN on class CL_RCC_ENGINE has no parameter.
Event SYSINFO_RECEIVE Signature
Event SYSINFO_RECEIVE on class CL_RCC_ENGINE has no parameter.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 604 |