SAP ABAP Class CL_SMI_CHAINLINK (Representing an instance in the Chain of Command Pattern)
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)
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SMI_BADI_AFTER_SYNTAX | BAdI call after syntax checks | 20080319 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_SMI_BADI_BEFORE_SYNTAX | BAdI call after syntax checks | 20080320 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_SMI_BUILDER | Abstract Builder Class (Builder Pattern) | 20071211 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_SMI_CHAINLINK_SEM_MAP_IN | 20071219 | |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_SMI_CHAINLINK_SYN_CHK | 20071219 | |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_SMI_DATAMODEL | Central DataModel class | 20071213 |
Properties
| Class | CL_SMI_CHAINLINK | |
| Short Description | Representing an instance in the Chain of Command Pattern | |
| 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 | 20071211 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SMI_CHAINLINK has no forward declaration.
Interfaces
Class CL_SMI_CHAINLINK has no interface implemented.
Friends
Class CL_SMI_CHAINLINK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SMI_CONSTANTS | SMI Constants | 20080319 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SMI_NOTIFIER | Error handler to customize logging and exception raising | 20080311 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SMI_CHAINLINK | Representing an instance in the Chain of Command Pattern | 20071211 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20071213 | ||
| 2 | Instance method | Protected | Method | process Header | 20071211 | |
| 3 | Instance method | Protected | Method | process Item | 20071211 | |
| 4 | Instance method | Protected | Method | process TimeSeries | 20080118 | |
| 5 | Instance method | Public | Method | set the next processor in the chain | 20071211 |
Events
Class CL_SMI_CHAINLINK has no event.
Types
Class CL_SMI_CHAINLINK has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SUCCESSOR | Call by reference | Object reference (TYPE REF TO) | CL_SMI_CHAINLINK | Representing an instance in the Chain of Command Pattern | 20071213 |
Method CONSTRUCTOR on class CL_SMI_CHAINLINK has no exception.
Method PROCESS_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INPUT | Call by reference | Object reference (TYPE REF TO) | CL_SMI_RECORD | SMI Header Data Structure | 20071211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080306 |
Method PROCESS_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INPUT | Call by reference | Object reference (TYPE REF TO) | CL_SMI_ITEM | SMI Item (Product) Data Structure | 20071211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080306 |
Method PROCESS_TIMESERIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INPUT | Call by reference | Object reference (TYPE REF TO) | CL_SMI_TIMESERIES | Class to encapsulate timeseries data | 20080118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080306 |
Method SET_SUCCESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SUCCESSOR | Call by reference | Object reference (TYPE REF TO) | CL_SMI_CHAINLINK | Representing an instance in the Chain of Command Pattern | 20071211 |
Method SET_SUCCESSOR on class CL_SMI_CHAINLINK has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 604 |