SAP ABAP Class CL_SMI_QUEUE (Base class for batch / manual processing queue)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   SD-BF-SMI (Application Component) Supplier Managed Inventory
     VSMI (Package) Supplier-Managed Inventory (SNC-ERP)
Properties
Class CL_SMI_QUEUE  
Short Description Base class for batch / manual processing queue    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package VSMI   Supplier-Managed Inventory (SNC-ERP) 
Created 20080122   SAP 
Last change 20100310   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_SMI_QUEUE has no interface implemented.
Friends
Class CL_SMI_QUEUE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C Instance attribute Public Object reference (TYPE REF TO) CL_SMI_CONSTANTS SMI Constants 20080201
2 SINGLETON Static Attribute Private Object reference (TYPE REF TO) CL_SMI_QUEUE Base class for batch / manual processing queue 20080401
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20080401
2 CONSTRUCTOR Instance method Public Constructor 20080201
3 GET_INSTANCE Static method Public Method 20080401
4 GET_RECORDS Instance method Public Method 20080401
5 PROCESS_ITEM Instance method Public Method 20080401
6 PROCESS_MODEL Instance method Public Method 20080401
Events
Class CL_SMI_QUEUE has no event.
Types
Class CL_SMI_QUEUE has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_SMI_QUEUE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SMI_QUEUE has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_SMI_QUEUE has no parameter.
Method CONSTRUCTOR on class CL_SMI_QUEUE has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_QUEUE Value transfer Object reference (TYPE REF TO) CL_SMI_QUEUE Base class for batch / manual processing queue 20080401

Method GET_INSTANCE on class CL_SMI_QUEUE has no exception.

Method GET_RECORDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INCLUDE_STOPPED Call by reference Type reference (TYPE) SMI_STOPIND SPACE Stop Indicator 20080619
2 Importing PROC_TYPE Call by reference Type reference (TYPE) SMI_PROC_LOGIC Replensihment processing Logic 20080401
3 Returning T_REC Value transfer Type reference (TYPE) SMI_T_DM_CL_DATAMODEL Table containing references to CL_SMI_Record objects 20080401
# Exception Resumable Description Created on
1 CX_SMI_BUSINESS Business Logic exception 20080401

Method PROCESS_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM Call by reference Object reference (TYPE REF TO) CL_SMI_ITEM Single Item of an SMI Record 20080401
2 Importing PROC_TYPE Call by reference Type reference (TYPE) SMI_PROC_LOGIC Replensihment Processing Logic 20080401
3 Returning RV_REMOVED Value transfer Type reference (TYPE) ABAP_BOOL 20080401

Method PROCESS_ITEM on class CL_SMI_QUEUE has no exception.

Method PROCESS_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) CL_SMI_DATAMODEL Central DataModel class 20080401
2 Importing IV_PROCTYPE Call by reference Type reference (TYPE) SMI_PROCTRIG Processing Trigger (automatically, batch, manually) 20080401

Method PROCESS_MODEL on class CL_SMI_QUEUE has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 604