SAP ABAP Class CL_SPOPI_MANUFACTURER (A printer manufacturer)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-PRN (Application Component) Print and Output Management
⤷
SPOPI (Package) Printer / device type relation information
⤷
⤷
Properties
| Class | CL_SPOPI_MANUFACTURER | |
| Short Description | A printer manufacturer | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SPOPI | Printer / device type relation information |
| Created | 20130212 | SAP |
| Last change | 20140121 | 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_SPOPI_MANUFACTURER has no interface implemented.
Friends
Class CL_SPOPI_MANUFACTURER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | RSPOPIMANNAME | 'Generic' | Manufacturer's name | 20130225 | ||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SPOPI_PRINTER_MODEL_COLLECT | A collection of printer models | 20130214 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | RSPOPIMANNAME | Manufacturer's name | 20130212 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20130212 | |
| 2 | Static method | Public | Method | Get all manufacturers names | 20130214 | |
| 3 | Instance method | Public | Method | Get single manufacturers name | 20130212 | |
| 4 | Instance method | Public | Method | Get a collection of all printer models of this manufacturer | 20130214 | |
| 5 | Instance method | Public | Method | Does the manufacturer has printer models? | 20130225 |
Events
Class CL_SPOPI_MANUFACTURER has no event.
Types
Class CL_SPOPI_MANUFACTURER has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | RSPOPIMANNAME | Manufacturer's name | 20130212 |
Method CONSTRUCTOR on class CL_SPOPI_MANUFACTURER has no exception.
Method GET_ALL_MANUFACTURER_NAMES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DO_NOT_SHOW_EMPTY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130214 | |||
| 2 | RT_MANNAMES | Value transfer | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20130214 |
Method GET_ALL_MANUFACTURER_NAMES on class CL_SPOPI_MANUFACTURER has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NAME | Value transfer | Type reference (TYPE) | RSPOPIMANNAME | Manufacturer's name | 20130212 |
Method GET_NAME on class CL_SPOPI_MANUFACTURER has no exception.
Method GET_PRINTER_MODELS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PRINTER_MODEL_COLLECTION | Value transfer | Object reference (TYPE REF TO) | CL_SPOPI_PRINTER_MODEL_COLLECT | 20130214 |
Method GET_PRINTER_MODELS on class CL_SPOPI_MANUFACTURER has no exception.
Method HAS_PRINTER_MODELS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_HAS_PRINTER_MODELS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130225 |
Method HAS_PRINTER_MODELS on class CL_SPOPI_MANUFACTURER has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |