SAP ABAP Class CL_UC_COI_CUS02_GUI (C/I Customizing: Location of Data)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-SEM-BCS (Application Component) Business Consolidation
     UCF6 (Package) SEM-BCS: Consolidation of Investments
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 20020307
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UC_CUST_GUI Internal View of GUI Object 20011211
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UC_CUST_GUI_EXT External View at GUI Object 20011211
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UG_WB_COMMUNICATION Workbench: Events and Methods for Communication with the WB 20020110
Properties
Class CL_UC_COI_CUS02_GUI  
Short Description C/I Customizing: Location of Data    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UCF6   SEM-BCS: Consolidation of Investments 
Created 20011211   SAP 
Last change 20050220   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 20020307
2 IF_UC_CUST_GUI Internal View of GUI Object 20011211
3 IF_UC_CUST_GUI_EXT External View at GUI Object 20011211
4 IF_UG_WB_COMMUNICATION Workbench: Events and Methods for Communication with the WB 20020110
Friends
Class CL_UC_COI_CUS02_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 20011211
2 DD_GWRED_CUST Instance attribute Private Type reference (TYPE) UC_GWRED Goodwill Reduction in Investment Divestitures and Transfers 20040817
3 DD_IS_EDIT Instance attribute Private Type reference (TYPE) UC_FLG 'X' General indicator, SAP Consolidation 20020403
4 DD_LOAD Instance attribute Private Type reference (TYPE) UC_FLG General indicator, SAP Consolidation 20020123
5 DD_ORG_ACTIVE Instance attribute Private Type reference (TYPE) UC_FLG General Indicator, SAP Consolidation 20031110
6 DO_COIAC Instance attribute Private Object reference (TYPE REF TO) IF_UG_MD_CHAR FIN Master Data: Representation of a Characteristic 20020114
7 DO_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in Screen Area 20021115
8 DO_DATA_OBJ Instance attribute Private Object reference (TYPE REF TO) CL_UC_COI_CUST C/I Customizing 20011211
9 DO_DTEQI Instance attribute Private Object reference (TYPE REF TO) IF_UG_MD_CHAR FIN Master Data: Representation of a Characteristic 20020124
10 DO_MODEL Instance attribute Private Object reference (TYPE REF TO) IF_UC_MODEL Model (field catalog, ...) 20011220
11 DR_T_DOCTY_ALL Instance attribute Private Object reference (TYPE REF TO) DATA Reference to Table of Document Types 20020107
12 DR_T_DOCTY_COI Instance attribute Private Object reference (TYPE REF TO) DATA Reference to Table of C/I Document Types 20020107
13 DR_T_DOCTY_COI_ Instance attribute Private Object reference (TYPE REF TO) DATA Reference to Table of C/I Document Types 20030425
14 DS_CUS_DATA_01 Instance attribute Private Type reference (TYPE) UCF_S_COI_CUS01 C/I - System Utilization 20011218
15 DS_CUS_DATA_02 Instance attribute Private Type reference (TYPE) UCF_S_COI_CUS02 Global Settings 20011218
16 DT_ACC_GUI_OBJ Instance attribute Private Type reference (TYPE) GTX_ACCOUNT_GUI Table of All Posting Screens 20011221
17 DT_CUS_COIAC Instance attribute Private Type reference (TYPE) UCF_T_COI_COIAC_CUS02 Consolidation of Investments: Activities 20020114
18 DT_CUS_DTEQI Instance attribute Private Type reference (TYPE) UCF_T_COI_DTEQI_CUS02 C/I: Activities - Equity Holdings Adjustments 20020124
19 DT_FFIX Instance attribute Private Type reference (TYPE) UCM_TS_PARAMETER FI 20011220
20 DT_REF_DATA Instance attribute Private Type reference (TYPE) UGMD_TS_CHAR_VALUE_GUI Master Data: Generic GUI Communication 20011214
21 GC_MAX_LINES Constant Private Type reference (TYPE) I 55 20011211
22 GC_MIN_LINES Constant Private Type reference (TYPE) I 55 20011211
23 GC_PROGRAM Constant Private Type reference (TYPE) SCRHPROG 'SAPLUCF6_02' Program Name 20011211
24 GC_SCREEN Constant Private Type reference (TYPE) SCRHDNUM '1000' Screen Number 20011211
25 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) IF_UC_CUST_GUI Internal View of GUI Object 20011211
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20011211
2 GET_ADD_DATA Instance method Public Method Get model and dt_ffix 20011220
3 GET_DISPLAY_MODE Instance method Public Method Get Display Mode 20011211
4 GET_GUI_DATA Instance method Public Method Get GUI Data 20011211
5 GET_LOAD_FLG Instance method Public Method Return dd_load 20020123
6 SET_ADD_DATA Instance method Public Method Declare Container Object 20021115
7 SET_DISPLAY_MODE Instance method Private Event handling method Set Display Mode 20011211
8 SET_GUI_DATA Instance method Public Method Set GUI Data 20011211
9 SHOW_MESSAGE Instance method Public Method Display Messages 20020411
Events
Class CL_UC_COI_CUS02_GUI has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GSX_ACCOUNT_GUI Private See coding 20011221 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 GTX_ACCOUNT_GUI Private See coding 20011221 gtx_account_gui TYPE STANDARD TABLE OF gsx_account_gui
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_UC_COI_CUS02_GUI has no parameter.
Method CONSTRUCTOR on class CL_UC_COI_CUS02_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, ...) 20011220
2 Exporting ET_FFIX Call by reference Type reference (TYPE) UCM_TS_PARAMETER Parameter 20011220

Method GET_ADD_DATA on class CL_UC_COI_CUS02_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 20011211

Method GET_DISPLAY_MODE on class CL_UC_COI_CUS02_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 ER_DOCTY_ALL Call by reference Object reference (TYPE REF TO) DATA Referenz auf Tabelle der Belegarten 20020107
2 Exporting ER_DOCTY_COI Call by reference Object reference (TYPE REF TO) DATA Referenz auf Tabelle der Belegarten 20020107
3 Exporting ES_COI_CUS01 Call by reference Type reference (TYPE) UCF_S_COI_CUS01 Systemnutzung Kapitalkonsolidierung 20011214
4 Exporting ES_COI_CUS02 Call by reference Type reference (TYPE) UCF_S_COI_CUS02 Globale Einstellungen 20011214
5 Exporting ET_COI_COIAC Call by reference Type reference (TYPE) UCF_T_COI_COIAC_CUS02 Kapitalkonsolidierung: Vorgänge 20020114
6 Exporting ET_COI_DTEQI Call by reference Type reference (TYPE) UCF_T_COI_DTEQI_CUS02 Kapitalkonsolidierung: Vorgänge Ergebnisentwicklung 20020124
7 Exporting E_GWRED_CUST Call by reference Type reference (TYPE) UC_GWRED Goodwillreduktion bei Abgängen und Transfers 20040817
8 Exporting E_ORG_ACTIVE Call by reference Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20031110

Method GET_GUI_DATA on class CL_UC_COI_CUS02_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 20020123

Method GET_LOAD_FLG on class CL_UC_COI_CUS02_GUI has no exception.

Method SET_ADD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container fuer Custom Controls in der Dynpro Area 20021115

Method SET_ADD_DATA on class CL_UC_COI_CUS02_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) 20011211

Method SET_DISPLAY_MODE on class CL_UC_COI_CUS02_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 IS_COI_CUS02 Call by reference Type reference (TYPE) UCF_S_COI_CUS02 Globale Einstellungen 20011214
2 Importing IT_COI_COIAC Call by reference Type reference (TYPE) UCF_T_COI_COIAC_CUS02 Kapitalkonsolidierung: Vorgänge 20020114
3 Importing IT_COI_DTEQI Call by reference Type reference (TYPE) UCF_T_COI_DTEQI_CUS02 Kapitalkonsolidierung: Vorgänge Ergebnisentwicklung 20020124

Method SET_GUI_DATA on class CL_UC_COI_CUS02_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 20020411

Method SHOW_MESSAGE on class CL_UC_COI_CUS02_GUI has no exception.
History
Last changed by/on SAP  20050220 
SAP Release Created in 3.1B