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 ABAP 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 MC_GENERIC Constant Public Type reference (TYPE) RSPOPIMANNAME 'Generic' Manufacturer's name 20130225
2 MO_PRINTER_MODELS Instance attribute Private Object reference (TYPE REF TO) CL_SPOPI_PRINTER_MODEL_COLLECT A collection of printer models 20130214
3 MV_NAME Instance attribute Private Type reference (TYPE) RSPOPIMANNAME Manufacturer's name 20130212
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130212
2 GET_ALL_MANUFACTURER_NAMES Static method Public Method Get all manufacturers names 20130214
3 GET_NAME Instance method Public Method Get single manufacturers name 20130212
4 GET_PRINTER_MODELS Instance method Public Method Get a collection of all printer models of this manufacturer 20130214
5 HAS_PRINTER_MODELS 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 Importing 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 Importing IV_DO_NOT_SHOW_EMPTY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130214
2 Returning 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 Returning 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 Returning 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 Returning 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