SAP ABAP Class CL_UC_ACCOUNT_GUI (Assignment Screen)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-SEM-BCS (Application Component) Business Consolidation
     UCU1 (Package) SEM-BCS: User Interface: Posting Screen
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 20000816
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UC_CUST_GUI_EXT External View at GUI Object 20000816
Properties
Class CL_UC_ACCOUNT_GUI  
Short Description Assignment Screen    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package UCU1   SEM-BCS: User Interface: Posting Screen 
Created 20000816   SAP 
Last change 20091125   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_UC_ACCOUNT_GUI has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_UC_CUST_GUI Internal View of GUI Object 20000816
2 IF_UC_CUST_GUI_EXT External View at GUI Object 20000816
Friends
Class CL_UC_ACCOUNT_GUI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DF_DEL_PAI Instance attribute Protected Type reference (TYPE) UC_FLG '' General Indicator, SAP Consolidation 20040205
2 DF_IS_DISPLAY_ONLY Instance attribute Protected Type reference (TYPE) UC_FLG General indicator, SAP Consolidation 20040205
3 DO_MODEL Instance attribute Protected Object reference (TYPE REF TO) IF_UC_MODEL Model (Meta Data) 20040411
4 DT_COMP_INFO Instance attribute Protected Type reference (TYPE) T_COMP_INFO 20040411
5 DT_CUST_DATA Instance attribute Protected Type reference (TYPE) T_CUST_DATA Sets/Messages Called by Assignment Screen 20040205
6 DT_DATA_OBJ Instance attribute Protected Type reference (TYPE) T_DATA_OBJECT Data Objects to Be Displayed 20040205
7 D_LOG_SCREEN Instance attribute Protected Type reference (TYPE) UC_LOG_SCREEN Logical Screen Number 20040205
8 D_MAX_LINES Instance attribute Protected Type reference (TYPE) I Max number of displayed rows 20040205
9 GC_COMP_NR Constant Protected Type reference (TYPE) I 4 Maximum Number of Components 20040205
10 GC_DNUM Constant Protected Type reference (TYPE) SCRHDNUM 2000 Screen Number 0 20040205
11 GC_MAX_INSTANCES Constant Protected Type reference (TYPE) UC_LOG_SCREEN 9 Logical Screen Number 20040205
12 GC_MAX_LINES Constant Protected Type reference (TYPE) I 40 Default: max. no. of rows 20040205
13 GC_MIN_LINES Constant Protected Type reference (TYPE) I 4 Default: min. no. of rows 20040205
14 GC_PROG Constant Protected Type reference (TYPE) SCRHPROG 'SAPLUCU1' Program Name 20040205
15 GF_COI_LOC_VALUES Instance attribute Protected Type reference (TYPE) UC_FLG SPACE New by jos181208 (SAP Note 1288499) 20081218
16 GT_HANDLE Static Attribute Protected Type reference (TYPE) T_HANDLE Logical Screen Numbers 20040205
17 G_IS_EDIT Static Attribute Protected Type reference (TYPE) UC_FLG 'X' Display/Change 20040205
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_MAX_LINES Instance method Public Method Adjust number of displayed rows 20000905
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20000829
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20000816
4 GET_COI_LOC_VALUES Instance method Public Method New by jos181208 (SAP Note 1288499) 20081218
5 GET_DEL_TRIGGER_PAI Instance method Public Method Get if the "delete" button in toolbar triggers PAI 20030915
6 GET_DISPLAY_MODE Instance method Public Method Display or Change Mode? 20000829
7 GET_GUI_DATA Instance method Public Method Acquire Information about Layout and Data 20000816
8 GET_HANDLE Instance method Public Method Get new handle from compound 20000909
9 GET_IF_MULTI_MODEL Instance method Public Method Get if the account screen is multi-model. 20040411
10 GET_MAX_NO Static method Public Method Maximum Number of Instances 20000816
11 GET_MODEL Instance method Public Method Acquire reference to data model 20000818
12 GET_REF_TO_INSTANCE Static method Public Method Get Instance via Logical Number 20000818
13 GET_VALUE_FILTER_F4 Instance method Public Method Get filter for values displayed for F4 20021219
14 INDICATE_TEXT_DISPLAY Instance method Public Method Called when text display is turned on or off 20020403
15 INIT_DATA_LINE Static method Protected Method Initialize Data Row 20001113
16 NAVIGATE_TO_MSTEP Instance method Public Method Step Navigation 20000908
17 RAISE_EVENT Instance method Public Method Trigger event for user-defined button 20030617
18 REMOVE_GUI_OBJECT Instance method Public Method Remove Set from Display 20000912
19 SET_COI_LOC_VALUES Instance method Public Method New by jos181208 (SAP Note 1288499) 20081218
20 SET_DEL_TRIGGER_PAI Instance method Public Method Let the "delete" button in toolbar trigger PAI 20030915
21 SET_DISPLAY_MODE Static method Private Event handling method Switch Between Display/Change 20000829
22 SET_GUI_DATA Instance method Public Method Rewrite data 20000901
23 SHOW_GUI_OBJECT Instance method Public Method Show Set in Display 20000912
24 UNLOAD_DYNPRO Instance method Public Method Release Dynpro 20011107
Events
# Event Type Visibility Description Created on
1 ACC_SCR_REMOVE_GUI_OBJECT Instance Event
(0)
Public
(2)
Account screen's own remove gui object event 20040223
2 ACC_SCR_SHOW_GUI_OBJECT Instance Event
(0)
Public
(2)
Account screen's own show gui object event 20040223
3 BUTTON_PRESSED Instance Event
(0)
Public
(2)
Button on toolbar was pressed 20030617
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_COMP_INFO Public See coding 20040411 begin of S_COMP_INFO, comp_nr type uc_seqnr1, o_model type ref to if_uc_model, t_ffix type uc0_ts_ffix, end of s_comp_info
2 S_CUST_DATA Protected Object reference (TYPE REF TO) IF_UC_CUST_DATA S_CUST_DATA 20040205
3 S_DATA_OBJECT Protected See coding S_DATA_OBJECT 20040205 begin of s_data_object, seqno(1) type n, o_cust type ref to if_uc_account_gui_data, o_prev_cust type ref to if_uc_account_gui_data, loaded type uc_flg, end of s_data_object
4 S_HANDLE Protected See coding S_HANDLE 20040205 begin of s_handle, log_screen type uc_log_screen, prog type ucu_s_handle-prog, dnum type ucu_s_handle-dnum, o_gui type ref to cl_uc_account_gui, end of s_handle
5 T_COMP_INFO Public See coding 20040411 T_COMP_INFO type sorted table of s_comp_info with unique key comp_nr
6 T_CUST_DATA Protected See coding T_CUST_DATA 20040205 t_cust_data type sorted table of s_cust_data with unique key table_line
7 T_DATA_OBJECT Protected See coding T_DATA_OBJECT 20040205 t_data_object type sorted table of s_data_object with unique key seqno
8 T_HANDLE Protected See coding T_HANDLE 20040205 t_handle type sorted table of s_handle with unique key log_screen
Method Signatures

Method ADJUST_MAX_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MAX_LINES Call by reference Type reference (TYPE) I aktuelle Zeilenanzahl 20000905

Method ADJUST_MAX_LINES on class CL_UC_ACCOUNT_GUI has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOG_SCREEN Call by reference Type reference (TYPE) UC_LOG_SCREEN Logische Bildschirmnummer 20000818

Method CONSTRUCTOR on class CL_UC_ACCOUNT_GUI has no exception.

Method GET_COI_LOC_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_COI_LOC_VALUES Value transfer Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20081218

Method GET_COI_LOC_VALUES on class CL_UC_ACCOUNT_GUI has no exception.

Method GET_DEL_TRIGGER_PAI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FLG Call by reference Type reference (TYPE) UC_FLG General indicator, SAP Consolidation 20030915

Method GET_DEL_TRIGGER_PAI on class CL_UC_ACCOUNT_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_DISPLAY Value transfer Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20000829

Method GET_DISPLAY_MODE on class CL_UC_ACCOUNT_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 ES_CURSOR Call by reference Type reference (TYPE) UCU_SX_ACC_SCR_CURSOR_INT Cursorpositionierung 20030516
2 Exporting ES_LAYOUT Call by reference Type reference (TYPE) UCU_SX_ACC_SCR_LAYOUT_INT Schnittstelle für Kontierungsscreen: Layout 20000822
3 Exporting ES_MESSAGE Call by reference Type reference (TYPE) UCU_SX_ACC_SCR_MESSAGE_INT Kontierungsscreen: Meldungen 20001026
4 Exporting ES_UNCHANGED Call by reference Type reference (TYPE) UCU_SX_ACC_SCR_UNCHANGED_INT Nicht geänderte Handles pro Komponente 20040928
5 Exporting ET_CHAR_COL_TXT Call by reference Type reference (TYPE) UCU_TS_ACC_SCR_COL_TXT_INT Überschrift je Merkmalsspalte im gekippten Kontierungsscreen 20020117
6 Exporting ET_DATA Call by reference Type reference (TYPE) UCU_TS_ACC_SCR_DATA_INT Wert pro Merkmal/Attribut 20000816
7 Exporting ET_FDISP Call by reference Type reference (TYPE) UCU_TS_ACC_SCR_FDISP_INT Anzuzeigende Merkmale/Attribute im Kontierungsscreen 20000816
8 Exporting ET_FFIX Call by reference Type reference (TYPE) UC0_TS_FFIX Fixierte Merkmalswerte 20040411
9 Exporting ET_STEP_TXT Call by reference Type reference (TYPE) UCU_TS_ACC_SCR_STEP_TXT Kontierungsscreen: Bezeichnungen der Schritte 20000921
10 Exporting ET_SUBSTEP Call by reference Type reference (TYPE) UCU_TS_ACC_SCR_SUBSTEP Unternummern im gekippten Kontierungsscreen 20020118

Method GET_GUI_DATA on class CL_UC_ACCOUNT_GUI has no exception.

Method GET_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_HANDLE Call by reference Type reference (TYPE) UC_HANDLE Allgemeines Handle 20000909
2 Importing I_HANDLE Call by reference Type reference (TYPE) UC_HANDLE SPACE Aktuelles Handle bei Einfügen Zeile (Cursorposition) 20020118

Method GET_HANDLE on class CL_UC_ACCOUNT_GUI has no exception.

Method GET_IF_MULTI_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FLG Value transfer Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20040411

Method GET_IF_MULTI_MODEL on class CL_UC_ACCOUNT_GUI has no exception.

Method GET_MAX_NO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MAX_INSTANCES Call by reference Type reference (TYPE) UC_LOG_SCREEN Logische Bildschirmnummer 20000816

Method GET_MAX_NO on class CL_UC_ACCOUNT_GUI has no exception.

Method GET_MODEL 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 (Metadaten) 20040411
2 Exporting ET_COMP_INFO Call by reference Type reference (TYPE) T_COMP_INFO Mainly used for multi-model account screen. 20040411

Method GET_MODEL on class CL_UC_ACCOUNT_GUI has no exception.

Method GET_REF_TO_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) CL_UC_ACCOUNT_GUI Kontierungsscreen 20000818
2 Importing I_LOG_SCREEN Call by reference Type reference (TYPE) UC_LOG_SCREEN Dynpronummer 20000818

Method GET_REF_TO_INSTANCE on class CL_UC_ACCOUNT_GUI has no exception.

Method GET_VALUE_FILTER_F4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EO_FILTER Value transfer Object reference (TYPE REF TO) IF_UC_CHAR_VALUE_FILTER FI-Stammdaten: Wertfilter für F4, ... 20021219
2 Importing I_COMP Call by reference Type reference (TYPE) UC_FIELDNAME Feldname 20021219
3 Importing I_FIELDNAME Call by reference Type reference (TYPE) UC_FIELDNAME Feldname 20021219

Method GET_VALUE_FILTER_F4 on class CL_UC_ACCOUNT_GUI has no exception.

Method INDICATE_TEXT_DISPLAY Signature

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

Method INDICATE_TEXT_DISPLAY on class CL_UC_ACCOUNT_GUI has no exception.

