SAP ABAP Class CL_CTS_UI_PLG_MGR (cCTS: Plug-In Manager)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CTS-TMS-CTR (Application Component) Central CTS # Transport Management
⤷
SCTS_DIST_CTL_WDUI (Package) Central CTS Web Dynpro UIs
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20101026 |
Properties
| Class | CL_CTS_UI_PLG_MGR | |
| Short Description | cCTS: Plug-In Manager | |
| Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SCTS_DIST_CTL_WDUI | Central CTS Web Dynpro UIs |
| Created | 20101011 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CTS_UI_PLG_MGR has no forward declaration.
Interfaces
Class CL_CTS_UI_PLG_MGR has no interface implemented.
Friends
Class CL_CTS_UI_PLG_MGR has no friend class.
Attributes
Class CL_CTS_UI_PLG_MGR has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Imports the plug-in | 20101123 | |
| 2 | Instance method | Public | Method | Filter existing plug-ins by given constraint | 20101025 | |
| 3 | Instance method | Public | Method | Returns all given existing plug-ins | 20101025 |
Events
Class CL_CTS_UI_PLG_MGR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_PLG_SYS | Private | See coding | 20101021 | BEGIN OF TY_PLG_SYS,
msgid TYPE symsgid,
msgno TYPE symsgno,
sys TYPE tmssysnam,
plg_name TYPE cts_bs_plg,
wd_msg_id TYPE string,
END OF TY_PLG_SYS
|
||
| 2 | TY_UI_PLUGINS | Public | See coding | 20101025 | TY_UI_PLUGINS TYPE STANDARD TABLE OF CTS_UI_PLUGIN_POOL WITH DEFAULT KEY
|
Method Signatures
Method DO_IMPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PLUGIN | Call by reference | Type reference (TYPE) | CTS_BS_PLG | Bootstrapper: ID of a Plugin | 20101123 | |||
| 2 | IV_SYSTEM | Call by reference | Type reference (TYPE) | TMSSYSNAM | TMS: Systemname | 20101123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | cCTS Bootstrapper: Eine Bootstrapper Exception | 20101123 | ||
| 2 | Exceptions from handling systems | 20101123 | ||
| 3 | Ci Alert | 20101123 |
Method FILTER_PLUGINS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID_CONSTRAINT | Call by reference | Type reference (TYPE) | STRING | 20101025 | ||||
| 2 | IV_REL | Call by reference | Type reference (TYPE) | STRING | 20101025 | ||||
| 3 | RT_PLUGINS | Value transfer | Type reference (TYPE) | TY_UI_PLUGINS | 20101025 |
Method FILTER_PLUGINS on class CL_CTS_UI_PLG_MGR has no exception.
Method GET_PLUGINS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_PLUGINS | Value transfer | Type reference (TYPE) | TY_UI_PLUGINS | cCTS: like CTS_PLUGIN_POOL with UI additions | 20101025 |
Method GET_PLUGINS on class CL_CTS_UI_PLG_MGR has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 702 |