SAP ABAP Class CL_APL_ECATT_EXTPROG_TOOL_LIST (External Test Tools: List of Test Tools Used)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
⤷
SECATT_MIDDLEWARE (Package) eCATT Middleware Objects
⤷
⤷
Properties
| Class | CL_APL_ECATT_EXTPROG_TOOL_LIST | |
| Short Description | External Test Tools: List of Test Tools Used | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SECATT_MIDDLEWARE | eCATT Middleware Objects |
| Created | 20130605 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_APL_ECATT_EXTPROG_TOOL_LIST has no interface implemented.
Friends
Class CL_APL_ECATT_EXTPROG_TOOL_LIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | LTTY_EXT_TOOL_INSTANCES | Instances for External Test Tools | 20130606 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Gets instance for external test tool | 20130606 | |
| 2 | Instance method | Public | Method | Shuts down all external test tools that are still open | 20130618 |
Events
Class CL_APL_ECATT_EXTPROG_TOOL_LIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTTY_EXT_TOOL_INSTANCES | Public | See coding | 20130606 | ltty_ext_tool_instances TYPE STANDARD TABLE OF lty_ext_tool_instances
WITH KEY et_toolname
|
||
| 2 | LTTY_EXT_TOOL_OLE_INSTANCES | Public | See coding | 20130605 | ltty_ext_tool_ole_instances TYPE STANDARD TABLE OF lty_ext_tool_ole_instance
WITH KEY et_toolname
|
||
| 3 | LTY_EXT_TOOL_INSTANCES | Public | See coding | 20130606 | BEGIN OF lty_ext_tool_instances,
et_toolname TYPE ettoolname,
tool_instance TYPE REF TO cl_apl_ecatt_extprog_tool,
END OF lty_ext_tool_instances
|
||
| 4 | LTY_EXT_TOOL_OLE_INSTANCE | Public | See coding | 20130605 | BEGIN OF lty_ext_tool_ole_instance,
et_toolname TYPE ettoolname,
ext_ole_instance TYPE ole2_object,
END OF lty_ext_tool_ole_instance
|
Method Signatures
Method GET_EXT_TOOL_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ET_TOOLNAME | Call by reference | Type reference (TYPE) | ETTOOLNAME | Name des Testtools | 20130606 | |||
| 2 | RP_EXT_TOOL_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_APL_ECATT_EXTPROG_TOOL | Externe Testtools: OLE-Instanz und Attribute zu ext. Tool | 20130606 |
Method GET_EXT_TOOL_INSTANCE on class CL_APL_ECATT_EXTPROG_TOOL_LIST has no exception.
Method SHUTDOWN_ALL Signature
Method SHUTDOWN_ALL on class CL_APL_ECATT_EXTPROG_TOOL_LIST has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Basisklasse für Ausnahmen im eCatt Application Layer | 20130620 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |