SAP ABAP Class CL_CAPACITY_WPS (Capacity)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PLM (Application Component) Product Lifecycle Management
⤷
DIWPS (Package) DI: Work Packaging and Sequencing
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DIMSPPB_RESOURCE | Resource Interface | 20021110 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DIMSPPB_TABLE_DATA | Table Area Interface | 20021110 |
Properties
| Class | CL_CAPACITY_WPS | |
| Short Description | Capacity | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | DIWPS | DI: Work Packaging and Sequencing |
| Created | 20021110 | SAP |
| Last change | 20050411 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CAPACITY_WPS has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_DIMSPPB_RESOURCE | Resource Interface | 20021110 | ||
| 2 | IF_DIMSPPB_TABLE_DATA | Table Area Interface | 20021110 |
Friends
Class CL_CAPACITY_WPS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | OBJEKTID | Object ID | 20030227 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TZNTSTMPS | End timestamp | 20021110 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | KAPID | Capacity ID | 20021110 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | SY-ZONLO | Local time zone of capacity | 20030208 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | DIMSPPB_S_NONWORKTIME | Non working times | 20021119 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | TZNTSTMPS | Start timestamp | 20021110 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20021110 | |
| 2 | Instance method | Private | Method | Returns the available capacity | 20021116 | |
| 3 | Instance method | Private | Method | Get capacity load | 20021117 | |
| 4 | Instance method | Public | Method | Returns non working times | 20021119 | |
| 5 | Instance method | Public | Method | Loads data into capacity object | 20030213 | |
| 6 | Instance method | Private | Method | Returns max value | 20021119 |
Events
Class CL_CAPACITY_WPS has no event.
Types
Class CL_CAPACITY_WPS has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ARBID | Call by reference | Type reference (TYPE) | OBJEKTID | Object ID | 20030227 | |||
| 2 | I_E_TSTAMP | Call by reference | Type reference (TYPE) | TZNTSTMPS | End time | 20021110 | |||
| 3 | I_KAPID | Call by reference | Type reference (TYPE) | KAPID | Capacity ID | 20021110 | |||
| 4 | I_S_TSTAMP | Call by reference | Type reference (TYPE) | TZNTSTMPS | Start time | 20021110 |
Method CONSTRUCTOR on class CL_CAPACITY_WPS has no exception.
Method GET_AVAIL_CAP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_RC65K | Call by reference | Type reference (TYPE) | RC65K | Structure for internal table KG (periods, avail. cap., load) | 20021116 | |||
| 2 | RETURN | Value transfer | Type reference (TYPE) | DIMSPPB_D_CAPACITY | 10 B: Capacity | 20021116 |
Method GET_AVAIL_CAP on class CL_CAPACITY_WPS has no exception.
Method GET_CAP_LOAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_LOAD | Value transfer | Type reference (TYPE) | DIMSPPB_D_CAPACITY | Capacity load | 20021117 | |||
| 2 | IT_CAP_REQ | Call by reference | Type reference (TYPE) | DIWPS_KBEDD_T | Table of capacity requirements | 20021117 | |||
| 3 | I_EDATE | Call by reference | Type reference (TYPE) | SY-DATUM | End date | 20021119 | |||
| 4 | I_ETIME | Call by reference | Type reference (TYPE) | SY-UZEIT | End time | 20021119 | |||
| 5 | I_SDATE | Call by reference | Type reference (TYPE) | SY-DATUM | Start date | 20021119 | |||
| 6 | I_STIME | Call by reference | Type reference (TYPE) | SY-UZEIT | Start time | 20021119 |
Method GET_CAP_LOAD on class CL_CAPACITY_WPS has no exception.
Method GET_NON_WORKING_TIMES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_NON_WORKING_TIMES | Value transfer | Type reference (TYPE) | DIMSPPB_S_NONWORKTIME | MSPPB: Non Working Times for Resources | 20021119 |
Method GET_NON_WORKING_TIMES on class CL_CAPACITY_WPS has no exception.
Method LOAD_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_E_TSTAMP | Call by reference | Type reference (TYPE) | TZNTSTMPS | End time | 20030606 | |||
| 2 | I_S_TSTAMP | Call by reference | Type reference (TYPE) | TZNTSTMPS | Start time | 20030606 |
Method LOAD_DATA on class CL_CAPACITY_WPS has no exception.
Method OVERLAP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DURATION | Value transfer | Type reference (TYPE) | F | Duration in SI | 20021119 | |||
| 2 | I_EDATE1 | Call by reference | Type reference (TYPE) | SY-DATUM | End date | 20021119 | |||
| 3 | I_EDATE2 | Call by reference | Type reference (TYPE) | SY-DATUM | End date | 20021119 | |||
| 4 | I_ETIME1 | Call by reference | Type reference (TYPE) | SY-UZEIT | End time | 20021119 | |||
| 5 | I_ETIME2 | Call by reference | Type reference (TYPE) | SY-UZEIT | End time | 20021119 | |||
| 6 | I_SDATE1 | Call by reference | Type reference (TYPE) | SY-DATUM | Start date | 20021119 | |||
| 7 | I_SDATE2 | Call by reference | Type reference (TYPE) | SY-DATUM | Start date | 20021119 | |||
| 8 | I_STIME1 | Call by reference | Type reference (TYPE) | SY-UZEIT | Start time | 20021119 | |||
| 9 | I_STIME2 | Call by reference | Type reference (TYPE) | SY-UZEIT | Start time | 20021119 |
Method OVERLAP on class CL_CAPACITY_WPS has no exception.
History
| Last changed by/on | SAP | 20050411 |
| SAP Release Created in | 471 |