SAP ABAP Class CL_MDG_MDF_VIRTUAL_HIER (FIN Master Data: Hierarchy Dispatcher)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-AF (Application Component) Application Framework
⤷
MDG_MDF5 (Package) Master Data: Hierarchies

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_MDG_MDF_HIERARCHY_INT | Master Data Hierarchies | 20081218 |
Properties
Class | CL_MDG_MDF_VIRTUAL_HIER | |
Short Description | FIN Master Data: Hierarchy Dispatcher | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | MDG_MDF5 | Master Data: Hierarchies |
Created | 20081218 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_MDG_MDF_HIERARCHY_INT | Master Data Hierarchies | 20081218 |
Friends
Class CL_MDG_MDF_VIRTUAL_HIER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_MDG_MDF_SIDMAP | FIN Master Data: Mapping Value <-> SID | 20081218 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | T_BASE_HIER | 20081218 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | MDG_MDF_FIELDNAME | FIN Master Data: Field Name | 20081218 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | MDG_MDF_NET_TYPE | FIN Master Data: Type of Network | 20081218 | ||
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | T_INSTANCE | 20081218 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20081218 |
2 | ![]() |
Instance method | Private | Event handling method | 20081218 | |
3 | ![]() |
Instance method | Private | Method | 20081218 |
Events
Class CL_MDG_MDF_VIRTUAL_HIER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_BASE_HIER | Private | See coding | 20081218 | begin of s_base_hier,
fieldname type MDG_MDF_FIELDNAME,
o_base_hier type ref to IF_MDG_MDF_HIERARCHY_INT,
end of s_base_hier
|
||
2 | S_INSTANCE | Private | See coding | 20081218 | BEGIN OF s_instance,
fieldname TYPE MDG_MDF_FIELDNAME,
net_type TYPE MDG_MDF_NET_TYPE,
o_instance TYPE REF TO IF_MDG_MDF_HIERARCHY_INT,
END OF s_instance
|
||
3 | T_BASE_HIER | Private | See coding | 20081218 | t_base_hier type sorted table of s_base_hier with non-unique
key fieldname
|
||
4 | T_INSTANCE | Private | See coding | 20081218 | t_instance TYPE HASHED TABLE OF s_instance WITH UNIQUE KEY
fieldname net_type
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | MDG_MDF_FIELDNAME | FI-Stammdaten: Feldname | 20081218 | ||
2 | ![]() |
I_NET_TYPE | Call by reference | Type reference (TYPE) | MDG_MDF_NET_TYPE | FI-Stammdaten: Type des Netzes | 20081218 |
Method CONSTRUCTOR on class CL_MDG_MDF_VIRTUAL_HIER has no exception.
Method HANDLE_BUFFER_CHANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FFIX | Value transfer | Attribute reference (LIKE) | 20081218 |
Method HANDLE_BUFFER_CHANGE on class CL_MDG_MDF_VIRTUAL_HIER has no exception.
Method TRANSLATE_PARTITION_SID_SEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SEL | Call by reference | Type reference (TYPE) | MDG_MDF_TS_SEL | FI-Stammdaten: Paare Feldname / Wert | 20081218 | ||
2 | ![]() |
IT_SEL | Call by reference | Type reference (TYPE) | MDG_MDF_TS_SEL | FI-Stammdaten: Paare Feldname / Wert | 20081218 | ||
3 | ![]() |
I_FIELDNAME_NEW | Call by reference | Type reference (TYPE) | MDG_MDF_FIELDNAME | FI-Stammdaten: Feldname | 20081218 | ||
4 | ![]() |
I_FIELDNAME_OLD | Call by reference | Type reference (TYPE) | MDG_MDF_FIELDNAME | FI-Stammdaten: Feldname | 20081218 |
Method TRANSLATE_PARTITION_SID_SEL on class CL_MDG_MDF_VIRTUAL_HIER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 702 |