SAP ABAP Class CL_RCC_ADMIN_ENGINEVERSION (Class for Deriving Engine Version)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-RCC (Application Component) Remote Control and Communication Framework
⤷
RCC_ADMIN (Package) RCCF: Administrative Tasks
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RCC_ENGINE_EVENTHANDLER | Basis Class for Engine Events | 20080320 |
Properties
| Class | CL_RCC_ADMIN_ENGINEVERSION | |
| Short Description | Class for Deriving Engine Version | |
| Super Class | CL_RCC_ENGINE_EVENTHANDLER | Basis Class for Engine Events |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RCC_ADMIN | RCCF: Administrative Tasks |
| Created | 20080320 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RCC_ADMIN_ENGINEVERSION has no forward declaration.
Interfaces
Class CL_RCC_ADMIN_ENGINEVERSION has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_RCC_ADMIN_FUNCTIONSTORE | 20100122 | Function Memory for Admin Functions |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | RCCS_ADMIN_VERSION | Engine Version Information | 20080320 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | RCCT_APP | RCCF list of applications | 20110711 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | RCC_PARAM_STRING_VALUE | 'USER' | RCCF Parameter: Character String | 20080909 | ||
| 4 | Instance attribute | Private | Type reference (TYPE) | RCC_COMDEST | Communication Connection | 20110704 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | I | 20080320 | ||||
| 6 | Instance attribute | Public | Type reference (TYPE) | I | 20080320 | ||||
| 7 | Static Attribute | Private | Type reference (TYPE) | LTYT_COM_DEST_VERSION | 20110704 | ||||
| 8 | Static Attribute | Private | Type reference (TYPE) | LTYT_DESTINATION | Table of Destination Addresses for External Engines in RCCF | 20110704 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | CONSTRUCTOR | 20080909 | |
| 2 | Static method | Public | Method | Retrieve Version Information of an Engine | 20080320 | |
| 3 | Static method | Private | Method | Retrieve Version Information of an Engine the default way | 20100122 | |
| 4 | Static method | Private | Method | Retrieve Version Information of an Engine the service way | 20100122 |
Events
Class CL_RCC_ADMIN_ENGINEVERSION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTYS_COM_DEST_VERSION | Private | See coding | 20110704 | begin of LTYS_COM_DEST_VERSION,
com_dest type rcc_comdest,
versions type rcct_admin_version,
apps type rcct_app,
end of ltys_com_dest_version
|
||
| 2 | LTYT_COM_DEST_VERSION | Private | See coding | 20110704 | ltyt_com_dest_version type hashed table of ltys_com_dest_version with unique key com_dest
|
||
| 3 | LTYT_DESTINATION | Private | See coding | 20110704 | LTYT_DESTINATION type sorted table of rccs_eng_destination with non-unique key dest_comdest dest_app
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CALLER | Call by reference | Type reference (TYPE) | RCC_PARAM_STRING_VALUE | 'USER' | RCCF Parameter: Character String | 20080909 |
Method CONSTRUCTOR on class CL_RCC_ADMIN_ENGINEVERSION has no exception.
Method GET_VERSION 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 | 20110722 | ||||
| 2 | IV_APP | Call by reference | Type reference (TYPE) | RCC_APP | RCCF Application ID | 20080320 | |||
| 3 | IV_CALLER | Call by reference | Type reference (TYPE) | RCC_PARAM_STRING_VALUE | 'USER' | RCCF Parameter: Character String | 20080909 | ||
| 4 | IV_DEST_ID | Call by reference | Type reference (TYPE) | RCC_DEST_ID | ID of Destination Address of External Engine in RCCF | 20080320 | |||
| 5 | RS_ENGINE_VERSION | Value transfer | Type reference (TYPE) | RCCS_ADMIN_VERSION | Engine Version Information | 20080320 |
Method GET_VERSION on class CL_RCC_ADMIN_ENGINEVERSION has no exception.
Method GET_VERSION_DEFAULT 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 | 20110722 | ||||
| 2 | IT_APP | Call by reference | Type reference (TYPE) | RCCT_APP | RCCF list of applications | 20110711 | |||
| 3 | IV_APP | Call by reference | Type reference (TYPE) | RCC_APP | RCCF Application ID | 20100122 | |||
| 4 | IV_CALLER | Call by reference | Type reference (TYPE) | RCC_PARAM_STRING_VALUE | 'USER' | RCCF Parameter: Character String | 20100122 | ||
| 5 | IV_COM_DEST | Call by reference | Type reference (TYPE) | RCC_COMDEST | Communication Connection | 20110704 | |||
| 6 | IV_DEST_ID | Call by reference | Type reference (TYPE) | RCC_DEST_ID | ID of Destination Address of External Engine in RCCF | 20100122 | |||
| 7 | RS_ENGINE_VERSION | Value transfer | Type reference (TYPE) | RCCS_ADMIN_VERSION | Engine Version Information | 20100122 |
Method GET_VERSION_DEFAULT on class CL_RCC_ADMIN_ENGINEVERSION has no exception.
Method GET_VERSION_SERVICE 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 | 20110722 | ||||
| 2 | IV_APP | Call by reference | Type reference (TYPE) | RCC_APP | RCCF Application ID | 20100122 | |||
| 3 | IV_CALLER | Call by reference | Type reference (TYPE) | RCC_PARAM_STRING_VALUE | 'USER' | RCCF Parameter: Character String | 20100122 | ||
| 4 | IV_COM_DEST | Call by reference | Type reference (TYPE) | RCC_COMDEST | Communication Connection | 20110704 | |||
| 5 | IV_DEST_ID | Call by reference | Type reference (TYPE) | RCC_DEST_ID | ID of Destination Address of External Engine in RCCF | 20100122 | |||
| 6 | RS_ENGINE_VERSION | Value transfer | Type reference (TYPE) | RCCS_ADMIN_VERSION | Engine Version Information | 20100122 |
Method GET_VERSION_SERVICE on class CL_RCC_ADMIN_ENGINEVERSION has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 604 |