SAP ABAP Class CL_CTS_PLUGIN_POOL (cCTS: The Pool of plugins)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CTS-TMS-CTR (Application Component) Central CTS # Transport Management
⤷
SCTS_DIST_CTL_COMMON_API (Package) cCTS: common external APIs
⤷
⤷
Properties
| Class | CL_CTS_PLUGIN_POOL | |
| Short Description | cCTS: The Pool of plugins | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SCTS_DIST_CTL_COMMON_API | cCTS: common external APIs |
| Created | 20120313 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CTS_PLUGIN_POOL has no forward declaration.
Interfaces
Class CL_CTS_PLUGIN_POOL has no interface implemented.
Friends
Class CL_CTS_PLUGIN_POOL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | TY_INT_PLUGIN_POOL | 20120322 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | returns a plugin pool | 20120322 | |
| 2 | Instance method | Public | Method | create the cofile for the given plugin | 20120313 | |
| 3 | Instance method | Private | Method | get all plugins from the | 20120320 | |
| 4 | Instance method | Public | Method | load a plugin by given release and SP | 20120313 | |
| 5 | Instance method | Public | Method | load a plugin by a given system | 20120313 |
Events
Class CL_CTS_PLUGIN_POOL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_INT_PLUGIN | Protected | See coding | 20120322 | begin of TY_int_PLUGIN,
id TYPE cts_bs_plg,
version TYPE i,
req_sc TYPE dlvunit,
release TYPE saprelease,
min_SP TYPE i,
max_sp TYPE i,
request TYPE trkorr,
ref TYPE REF TO if_cts_plugin,
end of ty_int_plugin
|
||
| 2 | TY_INT_PLUGIN_POOL | Protected | See coding | 20120322 | TY_INT_PLUGIN_POOL type STANDARD TABLE OF ty_int_plugin WITH DEFAULT KEY
|
Method Signatures
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_PLUGIN_POOL | Value transfer | Object reference (TYPE REF TO) | CL_CTS_PLUGIN_POOL | cCTS: The Pool of plugins | 20120322 |
Method CREATE on class CL_CTS_PLUGIN_POOL has no exception.
Method CREATE_COFILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PLUGIN | Call by reference | Object reference (TYPE REF TO) | IF_CTS_PLUGIN | cCTS: Overview of All Available Plug-Ins | 20120313 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | No authorization for this action | 20120326 | ||
| 2 | cCTS: tp reported an error | 20120326 |
Method GET_FROM_DB Signature
Method GET_FROM_DB on class CL_CTS_PLUGIN_POOL has no parameter.
Method GET_FROM_DB on class CL_CTS_PLUGIN_POOL has no exception.
Method LOAD_BY_RELEASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PLG_NAME | Call by reference | Type reference (TYPE) | CTS_BS_PLG | Bootstrapper: Plug-In ID | 20120313 | |||
| 2 | I_SC_PATCHLV | Call by reference | Type reference (TYPE) | SAPPATCHLV | Patch-Level einer Softwarekomponente | 20120313 | |||
| 3 | I_SC_RELEASE | Call by reference | Type reference (TYPE) | SAPRELEASE | R/3 Release | 20120313 | |||
| 4 | I_SOFTWARE_COMPONENT | Call by reference | Type reference (TYPE) | DLVUNIT | 'SAP_BASIS' | Softwarekomponente | 20120313 | ||
| 5 | R_PLUGIN | Value transfer | Object reference (TYPE REF TO) | IF_CTS_PLUGIN | cCTS: Overview of All Available Plug-Ins | 20120313 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | cCTS Bootstrapper: Bootstrapper Exception | 20120313 |
Method LOAD_BY_SYSTEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PLG_NAME | Call by reference | Type reference (TYPE) | CTS_BS_PLG | Bootstrapper: Plug-In ID | 20120313 | |||
| 2 | I_SOFTWARE_COMPONENT | Call by reference | Type reference (TYPE) | DLVUNIT | 'SAP_BASIS' | Softwarekomponente | 20120313 | ||
| 3 | I_SYSTEM | Call by reference | Object reference (TYPE REF TO) | IF_CTS_SYSTEM | R/3 Release | 20120313 | |||
| 4 | R_PLUGIN | Value transfer | Object reference (TYPE REF TO) | IF_CTS_PLUGIN | cCTS: Overview of All Available Plug-Ins | 20120313 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | cCTS: Base exception for Plugins | 20120313 | ||
| 2 | cCTS: technical Problem with a system | 20120606 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 702 |