SAP ABAP Class /PLMB/CL_LOG_NODE_FACTORY (Generic Node Factory for Application Log)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-SPI (Application Component) Service Provider Infrastructure
⤷
/PLMB/BA_LOG (Package) Application log for display supporting PLM WEBUI
⤷
⤷
Properties
| Class | /PLMB/CL_LOG_NODE_FACTORY | |
| Short Description | Generic Node Factory for Application Log | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /PLMB/BA_LOG | Application log for display supporting PLM WEBUI |
| Created | 20100309 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /PLMB/CL_LOG_NODE_FACTORY has no forward declaration.
Interfaces
Class /PLMB/CL_LOG_NODE_FACTORY has no interface implemented.
Friends
Class /PLMB/CL_LOG_NODE_FACTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | GTY_TS_NODE | Table of Strings | 20100309 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Retrieve all nodes | 20100309 | |
| 2 | Instance method | Public | Method | Get required node instance | 20100309 |
Events
Class /PLMB/CL_LOG_NODE_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_S_NODE | Public | See coding | 20100309 | BEGIN OF gty_s_node,
node_name TYPE /plmb/spi_node_name,
node TYPE REF TO /plmb/cl_log_sp_node,
END OF gty_s_node
|
||
| 2 | GTY_TS_NODE | Public | See coding | 20100309 | gty_ts_node TYPE SORTED TABLE OF gty_s_node WITH UNIQUE KEY node_name
|
Method Signatures
Method GET_ALL_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETS_NODE | Call by reference | Type reference (TYPE) | GTY_TS_NODE | 20100309 |
Method GET_ALL_NODES on class /PLMB/CL_LOG_NODE_FACTORY has no exception.
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) | /PLMB/CL_LOG_SP_NODE | SP Node: Application Log | 20100309 | |||
| 2 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20100309 | |||
| 3 | IV_TARGET_NODE_NAME | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20100309 |
Method GET_NODE on class /PLMB/CL_LOG_NODE_FACTORY has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |