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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_SPOPI_LANGUAGE_SELECTION 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 MO_MANUFACTURER Instance attribute Private Object reference (TYPE REF TO) CL_SPOPI_MANUFACTURER A printer manufacturer 20130214
2 MV_NAME Instance attribute Private Type reference (TYPE) RSPOPIPRNMODEL The name of the printer model 20130214
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130214
2 GET_MANUFACTURER Instance method Public Method Return the manufacturer of the printer model 20130214
3 GET_NAME 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 Importing IO_MANUFACTURER Call by reference Object reference (TYPE REF TO) CL_SPOPI_MANUFACTURER 20130214
2 Importing 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 Returning 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 Returning 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