Method INIT_DATA_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DATA_INT Call by reference Type reference (TYPE) UCU_SX_ACC_SCR_DATA_INT Wert pro Merkmal/Attribut 20001113
2 Importing IT_FDISP_INT Call by reference Type reference (TYPE) UCU_TS_ACC_SCR_FDISP_INT Anzuzeigende Merkmale/Attribute im Kontierungsscreen 20001113
3 Importing I_SEQNO Call by reference Type reference (TYPE) N Komponentennummer 20001113

Method INIT_DATA_LINE on class CL_UC_ACCOUNT_GUI has no exception.

Method NAVIGATE_TO_MSTEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MSTEP Value transfer Type reference (TYPE) UC_MSTEP Methoden-Schritt 20000908

Method NAVIGATE_TO_MSTEP on class CL_UC_ACCOUNT_GUI has no exception.

Method RAISE_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUTTON Call by reference Type reference (TYPE) UI_FUNC Funktionscode 20030617

Method RAISE_EVENT on class CL_UC_ACCOUNT_GUI has no exception.

Method REMOVE_GUI_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DATA Call by reference Object reference (TYPE REF TO) IF_UC_CUST_DATA Interne Sicht auf Customizing-Daten 20000912

Method REMOVE_GUI_OBJECT on class CL_UC_ACCOUNT_GUI has no exception.

Method SET_COI_LOC_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_COI_LOC_VALUES Value transfer Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20081218

Method SET_COI_LOC_VALUES on class CL_UC_ACCOUNT_GUI has no exception.

Method SET_DEL_TRIGGER_PAI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLG Call by reference Type reference (TYPE) UC_FLG General indicator, SAP Consolidation 20030915

Method SET_DEL_TRIGGER_PAI on class CL_UC_ACCOUNT_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) Allgemeines Kennzeichen SAP Konsolidierung 20000829

Method SET_DISPLAY_MODE on class CL_UC_ACCOUNT_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_CHANGED Call by reference Type reference (TYPE) UCU_SX_ACC_SCR_CHANGED_INT Nicht geänderte Handles pro Komponente 20040928
2 Importing IS_MESSAGE_INT Call by reference Type reference (TYPE) UCU_SX_ACC_SCR_MESSAGE_INT Kontierungsscreen: Meldungen 20000912
3 Importing IT_DATA_INT Call by reference Type reference (TYPE) UCU_TS_ACC_SCR_DATA_INT Wert pro Merkmal/Attribut 20000901
4 Importing IT_FDISP_INT Call by reference Type reference (TYPE) UCU_TS_ACC_SCR_FDISP_INT Anzuzeigende Merkmale/Attribute im Kontierungsscreen 20020123
5 Importing IT_FLD_FIX Call by reference Type reference (TYPE) UCU_TS_ACC_SCR_DATA_INT Wert pro Merkmal/Attribut 20020716

Method SET_GUI_DATA on class CL_UC_ACCOUNT_GUI has no exception.

Method SHOW_GUI_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_IS_DISPLAY_ONLY Call by reference Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20000912
2 Importing IO_DATA Call by reference Object reference (TYPE REF TO) IF_UC_CUST_DATA Interne Sicht auf Customizing-Daten 20000912

Method SHOW_GUI_OBJECT on class CL_UC_ACCOUNT_GUI has no exception.

Method UNLOAD_DYNPRO Signature

Method UNLOAD_DYNPRO on class CL_UC_ACCOUNT_GUI has no parameter.
Method UNLOAD_DYNPRO on class CL_UC_ACCOUNT_GUI has no exception.
Event Signatures

Event ACC_SCR_REMOVE_GUI_OBJECT Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EO_DATA Exporting Value transfer Object reference (TYPE REF TO) IF_UC_CUST_DATA Interne Sicht auf Customizing-Daten 20040223

Event ACC_SCR_SHOW_GUI_OBJECT Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EF_DISPLAY_ONLY Exporting Value transfer Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20040223
2 EO_DATA Exporting Value transfer Object reference (TYPE REF TO) IF_UC_CUST_DATA Interne Sicht auf Customizing-Daten 20040223

Event BUTTON_PRESSED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 E_BUTTON Exporting Value transfer Type reference (TYPE) UI_FUNC Funktionscode 20030617
History
Last changed by/on SAP  20091125 
SAP Release Created in 3.0A