SAP ABAP Class CL_UG_MD_WU_RESULT_EDGE (Result of Where-Used Search Hierarchy)
Hierarchy
FINBASIS (Software Component) Fin. Basis
   FIN-FB (Application Component) Financials Basis
     UGMD6 (Package) FIN General Master Data: Where-used List
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UG_MD_WU_RESULT Results of Usage Search 20041207
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UG_MD_WU_RESULT_EDGE Result of Where-Used Search Hierarchy 20041207
Properties
Class CL_UG_MD_WU_RESULT_EDGE  
Short Description Result of Where-Used Search Hierarchy    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UGMD6   FIN General Master Data: Where-used List 
Created 20041207   SAP 
Last change 20050220   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_UG_MD_AREAID Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_UG_MD_SIDMAP Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_UG_MD_WU_RESULT Results of Usage Search 20041207
2 IF_UG_MD_WU_RESULT_EDGE Result of Where-Used Search Hierarchy 20041207
Friends
Class CL_UG_MD_WU_RESULT_EDGE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DT_INDEX Instance attribute Private Type reference (TYPE) UGMD_TS_INDEX 20041207
2 DT_WU_RESULT Instance attribute Private Type reference (TYPE) TS_RESULT 20041216
3 D_FIELDNAME Instance attribute Private Attribute reference (LIKE) 20041207
4 GO_FACTORY Static Attribute Private Object reference (TYPE REF TO) IF_UG_MD_FACTORY 20041207
5 GO_SIDMAP Static Attribute Private Object reference (TYPE REF TO) IF_UG_MD_SIDMAP 20050111
6 GT_INSTANCE_BUFFER Static Attribute Private Type reference (TYPE) TS_BUFFER 20041216
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20041215
2 CONSTRUCTOR Instance method Public Constructor 20041215
3 GET_INSTANCE Static method Public Method Get Instance 20041207
Events
Class CL_UG_MD_WU_RESULT_EDGE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_BUFFER Private See coding 20041215 BEGIN OF s_buffer, fieldname TYPE ug_fieldname, o_instance TYPE REF TO if_ug_md_wu_result, END OF s_buffer
2 S_RESULT Private See coding 20041207 BEGIN OF s_result, fieldname TYPE ug_fieldname, fieldname_sid TYPE ug_fieldname_sid, value_sid TYPE ug_sid, hryname TYPE ug_hryname, txtmi TYPE ug_txtmi, txtlg TYPE ug_txtlg, fieldname_sidid TYPE ug_sid, value_sidid TYPE ug_sid, hry_version TYPE rsversion, fromyear TYPE ug_fiscyear, fromperiod TYPE ug_fiscperiod, s_parent TYPE ugmd_s_hry_node, s_child TYPE ugmd_s_hry_node, toyear TYPE ug_fiscyear, toperiod TYPE ug_fiscperiod, END OF s_result
3 TS_BUFFER Private See coding 20041215 ts_buffer TYPE SORTED TABLE OF s_buffer WITH UNIQUE KEY fieldname
4 TS_RESULT Private See coding 20041207 ts_result TYPE SORTED TABLE OF s_result WITH UNIQUE KEY fieldname fieldname_sid value_sid hryname hry_version fromyear fromperiod s_parent s_child
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_UG_MD_WU_RESULT_EDGE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_UG_MD_WU_RESULT_EDGE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Call by reference Type reference (TYPE) UG_FIELDNAME FIN Master Data: Field Name 20041215

Method CONSTRUCTOR on class CL_UG_MD_WU_RESULT_EDGE has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EO_INSTANCE Value transfer Object reference (TYPE REF TO) IF_UG_MD_WU_RESULT Results of Usage Search 20041207
2 Importing I_FIELDNAME Call by reference Type reference (TYPE) UG_FIELDNAME FIN Master Data: Field Name 20041207

Method GET_INSTANCE on class CL_UG_MD_WU_RESULT_EDGE has no exception.
History
Last changed by/on SAP  20050220 
SAP Release Created in 600