SAP ABAP Class CL_APC_DT_MANAGER (ABAP Push Channel designtime manager)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-AC (Application Component) ABAP Channels
⤷
SAPC_DESIGN_TIME (Package) APC design time package
⤷
⤷
Properties
| Class | CL_APC_DT_MANAGER | |
| Short Description | ABAP Push Channel designtime manager | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SAPC_DESIGN_TIME | APC design time package |
| Created | 20121205 | 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) |
Interfaces
Class CL_APC_DT_MANAGER has no interface implemented.
Friends
Class CL_APC_DT_MANAGER 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) | APC_APPLICATION_ID | ABAP Push Channel Application ID | 20121205 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20121205 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | APC_APPL_PATH | ABAP Push Channel application path | 20121205 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20121205 | ||
| 2 | Static method | Public | Method | Get maintained APC applications in the system | 20130109 | |
| 3 | Instance method | Public | Method | Get associated path to the application | 20121205 |
Events
Class CL_APC_DT_MANAGER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTYPE_APPLICATION_ENTRY | Public | See coding | 20130109 | begin of gtype_application_entry,
application_id type apc_application_id,
description type DDTEXT,
end of gtype_application_entry
|
||
| 2 | GTYPE_APPLICATION_LIST | Public | See coding | 20130109 | gtype_application_list TYPE standard table of gtype_application_entry with key application_id
|
Method Signatures
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLICATION_ID | Value transfer | Type reference (TYPE) | APC_APPLICATION_ID | ABAP Push Channel Application ID | 20121205 | |||
| 2 | R_DT_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_APC_DT_MANAGER | ABAP Push Channel designtime manager | 20121205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error class for APC DT Manager | 20121205 |
Method GET_APPLICATION_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LIST | Value transfer | Type reference (TYPE) | GTYPE_APPLICATION_LIST | 20130109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error class for APC DT Manager | 20130109 |
Method GET_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_PATH | Value transfer | Type reference (TYPE) | APC_APPL_PATH | ABAP Push Channel application path | 20121205 |
Method GET_PATH on class CL_APC_DT_MANAGER has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |