SAP ABAP Class CL_UPE_ACTIVATION (API that provides UPE activation info to SCR/SF)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-PRN (Application Component) Print and Output Management
⤷
SPOO (Package) Spool
⤷
⤷
Properties
| Class | CL_UPE_ACTIVATION | |
| Short Description | API that provides UPE activation info to SCR/SF | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SPOO | Spool |
| Created | 20120515 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_UPE_ACTIVATION has no interface implemented.
Friends
Class CL_UPE_ACTIVATION has no friend class.
Attributes
Class CL_UPE_ACTIVATION has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Get info if an output device or devtype is UPE-enabled | 20120515 | |
| 2 | Static method | Public | Method | Global check if UPE can be supported in this SAP system | 20120626 |
Events
Class CL_UPE_ACTIVATION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ACTIVATION_INFO | Public | See coding | Information about UPE-activation (URDT etc) | 20120515 | begin of ACTIVATION_INFO,
upe_enabled type ABAP_BOOL,
urdtname type RSPOPTYPE,
use_only_ttfonts type ABAP_BOOL,
no_upe_for_abaplists type ABAP_BOOL,
pcl5_use_type15_download type ABAP_BOOL,
upe_via_devtype type ABAP_BOOL,
end of ACTIVATION_INFO
|
Method Signatures
Method GET_UPE_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_DEVTYPE | Call by reference | Type reference (TYPE) | RSPOPTYPE | SPACE | Spool: Device type name | 20120515 | ||
| 2 | IM_OUTPUTDEVICE | Call by reference | Type reference (TYPE) | RSPOLNAME | Printer name (can be initial) | 20120515 | |||
| 3 | RT_INFO | Value transfer | Type reference (TYPE) | ACTIVATION_INFO | Information about UPE-activation (URDT etc) | 20120515 |
Method GET_UPE_INFO on class CL_UPE_ACTIVATION has no exception.
Method IS_UPE_SUPPORTED_BY_SYSTEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_UPE_SUPPORTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | TRUE=UPE is supported | 20120626 |
Method IS_UPE_SUPPORTED_BY_SYSTEM on class CL_UPE_ACTIVATION has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |