SAP ABAP Class CL_UC_ITEM_GUI (Master Data: Item: GUI)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-SEM-BCS (Application Component) Business Consolidation
     UCUMI (Package) SEM-BCS: User Interface: Item, Breakdown Category, ...
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UC_CUST_GUI Internal View of GUI Object 20010704
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UC_CUST_GUI_EXT External View at GUI Object 20010704
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UG_WB_COMMUNICATION Workbench: Events and Methods for Communication with the WB 20020403
Properties
Class CL_UC_ITEM_GUI  
Short Description Master Data: Item: GUI    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UCUMI   SEM-BCS: User Interface: Item, Breakdown Category, ... 
Created 20010704   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_UC_ITEM_GUI has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_UC_CUST_GUI Internal View of GUI Object 20010704
2 IF_UC_CUST_GUI_EXT External View at GUI Object 20010704
3 IF_UG_WB_COMMUNICATION Workbench: Events and Methods for Communication with the WB 20020403
Friends
Class CL_UC_ITEM_GUI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DD_LOAD Instance attribute Private Type reference (TYPE) UC_FLG General indicator, SAP Consolidation 20020610
2 DO_CUST Instance attribute Private Object reference (TYPE REF TO) CL_UC_ITEM SEM-BCS: Item 20010718
3 DO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) IF_UC_CUST_GUI Internal View of GUI Object 20010718
4 DO_ITGRP Instance attribute Private Object reference (TYPE REF TO) IF_UC_CUST_GUI Internal View of GUI Object 20020610
5 DO_ITGRP_DATA Instance attribute Protected Object reference (TYPE REF TO) IF_UG_MD_CHAR_VALUE FIN Master Data: Representation of a Characteristic Value 20020628
6 DO_MODEL Instance attribute Private Object reference (TYPE REF TO) IF_UC_MODEL Model (field catalog, ...) 20020423
7 DS_DATA Instance attribute Private Type reference (TYPE) UCU_S_ITEM_PROP GUI: Display Item Properties 20010718
8 DT_FFIX Instance attribute Private Type reference (TYPE) UC0_TS_FFIX Fixed Characteristic Values 20021011
9 DT_R_DATA Instance attribute Private Type reference (TYPE) UGMD_TS_CHAR_VALUE_GUI Master Data: Generic GUI Communication 20010718
10 D_DISPLAY Instance attribute Private Type reference (TYPE) UC_FLG General indicator, SAP Consolidation 20020403
11 D_IS_EDIT Instance attribute Private Type reference (TYPE) UC_FLG 'X' General indicator, SAP Consolidation 20020403
12 D_SHOW_ITGRP Instance attribute Private Type reference (TYPE) UC_FLG General Indicator, SAP Consolidation 20010724
13 GC_CLASSNAME Constant Private Type reference (TYPE) CLASSNAME 'CL_UC_ITEM_GUI' Own Class Name 20020710
14 GC_GUI_PROGRAM Constant Private Type reference (TYPE) PROGNAME 'SAPLUCUMI_ITEM' Program for GUI 20010913
15 GC_GUI_SCREEN Constant Private Type reference (TYPE) DYNNR '1000' Screen for GUI 20010913
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20010704
2 GET_ADD_DATA Instance method Public Method Returns do_model 20020716
3 GET_DISPLAY_MODE Instance method Public Method Get Display Mode 20020403
4 GET_GUI_DATA Instance method Public Method Get GUI data 20010704
5 GET_LOAD_FLG Instance method Public Method Return dd_load 20020610
6 RAISE_EVENT_GET_GUI_OBJ Instance method Public Method Trigger Event get_gui_to_data 20020627
7 RAISE_EVENT_PREPARE_DATA Instance method Public Method Trigger Event prepare_data_for_gui 20020627
8 SET_ADD_DATA Instance method Public Method Announce Document Type Object 20020610
9 SET_DISPLAY_MODE Instance method Private Event handling method Set display mode 20010921
10 SET_GUI_DATA Instance method Public Method Set GUI data 20010704
11 SHOW_MESSAGE Instance method Public Method Display Messages 20020403
Events
Class CL_UC_ITEM_GUI has no event.
Types
Class CL_UC_ITEM_GUI has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_UC_ITEM_GUI has no parameter.
Method CONSTRUCTOR on class CL_UC_ITEM_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, ...) 20020716

Method GET_ADD_DATA on class CL_UC_ITEM_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 Display mode 'X' - change 20020403

Method GET_DISPLAY_MODE on class CL_UC_ITEM_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 EO_CUST Call by reference Object reference (TYPE REF TO) CL_UC_MD_CHAR_VALUE 20020610
2 Exporting ES_GUI_DATA Call by reference Type reference (TYPE) UCU_S_ITEM_PROP Eigenschaften Rolle Position 20010718
3 Exporting ET_FFIX Call by reference Type reference (TYPE) UC0_TS_FFIX Fixierte Merkmalswerte 20020627
4 Exporting E_ITGRP_FLG Call by reference Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20020610

Method GET_GUI_DATA on class CL_UC_ITEM_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 20020610

Method GET_LOAD_FLG on class CL_UC_ITEM_GUI has no exception.

Method RAISE_EVENT_GET_GUI_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_GUI Call by reference Object reference (TYPE REF TO) UG_WB_X_CUST_GUI Workbench: Refernz auf GUI-Objekt 20020627
2 Importing IO_DATA Call by reference Object reference (TYPE REF TO) IF_UC_CUST_DATA_EXT Externe Sicht auf Customizing-Daten 20020627

Method RAISE_EVENT_GET_GUI_OBJ on class CL_UC_ITEM_GUI has no exception.

Method RAISE_EVENT_PREPARE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_DISPLAY Call by reference Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20020627
2 Exporting ED_SUCCESS Call by reference Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20020627
3 Importing IO_DATA Call by reference Object reference (TYPE REF TO) IF_UC_CUST_DATA_EXT Externe Sicht auf Customizing-Daten 20020627

Method RAISE_EVENT_PREPARE_DATA on class CL_UC_ITEM_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_ITGRP Call by reference Object reference (TYPE REF TO) IF_UC_CUST_GUI Interne Sicht auf das GUI-Objekt 20020610
2 Importing IO_ITGRP_DATA Call by reference Object reference (TYPE REF TO) IF_UG_MD_CHAR_VALUE FI-Stammdaten: Repräsentanz eines Merkmalswerts 20020628

Method SET_ADD_DATA on class CL_UC_ITEM_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 Call by reference Type reference (TYPE) 20010921

Method SET_DISPLAY_MODE on class CL_UC_ITEM_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_GUI_DATA Call by reference Type reference (TYPE) UCU_S_ITEM_PROP GUI: Anzeige Positionseigenschaften 20010718

Method SET_GUI_DATA on class CL_UC_ITEM_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 20020403

Method SHOW_MESSAGE on class CL_UC_ITEM_GUI has no exception.
History
Last changed by/on SAP  20041006 
SAP Release Created in 3.1A