SAP ABAP Class CL_UC_METHOD_IUE_COMP_GUI (IUE Components, GUI)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-SEM-BCS (Application Component) Business Consolidation
     UCF5 (Package) SEM-BCS: Two-Sided Elimination
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 20010226
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UC_CUST_GUI_EXT External View at GUI Object 20010226
Properties
Class CL_UC_METHOD_IUE_COMP_GUI  
Short Description IUE Components, GUI    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UCF5   SEM-BCS: Two-Sided Elimination 
Created 20010226   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_UC_FACTORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_UC_METHOD_IUE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_UC_CUST_GUI Internal View of GUI Object 20010226
2 IF_UC_CUST_GUI_EXT External View at GUI Object 20010226
Friends
Class CL_UC_METHOD_IUE_COMP_GUI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DF_IS_DISPLAY_ONLY Instance attribute Private Type reference (TYPE) UC_FLG Display only (X) or also changable (SPACE) 20021030
2 DF_SHOWING_MESSAGES Instance attribute Private Type reference (TYPE) UC_FLG Are Messages of the Check Being Displayed? 20010313
3 DO_INSTANCE Instance attribute Private Object reference (TYPE REF TO) IF_UC_CUST_GUI Internal View of GUI Object 20010226
4 DO_MASTER_FACTORY Instance attribute Private Object reference (TYPE REF TO) IF_UC_FACTORY Internal View of Central SAP Cons Factory 20010226
5 DO_MESSAGE Instance attribute Private Object reference (TYPE REF TO) IF_UC_CUST_DATA Internal View of Customizing Data 20010313
6 DO_METHOD_IUE_COMP Instance attribute Private Object reference (TYPE REF TO) CL_UC_METHOD_IUE_COMP IUE Components 20010815
7 DO_MODEL Instance attribute Private Object reference (TYPE REF TO) IF_UC_MODEL Model (Field Catalog, ...) 20010226
8 DT_ALLOWED_KFIG Instance attribute Private Type reference (TYPE) UCF_TS_IUE_KFIG_TXT RCL: Method Maint.: Available Key Figures 20010226
9 D_DNUM Instance attribute Private Type reference (TYPE) SCRHDNUM Screen Number 20010226
10 D_EDIT Static Attribute Private Type reference (TYPE) UC_FLG General Indicator, SAP Consolidation 20010226
11 GC_PROGNAME Instance attribute Private Type reference (TYPE) SYREPID 'SAPLUCF5' Program Name 20010226
12 GC_X Constant Private Type reference (TYPE) UC_FLG 'X' General Indicator, SAP Consolidation 20010226
13 GT_HANDLE Static Attribute Private Type reference (TYPE) T_HANDLE Table with Instances 20010226
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20010226
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20010226
3 GET_GUI_DATA Instance method Public Method Get Data To Be Displayed 20010226
4 GET_INSTANCE Static method Public Method Get Instance No. "n" 20010226
5 GET_INSTANCE_BY_DYNPRO Static method Public Method Get Instance Belonging to a Screen 20010226
6 SET_DISPLAY_MODE Static method Private Event handling method Set Display Mode 20010226
7 SET_GUI_DATA Instance method Public Method Rewrite the Data 20010226
8 SHOW_REMOVE_GUI_OBJECT Instance method Public Method Remove GUI Object 20010313
Events
Class CL_UC_METHOD_IUE_COMP_GUI has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_HANDLE Private See coding 20010226
2 T_HANDLE Private See coding 20010226
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_UC_METHOD_IUE_COMP_GUI has no parameter.
Method CONSTRUCTOR on class CL_UC_METHOD_IUE_COMP_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 EF_IS_DISPLAY_ONLY Call by reference Type reference (TYPE) UC_FLG Nur Anzeigen (X) oder auch änderbar (SPACE) 20021030
2 Exporting ET_ALLOWED_KFIG Call by reference Type reference (TYPE) UCF_TS_IUE_KFIG_TXT IUE: Methodenpflege: Verfügbare Kennzahlen 20010226
3 Exporting ET_KFIG Call by reference Type reference (TYPE) UCF_TS_IUE_KFIG_TXT IUE: Methodenpflege: Verfügbare Kennzahlen 20010226
4 Exporting ET_LIM_CURR Call by reference Type reference (TYPE) UCF_T_IUE_LIMITS_GUI IUE: table for Limits 20010301
5 Exporting ET_LIM_QUANT Call by reference Type reference (TYPE) UCF_T_IUE_LIMITS_GUI IUE: table for Limits 20010301
6 Exporting E_DIFFSTRAT_UNIT Call by reference Type reference (TYPE) UC_IUE_DIFFSTRAT_UNIT Differenzenstrategie für Organisationseinheit 20010228
7 Exporting E_EDIT Call by reference Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20010226
8 Exporting E_LIMITCHECK Call by reference Type reference (TYPE) UC_IUE_LIMITCHECK Detaillierung der Prüfung auf Limit-Überschreitung 20010702
9 Exporting E_LIMITS Call by reference Type reference (TYPE) UC_IUE_LIMITS Die Methode verwendet Limits 20010227
10 Exporting E_PERTC Call by reference Type reference (TYPE) UC_IUE_PERTC Pro Transaktionswährung 20010227
11 Exporting E_TWOSIDED Call by reference Type reference (TYPE) UC_IUE_TWOSIDED Typ 20010227
12 Exporting E_XRIND Call by reference Type reference (TYPE) UC_XRIND Kursart 20010227
13 Exporting E_XRIND_TXT Call by reference Type reference (TYPE) UC_TXTMI Mitteltext für Kursart 20020508

Method GET_GUI_DATA on class CL_UC_METHOD_IUE_COMP_GUI has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_INSTANCE Call by reference Object reference (TYPE REF TO) IF_UC_CUST_GUI Interne Sicht auf das GUI-Objekt 20010226

Method GET_INSTANCE on class CL_UC_METHOD_IUE_COMP_GUI has no exception.

Method GET_INSTANCE_BY_DYNPRO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_INSTANCE Call by reference Object reference (TYPE REF TO) IF_UC_CUST_GUI Interne Sicht auf das GUI-Objekt 20010226
2 Importing I_DNUM Call by reference Type reference (TYPE) SCRHDNUM Dynpronummer 20010226

Method GET_INSTANCE_BY_DYNPRO on class CL_UC_METHOD_IUE_COMP_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) 20010226

Method SET_DISPLAY_MODE on class CL_UC_METHOD_IUE_COMP_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_LIM_CURR Call by reference Type reference (TYPE) UCF_T_IUE_LIMITS_GUI IUE: table for Limits 20010301
2 Importing IT_LIM_QUANT Call by reference Type reference (TYPE) UCF_T_IUE_LIMITS_GUI IUE: table for Limits 20010301
3 Importing I_DIFFSTRAT_UNIT Call by reference Type reference (TYPE) UC_IUE_DIFFSTRAT_UNIT Differenzenstrategie für Organisationseinheit 20010228
4 Importing I_KFIG_DIFF Call by reference Type reference (TYPE) UC_FIELDNAME Fieldname 20010702
5 Importing I_LIMITCHECK Call by reference Type reference (TYPE) UC_IUE_LIMITCHECK Detaillierung der Prüfung auf Limit-Überschreitung 20010702
6 Importing I_LIMITS Call by reference Type reference (TYPE) UC_IUE_LIMITS Die Methode verwendet Limits 20010227
7 Importing I_PERTC Call by reference Type reference (TYPE) UC_IUE_PERTC Pro Transaktionswährung 20010227
8 Importing I_TWOSIDED Call by reference Type reference (TYPE) UC_IUE_TWOSIDED Abstimmung/ Eliminierung ist beidseitig bestimmt 20010227
9 Importing I_XRIND Call by reference Type reference (TYPE) UC_XRIND Kursart 20010227

Method SET_GUI_DATA on class CL_UC_METHOD_IUE_COMP_GUI has no exception.

Method SHOW_REMOVE_GUI_OBJECT 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 Message table 20010313

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