SAP ABAP Class CL_UC_OCTOPNODE_GUI (Organizational Change: Top Nodes)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-SEM-BCS (Application Component) Business Consolidation
     UCM6 (Package) SEM-BCS: Organizational Changes
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UC_CUST_ACCOUNT_GUI Assignment Screen 20030813
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UC_CUST_GUI Internal View of GUI Object 20030729
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UC_CUST_GUI_EXT External View at GUI Object 20030729
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UG_WB_COMMUNICATION Workbench: Events and Methods for Communication with the WB 20030729
Properties
Class CL_UC_OCTOPNODE_GUI  
Short Description Organizational Change: Top Nodes    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UCM6   SEM-BCS: Organizational Changes 
Created 20030729   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 UC00 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 UCF6 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 UCM0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_UC_CUST_ACCOUNT_GUI Assignment Screen 20030813
2 IF_UC_CUST_GUI Internal View of GUI Object 20030729
3 IF_UC_CUST_GUI_EXT External View at GUI Object 20030729
4 IF_UG_WB_COMMUNICATION Workbench: Events and Methods for Communication with the WB 20030729
Friends
Class CL_UC_OCTOPNODE_GUI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DD_DISPLAY Instance attribute Private Type reference (TYPE) UC_FLG General Indicator, SAP Consolidation 20030729
2 DD_IS_EDIT Instance attribute Private Type reference (TYPE) UC_FLG 'X' General Indicator, SAP Consolidation 20030729
3 DD_LOAD Instance attribute Private Type reference (TYPE) UC_FLG General Indicator, SAP Consolidation 20030729
4 DD_REPUNIT_RFSID Instance attribute Private Type reference (TYPE) UG_FIELDNAME_SID FIN Master Data: SID of Field Names 20030731
5 DO_DATA_OBJ Instance attribute Private Object reference (TYPE REF TO) CL_UC_OCTOPNODE Organizational Change: Top Nodes 20030729
6 DO_MODEL Instance attribute Private Object reference (TYPE REF TO) IF_UC_MODEL Model (field catalog, ...) 20030729
7 DT_ACC_GUI_OBJ Instance attribute Private Type reference (TYPE) GTX_ACCOUNT_GUI 20030813
8 DT_FFIX Instance attribute Private Type reference (TYPE) UC0_TS_FFIX Fixed Characteristic Values 20030729
9 DT_REF_DATA Instance attribute Private Type reference (TYPE) UGMD_TS_CHAR_VALUE_GUI Master Data: Generic GUI Communication 20030731
10 DT_TOPNODE Instance attribute Private Type reference (TYPE) GTX_TOPNODE 20030731
11 DT_TOPNODE_FIX Instance attribute Private Type reference (TYPE) GTX_TOPNODE 20050525
12 GC_PROGRAM Constant Private Type reference (TYPE) SCRHPROG 'SAPLUCM6_01' Program Name 20030729
13 GC_SCREEN Constant Private Type reference (TYPE) SCRHDNUM '1000' Screen Number 20030729
14 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_UC_OCTOPNODE_GUI Organizational Change: Top Nodes 20030729
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20030729
2 GET_ADD_DATA Instance method Public Method Get model and dt_ffix 20030729
3 GET_DISPLAY_MODE Instance method Public Method Get Display Mode 20030729
4 GET_GUI_DATA Instance method Public Method Get GUI Data 20030729
5 GET_LOAD_FLG Instance method Public Method Return dd_load 20030729
6 SET_DISPLAY_MODE Instance method Private Event handling method Set Display Mode 20030729
7 SET_GUI_DATA Instance method Public Method Set GUI Data 20030729
8 SHOW_MESSAGE Instance method Public Method Display Messages 20030729
Events
Class CL_UC_OCTOPNODE_GUI has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GSX_ACCOUNT_GUI Private See coding 20030813 BEGIN OF gsx_account_gui, account TYPE REF TO cl_uc_account_gui_data, selcond TYPE REF TO cl_uc_account_gui_data2, account_gui TYPE REF TO cl_uc_account_gui, END OF gsx_account_gui
2 GSX_TOPNODE Private See coding 20030731 BEGIN OF gsx_topnode, fieldname_sid TYPE ug_fieldname_sid, value_sid TYPE ug_sid, toyear TYPE ug_toyear, toperiod TYPE ug_toperiod, END OF gsx_topnode
3 GTX_ACCOUNT_GUI Private See coding 20030813 gtx_account_gui TYPE STANDARD TABLE OF gsx_account_gui
4 GTX_TOPNODE Private See coding 20030731 gtx_topnode TYPE STANDARD TABLE OF gsx_topnode WITH KEY fieldname_sid value_sid
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_UC_OCTOPNODE_GUI has no parameter.
Method CONSTRUCTOR on class CL_UC_OCTOPNODE_GUI has no exception.

Method GET_ADD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MODEL Call by reference Object reference (TYPE REF TO) IF_UC_MODEL Modell (Feldkatalog, ...) 20030729
2 Exporting ET_FFIX Call by reference Type reference (TYPE) UC0_TS_FFIX Parameter 20030729

Method GET_ADD_DATA on class CL_UC_OCTOPNODE_GUI has no exception.

Method GET_DISPLAY_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_IS_EDIT Call by reference Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20030729

Method GET_DISPLAY_MODE on class CL_UC_OCTOPNODE_GUI has no exception.

Method GET_GUI_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_NODEFNAME Call by reference Type reference (TYPE) UC_FIELDNAME Feldname 20030731
2 Exporting ET_OCTOPNODE Call by reference Type reference (TYPE) UCM_T_OCTOPNODE Für Pflege Topknoten bei Organisationsänderung 20030730

Method GET_GUI_DATA on class CL_UC_OCTOPNODE_GUI has no exception.

Method GET_LOAD_FLG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_LOAD Call by reference Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20030729

Method GET_LOAD_FLG on class CL_UC_OCTOPNODE_GUI has no exception.

Method SET_DISPLAY_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IS_EDIT Value transfer Attribute reference (LIKE) 20030729

Method SET_DISPLAY_MODE on class CL_UC_OCTOPNODE_GUI has no exception.

Method SET_GUI_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OCTOPNODE Call by reference Type reference (TYPE) UCM_T_OCTOPNODE Kapitalkonsolidierung: Vorgänge 20030730

Method SET_GUI_DATA on class CL_UC_OCTOPNODE_GUI has no exception.

Method SHOW_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGE Call by reference Type reference (TYPE) UC0_T_MESSAGE Meldungen 20030729

Method SHOW_MESSAGE on class CL_UC_OCTOPNODE_GUI has no exception.
History
Last changed by/on SAP  20041006 
SAP Release Created in 351