SAP ABAP Class CL_BTC_EXT_SDL (ExtSdl: Initial Object)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-BTC (Application Component) Background Processing
⤷
SBTI_XBP_EXT (Package) XBP Extension: Push Interface
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BTC_EXT_SDL | Interface to External Scheduler | 20061025 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BTC_EXT_SDL_RFC | ExtSdl: RFC Interface | 20061116 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_BTC_EXT_SDL_WS | - | 20111110 |
Properties
| Class | CL_BTC_EXT_SDL | |
| Short Description | ExtSdl: Initial Object | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SBTI_XBP_EXT | XBP Extension: Push Interface |
| Created | 20061025 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_BTC_EXT_SDL has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BTC_EXT_SDL | Interface to External Scheduler | 20061025 |
Friends
Class CL_BTC_EXT_SDL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_BTC_EXT_SDL_CONNECTION | Connection | 20061025 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | TY_T_SCHEDULERS | 20070730 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | BTC_EXT_SDL_NAME | External Scheduler: Name of an Object | 20080627 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20061025 | |
| 2 | Static method | Public | Method | 20061107 | ||
| 3 | Static method | Public | Method | 20061107 | ||
| 4 | Static method | Public | Method | 20080627 |
Events
Class CL_BTC_EXT_SDL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_SCHEDULER | Private | See coding | 20070730 | BEGIN OF ty_s_scheduler,
dest TYPE btc_ext_sdl_dest,
group type btc_ext_sdl_name,
default TYPE boolean,
r_sdl TYPE REF TO if_btc_ext_sdl,
END OF ty_s_scheduler
|
||
| 2 | TY_T_SCHEDULERS | Private | See coding | 20070730 | ty_t_schedulers TYPE STANDARD TABLE OF ty_s_scheduler
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DEST | Call by reference | Type reference (TYPE) | BTC_EXT_SDL_DEST | XBP-Ext: Name der Destination zum ext. Scheduler | 20061107 | |||
| 2 | IV_GROUP | Call by reference | Type reference (TYPE) | BTC_EXT_ISOL_GROUP | 20080627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | External Scheduler Exceptions | 20061107 |
Method INSTANCE_GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_EXT_SDL | Value transfer | Object reference (TYPE REF TO) | IF_BTC_EXT_SDL | Schnittstelle zum Externscheduler | 20061107 | |||
| 2 | IV_DEST | Call by reference | Type reference (TYPE) | BTC_EXT_SDL_DEST | ExtSdl: Name der Destination zum ext. Scheduler | 20070730 | |||
| 3 | IV_GROUP | Call by reference | Type reference (TYPE) | BTC_EXT_ISOL_GROUP | 20080627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | External Scheduler Exceptions | 20061107 |
Method LIST_GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_EXT_SCHEDULERS | Value transfer | Type reference (TYPE) | BTC_T_EXT_SDL | - | 20061107 |
Method LIST_GET on class CL_BTC_EXT_SDL has no exception.
Method LIST_GROUPS_GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GROUPS | Value transfer | Type reference (TYPE) | BTC_T_EXT_ISOL_GROUP | 20080627 | ||||
| 2 | IV_DEST | Call by reference | Type reference (TYPE) | BTC_EXT_SDL_DEST | 20080627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080627 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |