SAP ABAP Class CL_SMI_REPLENISHMENT_MIN (Replenish to minimum border)
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 - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SMI_REPLENISHMENT_STRATEGY | Interface for Replenishment Strategies | 20071217 |
Properties
| Class | CL_SMI_REPLENISHMENT_MIN | |
| Short Description | Replenish to minimum border | |
| 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 | 20071217 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SMI_REPLENISHMENT_MIN has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SMI_REPLENISHMENT_STRATEGY | Interface for Replenishment Strategies | 20071217 |
Friends
Class CL_SMI_REPLENISHMENT_MIN has no friend class.
Attributes
Class CL_SMI_REPLENISHMENT_MIN has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20080111 |
Events
Class CL_SMI_REPLENISHMENT_MIN has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TIMESERIES_TABLE | Private | See coding | 20071218 | timeseries_table TYPE STANDARD TABLE OF ts_line
|
||
| 2 | TS_LINE | Private | See coding | 20071218 | BEGIN OF ts_line,
startdt TYPE c Length 30,
enddt TYPE c Length 30,
unit TYPE c LENGTH 3,
stock TYPE p LENGTH 16 DECIMALS 14,
consumption TYPE p LENGTH 16 DECIMALS 14,
shipping TYPE p LENGTH 16 DECIMALS 14,
shippingforecast TYPE p LENGTH 16 DECIMALS 14,
END OF ts_line
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_SMI_REPLENISHMENT_MIN has no parameter.
Method CONSTRUCTOR on class CL_SMI_REPLENISHMENT_MIN has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 604 |