SAP ABAP Class CL_MDG_BS_MAT_MP_GENERIC (Metadata provider for generic nodes)
Hierarchy
☛
MDG_APPL (Software Component) MDG Applications
⤷
CA-MDG-APP-MM (Application Component) MDG Material
⤷
MDG_BS_MAT_SP (Package) MDG: Material Service Provider
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMB/IF_SPI_METADATA_BASE | Metadata base interface | 20100702 |
Properties
| Class | CL_MDG_BS_MAT_MP_GENERIC | |
| Short Description | Metadata provider for generic nodes | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | MDG_BS_MAT_SP | MDG: Material Service Provider |
| Created | 20100702 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_MDG_BS_MAT_MP_GENERIC has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /PLMB/IF_SPI_METADATA_BASE | Metadata base interface | 20100702 |
Friends
Class CL_MDG_BS_MAT_MP_GENERIC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TYT_NODE_LIST | 20110512 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20110512 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20110512 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20100702 | ||
| 2 | Instance method | Private | Method | Create node metadata | 20110512 |
Events
Class CL_MDG_BS_MAT_MP_GENERIC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYS_NODE_LIST | Private | See coding | 20110512 | BEGIN OF tys_node_list,
node_name TYPE /plmb/spi_node_name,
parent_node_name TYPE /plmb/spi_node_name,
node TYPE /plmb/t_spi_metadata_node,
END OF tys_node_list
|
||
| 2 | TYT_NODE_LIST | Private | See coding | 20110512 | tyt_node_list TYPE SORTED TABLE OF tys_node_list
WITH UNIQUE KEY node_name parent_node_name
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20100702 | |||
| 2 | IV_PARENT_NODE_NAME | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | 20100702 |
Method CONSTRUCTOR on class CL_MDG_BS_MAT_MP_GENERIC has no exception.
Method CREATE_METADATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20110512 | |||
| 2 | IV_PARENT_NODE_NAME | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20110512 | |||
| 3 | RT_NODE | Value transfer | Type reference (TYPE) | /PLMB/T_SPI_METADATA_NODE | Metadata Node Definition | 20110512 |
Method CREATE_METADATA on class CL_MDG_BS_MAT_MP_GENERIC has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 606 |