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 GC_COMPONENT_NAME Constant Private Type reference (TYPE) STRING 'Planning Engine' 20110527
2 GI_BIN Static Attribute Private Object reference (TYPE REF TO) IF_EPM_STORAGE_BIN 20110526
3 GI_GI Static Attribute Private Object reference (TYPE REF TO) IF_EPM_GOODS_ISSUE 20110526
4 GI_MESSAGE_BUFFER Static Attribute Private Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER 20110526
5 GI_ORG Static Attribute Private Object reference (TYPE REF TO) IF_EPM_ORGANIZATION 20110526
6 GI_PD Static Attribute Private Object reference (TYPE REF TO) IF_EPM_PRODUCT 20110526
7 GI_PO Static Attribute Private Object reference (TYPE REF TO) IF_EPM_PO 20110526
8 GI_SO Static Attribute Private Object reference (TYPE REF TO) IF_EPM_SO 20110526
Methods
# Method Level Visibility Method type Description Created on
1 CALCULATE_ORDER_QUANTITY Static method Private Method 20110526
2 CLASS_CONSTRUCTOR Static method Public Constructor 20110527
3 CREATE_GOODS_ISSUE Static method Private Method 20110526
4 CREATE_PURCHASE_ORDER Static method Private Method 20110526
5 EXECUTE_GLOBAL_PLANNING_RUN Static method Public Method 20110524
6 EXECUTE_UNIT_PLANNING_RUN Static method Public Method 20110524
7 GET_OPEN_SALES_ORDERS Static method Private Method 20110526
8 GET_ORDERED_QUANTITIES Static method Private Method 20110526
9 GET_STORAGE_BINS 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 Importing IS_STORAGE_BIN_DATA Call by reference Type reference (TYPE) IF_EPM_STORAGE_BIN_HEADER=>TY_NODE_DATA 20110526
2 Importing IV_ORDERED_QUANTITY Call by reference Type reference (TYPE) SNWD_QUANTITY 20110526
3 Importing IV_REQUESTED_QUANTITY Call by reference Type reference (TYPE) SNWD_QUANTITY 20110526
4 Returning RV_ORDER_QUANTITY Value transfer Type reference (TYPE) SNWD_QUANTITY 20110526
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION 20110526
2 CX_EPM_SYSTEM_EXCEPTION 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 Importing IS_SO_HEADER_DATA Call by reference Type reference (TYPE) IF_EPM_SO_HEADER=>TY_NODE_DATA 20110527
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION 20110526
2 CX_EPM_SYSTEM_EXCEPTION 20110526

Method CREATE_PURCHASE_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ORDER_INFORMATION Call by reference Type reference (TYPE) TT_ORDER_INFORMATION 20110526
2 Importing IV_SUPPLIER_KEY Call by reference Type reference (TYPE) IF_EPM_BO=>TY_NODE_KEY 20110526
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION 20110526
2 CX_EPM_SYSTEM_EXCEPTION 20110526

Method EXECUTE_GLOBAL_PLANNING_RUN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EI_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER 20110527
# Exception Resumable Description Created on
1 CX_EPM_SYSTEM_EXCEPTION 20110526

Method EXECUTE_UNIT_PLANNING_RUN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EI_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER 20110527
2 Importing 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 CX_EPM_API_EXCEPTION 20110527
2 CX_EPM_SYSTEM_EXCEPTION 20110526

Method GET_OPEN_SALES_ORDERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SO_HEADER_DATA Call by reference Type reference (TYPE) IF_EPM_SO_HEADER=>TT_NODE_DATA 20110526
2 Importing 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 CX_EPM_API_EXCEPTION 20110526
2 CX_EPM_SYSTEM_EXCEPTION 20110526

Method GET_ORDERED_QUANTITIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETH_ORDERED_QUANTITIES Call by reference Type reference (TYPE) IF_EPM_BO=>TT_REQUESTED_QUANTITIES 20110526
2 Importing 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 CX_EPM_API_EXCEPTION 20110526
2 CX_EPM_SYSTEM_EXCEPTION 20110526

Method GET_STORAGE_BINS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PRODUCT_HEADER_DATA Call by reference Type reference (TYPE) IF_EPM_PRODUCT_HEADER=>TT_NODE_DATA 20110526
2 Exporting ET_STORAGE_BIN_DATA Call by reference Type reference (TYPE) IF_EPM_STORAGE_BIN_HEADER=>TT_NODE_DATA 20110526
3 Exporting EV_ORG_UNIT_KEY Call by reference Type reference (TYPE) IF_EPM_BO=>TY_NODE_KEY 20110526
4 Importing 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 CX_EPM_API_EXCEPTION 20110526
2 CX_EPM_SYSTEM_EXCEPTION 20110526
History
Last changed by/on SAP  20130531 
SAP Release Created in 731