SAP ABAP Class CL_SPOPI_PRINTER_MODEL_COLLECT (A collection of printer models)
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_PRINTER_MODEL_COLLECT | |
| Short Description | A collection of printer models | |
| 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 | 20130214 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SPOPI_PRINTER_MODEL_COLLECT has no forward declaration.
Interfaces
Class CL_SPOPI_PRINTER_MODEL_COLLECT has no interface implemented.
Friends
Class CL_SPOPI_PRINTER_MODEL_COLLECT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SPOPI_MANUFACTURER | A printer manufacturer | 20130214 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TY_PRINTER_MODEL_TABLE | A table of printer models. | 20130214 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20130214 | |
| 2 | Instance method | Public | Method | Get names of printer models of this collection | 20130214 | |
| 3 | Instance method | Public | Method | Get number of models which are part of this collection | 20130225 | |
| 4 | Instance method | Public | Method | Get all printer models of this collection | 20130215 |
Events
Class CL_SPOPI_PRINTER_MODEL_COLLECT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_PRINTER_MODEL_TABLE | Public | See coding | A table of printer models. | 20130215 | ty_printer_model_table TYPE STANDARD TABLE OF REF TO cl_spopi_printer_model WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MANUFACTURER | Call by reference | Object reference (TYPE REF TO) | CL_SPOPI_MANUFACTURER | 20130214 | ||||
| 2 | IT_PRINTER_MODEL_NAMES | Call by reference | Type reference (TYPE) | CL_SPOPI_PRINTER_MODEL=>TY_PRINTER_MODEL_NAME_TAB | 20130219 |
Method CONSTRUCTOR on class CL_SPOPI_PRINTER_MODEL_COLLECT has no exception.
Method GET_NAMES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_MODEL_NAMES | Value transfer | Type reference (TYPE) | CL_SPOPI_PRINTER_MODEL=>TY_PRINTER_MODEL_NAME_TAB | 20130214 |
Method GET_NAMES on class CL_SPOPI_PRINTER_MODEL_COLLECT has no exception.
Method GET_NUMBER_OF_MODELS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NUMBER | Value transfer | Type reference (TYPE) | I | 20130225 |
Method GET_NUMBER_OF_MODELS on class CL_SPOPI_PRINTER_MODEL_COLLECT has no exception.
Method GET_PRINTER_MODELS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_PRINTER_MODELS | Value transfer | Type reference (TYPE) | TY_PRINTER_MODEL_TABLE | 20130215 |
Method GET_PRINTER_MODELS on class CL_SPOPI_PRINTER_MODEL_COLLECT has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |