SAP ABAP Class CL_MMPUR_PO_NODE_FACTORY (Factory class for PO)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
MM-PUR (Application Component) Purchasing
⤷
MMPUR_UI_MODEL (Package) Model Components for Web Dynpro Applications, Purchasing
⤷
⤷
Properties
| Class | CL_MMPUR_PO_NODE_FACTORY | |
| Short Description | Factory class for PO | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | MMPUR_UI_MODEL | Model Components for Web Dynpro Applications, Purchasing |
| Created | 20090825 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_MMPUR_PO_NODE_FACTORY has no forward declaration.
Interfaces
Class CL_MMPUR_PO_NODE_FACTORY has no interface implemented.
Friends
Class CL_MMPUR_PO_NODE_FACTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | MMPUR_NODE_NAME | 'CL_MMPUR_PO_HEADER_NODE' | Node Name | 20090825 | ||
| 2 | Constant | Private | Type reference (TYPE) | MMPUR_NODE_NAME | 'CL_MMPUR_PO_ITEM_NODE' | Node Name | 20090825 | ||
| 3 | Constant | Private | Type reference (TYPE) | MMPUR_NODE_NAME | 'CL_MMPUR_PO_ROOT_NODE' | Node Name | 20090825 | ||
| 4 | Static Attribute | Private | Type reference (TYPE) | LTY_NODE | 20090825 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Get Node Instance for PO | 20090825 |
Events
Class CL_MMPUR_PO_NODE_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_NODE | Private | See coding | 20090825 | lty_node TYPE SORTED TABLE OF lty_node_str WITH UNIQUE KEY name
|
||
| 2 | LTY_NODE_STR | Private | See coding | 20090825 | BEGIN OF lty_node_str,
name TYPE MMPUR_NODE_NAME,
node TYPE REF TO IF_MMPUR_PO_NODE_ACCESS,
END OF lty_node_str
|
Method Signatures
Method GET_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_NODE | Call by reference | Object reference (TYPE REF TO) | IF_MMPUR_PO_NODE_ACCESS | Node Access interface for PO | 20090825 | |||
| 2 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | MMPUR_NODE_NAME | Node Name | 20090825 |
Method GET_NODE on class CL_MMPUR_PO_NODE_FACTORY has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 605 |