SAP ABAP Class CL_EPM_SO (EPM: Business Object Sales Order)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-NWD (Application Component) NetWeaver Demonstration
     S_EPM_BO_SO (Package) EPM: Sales Order Business Object
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_EPM_BO EPM: Business Object base class 20100819
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_EPM_SO EPM: Sales Order BO Interface 20100819
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_EPM_SO_HEADER EPM: Sales Order Header Node Interface 20100819
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_EPM_SO_ITEM EPM: Sales Order Item Node Interface 20100819
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_EPM_SO_SL EPM: Sales Order Schedule Line Node Interface 20100819
Properties
Class CL_EPM_SO  
Short Description EPM: Business Object Sales Order    
Super Class CL_EPM_BO EPM: Business Object base class 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_EPM_BO_SO   EPM: Sales Order Business Object 
Created 20100819   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_EPM_BO Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_EPM_BP_HEADER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_EPM_PO_ITEM Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_EPM_PO_SL Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 IF_EPM_SO_HEADER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
7 IF_EPM_SO_ITEM Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
8 IF_EPM_SO_SL Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_EPM_SO EPM: Sales Order BO Interface 20100819
2 IF_EPM_SO_HEADER EPM: Sales Order Header Node Interface 20100819
3 IF_EPM_SO_ITEM EPM: Sales Order Item Node Interface 20100819
4 IF_EPM_SO_SL EPM: Sales Order Schedule Line Node Interface 20100819
Friends
# Friend Modeled only Created on Description
1 CL_EPM_BO_UNIT_TEST_BASE 20100819 Unit test base class of all BO classes
2 CL_EPM_SERVICE_FACADE 20100819 EPM: Service Facade
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MI_HEADER_BUFFER Instance attribute Private Object reference (TYPE REF TO) IF_EPM_DATA_BUFFER Data buffer for header node 20100819
2 MI_ITEM_BUFFER Instance attribute Private Object reference (TYPE REF TO) IF_EPM_DATA_BUFFER Data buffer for item node 20100819
3 MI_SCHEDULE_LINE_BUFFER Instance attribute Private Object reference (TYPE REF TO) IF_EPM_DATA_BUFFER Data buffer for schedule line node 20100819
4 MV_HAS_TO_BE_CONFIRMED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED 20100825
5 MV_IS_BUSINESS_PARTNER Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED 20100824
Methods
# Method Level Visibility Method type Description Created on
1 CALCULATE_HEADER_AMOUNTS Instance method Private Method 20100819
2 CALCULATE_ITEM_AMOUNTS Instance method Private Method 20100819
3 CHECK_PROCESSOR_CONTEXT Instance method Private Method 20100824
4 CONSTRUCTOR Instance method Private Constructor 20100819
5 IS_SO_UNCHANGEABLE Instance method Private Method 20110818
Events
Class CL_EPM_SO has no event.
Types
Class CL_EPM_SO has no local type.
Method Signatures

Method CALCULATE_HEADER_AMOUNTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER EPM: Message buffer interface 20100819
2 Importing IT_ITEM_DATA Call by reference Type reference (TYPE) IF_EPM_SO_ITEM=>TT_NODE_DATA Set of item node element data 20100819
3 Returning RT_FAILURES Value transfer Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEY_INFO Set of node element specific operation information 20100819
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION EPM: API exception class 20100819
2 CX_EPM_SYSTEM_EXCEPTION EPM: System exception class 20100819

Method CALCULATE_ITEM_AMOUNTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing II_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER EPM: Message buffer interface 20100819
2 Importing IT_ITEM_DATA Call by reference Type reference (TYPE) IF_EPM_SO_ITEM=>TT_NODE_DATA Set of item node element data 20100819
3 Importing IT_SL_DATA Call by reference Type reference (TYPE) IF_EPM_SO_SL=>TT_NODE_DATA Set of schedule line node element data 20100819
4 Returning RT_FAILURES Value transfer Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEY_INFO Set of node element specific operation information 20100819
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION EPM: API exception class 20100819
2 CX_EPM_SYSTEM_EXCEPTION EPM: System exception class 20100819

Method CHECK_PROCESSOR_CONTEXT Signature

Method CHECK_PROCESSOR_CONTEXT on class CL_EPM_SO has no parameter.
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION EPM: API exception class 20100824

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_EPM_SO has no parameter.
Method CONSTRUCTOR on class CL_EPM_SO has no exception.

Method IS_SO_UNCHANGEABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_HEADER_DATA Call by reference Type reference (TYPE) IF_EPM_SO_HEADER=>TY_NODE_DATA 20110818
2 Returning IS_UNCHANGEABLE Value transfer Type reference (TYPE) ABAP_BOOL 20110818

Method IS_SO_UNCHANGEABLE on class CL_EPM_SO has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703