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
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 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_EPM_DATA_BUFFER | Data buffer for header node | 20100819 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_EPM_DATA_BUFFER | Data buffer for item node | 20100819 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_EPM_DATA_BUFFER | Data buffer for schedule line node | 20100819 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_UNDEFINED | 20100825 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_UNDEFINED | 20100824 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20100819 | ||
| 2 | Instance method | Private | Method | 20100819 | ||
| 3 | Instance method | Private | Method | 20100824 | ||
| 4 | Instance method | Private | Constructor | 20100819 | ||
| 5 | 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 | II_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_EPM_MESSAGE_BUFFER | EPM: Message buffer interface | 20100819 | |||
| 2 | IT_ITEM_DATA | Call by reference | Type reference (TYPE) | IF_EPM_SO_ITEM=>TT_NODE_DATA | Set of item node element data | 20100819 | |||
| 3 | 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 | EPM: API exception class | 20100819 | ||
| 2 | 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 | II_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_EPM_MESSAGE_BUFFER | EPM: Message buffer interface | 20100819 | |||
| 2 | IT_ITEM_DATA | Call by reference | Type reference (TYPE) | IF_EPM_SO_ITEM=>TT_NODE_DATA | Set of item node element data | 20100819 | |||
| 3 | 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 | 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 | EPM: API exception class | 20100819 | ||
| 2 | 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 | 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 | IS_HEADER_DATA | Call by reference | Type reference (TYPE) | IF_EPM_SO_HEADER=>TY_NODE_DATA | 20110818 | ||||
| 2 | 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 |