SAP ABAP Class CL_SPOPI_PRINTER_MODEL (A printer model)
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 | |
| Short Description | A printer model | |
| 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
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_SPOPI_PRINTER_MODEL has no interface implemented.
Friends
Class CL_SPOPI_PRINTER_MODEL 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) | RSPOPIPRNMODEL | The name of the printer model | 20130214 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20130214 | |
| 2 | Instance method | Public | Method | Return the manufacturer of the printer model | 20130214 | |
| 3 | Instance method | Public | Method | Return the name of the printer model | 20130214 |
Events
Class CL_SPOPI_PRINTER_MODEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_PRINTER_MODEL_NAME | Public | See coding | Name of a printer model | 20130214 | BEGIN OF ty_printer_model_name,
name TYPE rspopiprnmodel,
END OF ty_printer_model_name
|
|
| 2 | TY_PRINTER_MODEL_NAME_TAB | Public | See coding | Table of names of printer models | 20130214 | ty_printer_model_name_tab TYPE STANDARD TABLE OF ty_printer_model_name 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 | IV_NAME | Call by reference | Type reference (TYPE) | RSPOPIPRNMODEL | Printer Model | 20130214 |
Method CONSTRUCTOR on class CL_SPOPI_PRINTER_MODEL has no exception.
Method GET_MANUFACTURER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_MANUFACTURER | Value transfer | Object reference (TYPE REF TO) | CL_SPOPI_MANUFACTURER | 20130214 |
Method GET_MANUFACTURER on class CL_SPOPI_PRINTER_MODEL 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) | RSPOPIPRNMODEL | Printer Model | 20130214 |
Method GET_NAME on class CL_SPOPI_PRINTER_MODEL has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |