SAP ABAP Class CL_EPM_PLANNING_ENGINE (EPM Planning Engine)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-NWD (Application Component) NetWeaver Demonstration
⤷
S_EPM_COMMON (Package) EPM Common Objects
⤷
⤷
Properties
| Class | CL_EPM_PLANNING_ENGINE | |
| Short Description | EPM Planning Engine | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_EPM_COMMON | EPM Common Objects |
| Created | 20110524 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_EPM_PLANNING_ENGINE has no forward declaration.
Interfaces
Class CL_EPM_PLANNING_ENGINE has no interface implemented.
Friends
Class CL_EPM_PLANNING_ENGINE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'Planning Engine' | 20110527 | |||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_EPM_STORAGE_BIN | 20110526 | ||||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_EPM_GOODS_ISSUE | 20110526 | ||||
| 4 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_EPM_MESSAGE_BUFFER | 20110526 | ||||
| 5 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_EPM_ORGANIZATION | 20110526 | ||||
| 6 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_EPM_PRODUCT | 20110526 | ||||
| 7 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_EPM_PO | 20110526 | ||||
| 8 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_EPM_SO | 20110526 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | 20110526 | ||
| 2 | Static method | Public | Constructor | 20110527 | ||
| 3 | Static method | Private | Method | 20110526 | ||
| 4 | Static method | Private | Method | 20110526 | ||
| 5 | Static method | Public | Method | 20110524 | ||
| 6 | Static method | Public | Method | 20110524 | ||
| 7 | Static method | Private | Method | 20110526 | ||
| 8 | Static method | Private | Method | 20110526 | ||
| 9 | Static method | Private | Method | 20110526 |
Events
Class CL_EPM_PLANNING_ENGINE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_ORDER_INFORMATION | Private | See coding | 20110526 | tt_order_information TYPE STANDARD TABLE OF ty_order_information
|
||
| 2 | TY_ORDER_INFORMATION | Private | See coding | 20110526 | BEGIN OF ty_order_information,
supplier_key TYPE if_epm_bo=>ty_node_key,
product_key TYPE if_epm_bo=>ty_node_key,
quantity TYPE snwd_quantity,
END OF ty_order_information
|
Method Signatures
Method CALCULATE_ORDER_QUANTITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STORAGE_BIN_DATA | Call by reference | Type reference (TYPE) | IF_EPM_STORAGE_BIN_HEADER=>TY_NODE_DATA | 20110526 | ||||
| 2 | IV_ORDERED_QUANTITY | Call by reference | Type reference (TYPE) | SNWD_QUANTITY | 20110526 | ||||
| 3 | IV_REQUESTED_QUANTITY | Call by reference | Type reference (TYPE) | SNWD_QUANTITY | 20110526 | ||||
| 4 | RV_ORDER_QUANTITY | Value transfer | Type reference (TYPE) | SNWD_QUANTITY | 20110526 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110526 | |||
| 2 | 20110526 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_EPM_PLANNING_ENGINE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_EPM_PLANNING_ENGINE has no exception.
Method CREATE_GOODS_ISSUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SO_HEADER_DATA | Call by reference | Type reference (TYPE) | IF_EPM_SO_HEADER=>TY_NODE_DATA | 20110527 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110526 | |||
| 2 | 20110526 |
Method CREATE_PURCHASE_ORDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ORDER_INFORMATION | Call by reference | Type reference (TYPE) | TT_ORDER_INFORMATION | 20110526 | ||||
| 2 | IV_SUPPLIER_KEY | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_NODE_KEY | 20110526 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110526 | |||
| 2 | 20110526 |
Method EXECUTE_GLOBAL_PLANNING_RUN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EI_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_EPM_MESSAGE_BUFFER | 20110527 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110526 |
Method EXECUTE_UNIT_PLANNING_RUN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EI_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_EPM_MESSAGE_BUFFER | 20110527 | ||||
| 2 | IV_ORG_UNIT_NAME | Call by reference | Type reference (TYPE) | IF_EPM_ORG_UNIT=>TY_NODE_DATA-ORG_UNIT_NAME | 20110526 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110527 | |||
| 2 | 20110526 |
Method GET_OPEN_SALES_ORDERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SO_HEADER_DATA | Call by reference | Type reference (TYPE) | IF_EPM_SO_HEADER=>TT_NODE_DATA | 20110526 | ||||
| 2 | IV_ORG_UNIT_NAME | Call by reference | Type reference (TYPE) | IF_EPM_ORG_UNIT=>TY_NODE_DATA-ORG_UNIT_NAME | 20110527 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110526 | |||
| 2 | 20110526 |
Method GET_ORDERED_QUANTITIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETH_ORDERED_QUANTITIES | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_REQUESTED_QUANTITIES | 20110526 | ||||
| 2 | IV_ORG_UNIT_NAME | Call by reference | Type reference (TYPE) | IF_EPM_ORG_UNIT=>TY_NODE_DATA-ORG_UNIT_NAME | 20110527 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110526 | |||
| 2 | 20110526 |
Method GET_STORAGE_BINS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PRODUCT_HEADER_DATA | Call by reference | Type reference (TYPE) | IF_EPM_PRODUCT_HEADER=>TT_NODE_DATA | 20110526 | ||||
| 2 | ET_STORAGE_BIN_DATA | Call by reference | Type reference (TYPE) | IF_EPM_STORAGE_BIN_HEADER=>TT_NODE_DATA | 20110526 | ||||
| 3 | EV_ORG_UNIT_KEY | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_NODE_KEY | 20110526 | ||||
| 4 | IV_ORG_UNIT_NAME | Call by reference | Type reference (TYPE) | IF_EPM_ORG_UNIT=>TY_NODE_DATA-ORG_UNIT_NAME | 20110527 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110526 | |||
| 2 | 20110526 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |