SAP ABAP Class CL_VC2OD_DMT_ND_FACTORY (The factory for the nodes of the VC Dep Maintenance Table)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-VC-WUI (Application Component) Variant Configuration Web User Interface
⤷
VC2OD_SP (Package) Object Dependency - Service Provider
⤷
⤷
Properties
| Class | CL_VC2OD_DMT_ND_FACTORY | |
| Short Description | The factory for the nodes of the VC Dep Maintenance Table | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | VC2OD_SP | Object Dependency - Service Provider |
| Created | 20090806 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_VC2OD_DMT_ND_FACTORY has no forward declaration.
Interfaces
Class CL_VC2OD_DMT_ND_FACTORY has no interface implemented.
Friends
Class CL_VC2OD_DMT_ND_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) | SEOCLNAME | 'CL_VC2OD_DMT_ND_ASSIGNMENTS' | Class Name | 20090806 | ||
| 2 | Constant | Private | Type reference (TYPE) | SEOCLNAME | 'CL_VC2OD_DMT_ND_CONTROL_DATA' | Class Name | 20090806 | ||
| 3 | Constant | Private | Type reference (TYPE) | SEOCLNAME | 'CL_VC2OD_DMT_ND_GENERAL_DATA' | Class Name | 20090806 | ||
| 4 | Constant | Private | Type reference (TYPE) | SEOCLNAME | 'CL_VC2OD_DMT_ND_INCONSIST' | Class Name | 20090918 | ||
| 5 | Constant | Private | Type reference (TYPE) | SEOCLNAME | 'CL_VC2OD_DMT_ND_PERSONALIZ' | Class Name | 20090923 | ||
| 6 | Constant | Private | Type reference (TYPE) | SEOCLNAME | 'CL_VC2OD_DMT_ND_SOURCE_DATA' | Class Name | 20090806 | ||
| 7 | Constant | Private | Type reference (TYPE) | SEOCLNAME | 'CL_VC2OD_DMT_ND_USED_CHARACT' | Class Name | 20090817 | ||
| 8 | Static Attribute | Private | Type reference (TYPE) | LTY_T_NODE | 20090806 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20090806 |
Events
Class CL_VC2OD_DMT_ND_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_S_NODE | Private | See coding | 20090806 | BEGIN OF lty_s_node,
name TYPE /plmb/spi_node_name,
node TYPE REF TO if_vc2od_DMT_nd_access,
END OF lty_s_node
|
||
| 2 | LTY_T_NODE | Private | See coding | 20090806 | lty_t_node TYPE SORTED TABLE OF lty_s_node WITH UNIQUE KEY name
|
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_VC2OD_DMT_ND_ACCESS | Application Access Interface for dependency mass editor DO | 20090806 | |||
| 2 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20090806 |
Method GET_NODE on class CL_VC2OD_DMT_ND_FACTORY has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 605 |