SAP ABAP Class CL_UC_VALCHECK_GUI (Validation Check - GUI Element)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-SEM-BCS-CSF (Application Component) Consolidation Functions
     UCFV (Package) SEM-BCS: Validation
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 20031204
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UC_CUST_GUI_EXT External View at GUI Object 20031204
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UG_WB_COMMUNICATION Workbench: Events and Methods for Communication with the WB 20031204
Properties
Class CL_UC_VALCHECK_GUI  
Short Description Validation Check - GUI Element    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UCFV   SEM-BCS: Validation 
Created 20031204   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_UC_CUST_GUI Internal View of GUI Object 20031204
2 IF_UC_CUST_GUI_EXT External View at GUI Object 20031204
3 IF_UG_WB_COMMUNICATION Workbench: Events and Methods for Communication with the WB 20031204
Friends
Class CL_UC_VALCHECK_GUI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DC_DNUM Constant Private Type reference (TYPE) SCRHDNUM '1000' Screen Number 20031204
2 DC_PROG Constant Private Type reference (TYPE) SCRHPROG 'SAPLUCFV_VALCHECK' Program Name 20031204
3 DF_IS_EDIT_GLOBAL Instance attribute Private Type reference (TYPE) UC_FLG 'X' Change Mode - Global Workbench 20031204
4 DF_IS_EDIT_LOCAL Instance attribute Private Type reference (TYPE) UC_FLG 'X' Change Mode - Validation Check 20031204
5 DF_LOAD Instance attribute Private Type reference (TYPE) UC_FLG New Load 20040402
6 DO_ACCOUNT_GUI Instance attribute Private Object reference (TYPE REF TO) CL_UC_ACCOUNT_GUI Assignment Screen 20031204
7 DO_CUST Instance attribute Private Object reference (TYPE REF TO) IF_UC_VALCHECK_GUI_DATA Validation Check: Communication GUI <-> Data 20031204
8 GC_TRUE Instance attribute Private Type reference (TYPE) UG_FLG 'X' True 20031204
9 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_UC_VALCHECK_GUI Validation Check - GUI Element 20031205
Methods
# Method Level Visibility Method type Description Created on
1 CALL_SET_DISPLAY_MODE Instance method Public Method Call 'Set Display Mode' 20031204
2 CONSTRUCTOR Instance method Public Constructor Constructor 20031204
3 COPY_SELCOND Instance method Public Method Copy Selection Conditions 20031215
4 CREATE_SELCOND Instance method Public Method Create selection condition 20031215
5 DELETE_SELCOND Instance method Public Method Delete Selection Condition 20031215
6 DEL_ACCOUNT_GUI Instance method Public Method Delete Assignment Screen 20031204
7 FIELDLIST_EMPTY Instance method Public Method Is Field List Empty? 20040113
8 GET_ACCOUNT_GUI Instance method Public Method Determine Assignment Screen 20031204
9 GET_FFIX Instance method Public Method Determine Fixed Values 20031204
10 GET_FIELDLIST_GUI Instance method Public Method Determine GUI for Definition of a Field List 20031204
11 GET_GUI_DATA Instance method Public Method Determine GUI Data 20031204
12 GET_LOAD_FLG Instance method Public Method Was Check Rule Loaded Again? 20040402
13 GET_MODEL Instance method Public Method Determine Model 20031204
14 GET_SELCOND Instance method Public Method Get Selection Condition 20031215
15 HANDLE_SET_DISPLAY_MODE Instance method Private Event handling method Change Mode Was Changed 20031204
16 SET_ACCOUNT_GUI Instance method Public Method Set Assignment Screen 20031204
17 SET_GUI_DATA Instance method Public Method Return GUI Data 20031204
18 SHOW_MESSAGE_P Instance method Private Method Display or Hide Messages 20031215
Events
Class CL_UC_VALCHECK_GUI has no event.
Types
Class CL_UC_VALCHECK_GUI has no local type.
Method Signatures

Method CALL_SET_DISPLAY_MODE Signature

Method CALL_SET_DISPLAY_MODE on class CL_UC_VALCHECK_GUI has no parameter.
Method CALL_SET_DISPLAY_MODE on class CL_UC_VALCHECK_GUI has no exception.

Method CONSTRUCTOR Signature

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

Method COPY_SELCOND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CO_COMPOUND Call by reference Object reference (TYPE REF TO) IF_UC_COMPOUND_SELCOND Compound für Selektionsbedingungen 20031215
2 Exporting E_SELID Call by reference Type reference (TYPE) UC_SELID GUID zur Identifikation der Selektionsbedingung 20031215
3 Exporting E_TECH_NAME Call by reference Type reference (TYPE) SFBEFSYM Technischer Name einer SelBed 20031215
4 Exporting E_TXTMI Call by reference Type reference (TYPE) UC_TXTMI Mitteltext 20031215
5 Importing I_SELID Call by reference Type reference (TYPE) UC_SELID GUID zur Identifikation der Selektionsbedingung 20031215

Method COPY_SELCOND on class CL_UC_VALCHECK_GUI has no exception.

Method CREATE_SELCOND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CO_COMPOUND Call by reference Object reference (TYPE REF TO) IF_UC_COMPOUND_SELCOND Compound für Selektionsbedingungen 20031215
2 Exporting E_SELID Call by reference Type reference (TYPE) UC_SELID GUID zur Identifikation der Selektionsbedingung 20031215
3 Exporting E_TECH_NAME Call by reference Type reference (TYPE) SFBEFSYM Technischer Name einer SelBed 20031215

Method CREATE_SELCOND on class CL_UC_VALCHECK_GUI has no exception.

Method DELETE_SELCOND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_SUCCESS Call by reference Type reference (TYPE) UC_FLG Selektionsbedingung erfolgreich gelöscht 20031215
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) UC0_T_MESSAGE Meldungen 20031215
3 Importing I_SELID Call by reference Type reference (TYPE) UC_SELID GUID zur Identifikation der Selektionsbedingung 20031215

Method DELETE_SELCOND on class CL_UC_VALCHECK_GUI has no exception.

Method DEL_ACCOUNT_GUI Signature

Method DEL_ACCOUNT_GUI on class CL_UC_VALCHECK_GUI has no parameter.
Method DEL_ACCOUNT_GUI on class CL_UC_VALCHECK_GUI has no exception.

Method FIELDLIST_EMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EF_EMPTY Value transfer Type reference (TYPE) UC_FLG 'X' - Feldliste ist leer 20040113

Method FIELDLIST_EMPTY on class CL_UC_VALCHECK_GUI has no exception.

Method GET_ACCOUNT_GUI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_ACCOUNT_GUI Call by reference Object reference (TYPE REF TO) CL_UC_ACCOUNT_GUI Kontierungsscreen 20031204

Method GET_ACCOUNT_GUI on class CL_UC_VALCHECK_GUI has no exception.

Method GET_FFIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FFIX Call by reference Type reference (TYPE) UC0_TS_FFIX Fixierte Merkmalswerte 20031204

Method GET_FFIX on class CL_UC_VALCHECK_GUI has no exception.

Method GET_FIELDLIST_GUI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_FIELDLIST_GUI Call by reference Object reference (TYPE REF TO) CL_UC_FIELDLIST_GUI GUI zur Definition einer Feldliste 20031204
2 Exporting E_FIELDLISTID Call by reference Type reference (TYPE) UC_FIELDLISTID Feldliste 20040113

Method GET_FIELDLIST_GUI on class CL_UC_VALCHECK_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_DISPLAY_ONLY Call by reference Type reference (TYPE) UC_FLG Anzeigemodus 20031205
2 Exporting ES_CONTROL Call by reference Type reference (TYPE) UCF_S_VALCHECK_CONTROL Validierungsprüfung: GUI: Steuerungsinformationen 20031205
3 Exporting ES_VALCHECK Call by reference Type reference (TYPE) UCF_SX_VALCHECK_GUI Validierungsprüfung: GUI: Eigenschaften 20031205
4 Exporting ET_SELCOND Call by reference Type reference (TYPE) UCF_T_VAL_SELCOND_GUI Validierungsprüfung: GUI: Selektionsbedingungen 20031205

Method GET_GUI_DATA on class CL_UC_VALCHECK_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 EF_LOAD Call by reference Type reference (TYPE) UC_FLG Load Flag 20040402

Method GET_LOAD_FLG on class CL_UC_VALCHECK_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 (Feldkatalog, ...) 20031204

Method GET_MODEL on class CL_UC_VALCHECK_GUI has no exception.

Method GET_SELCOND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CO_COMPOUND Call by reference Object reference (TYPE REF TO) IF_UC_COMPOUND_SELCOND Compound für Selektionsbedingungen 20031215
2 Importing I_SELID Call by reference Type reference (TYPE) UC_SELID GUID zur Identifikation der Selektionsbedingung 20031215

Method GET_SELCOND on class CL_UC_VALCHECK_GUI has no exception.

Method HANDLE_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 Attribute reference (LIKE) 20031204

Method HANDLE_SET_DISPLAY_MODE on class CL_UC_VALCHECK_GUI has no exception.

Method SET_ACCOUNT_GUI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ACCOUNT_GUI Call by reference Object reference (TYPE REF TO) CL_UC_ACCOUNT_GUI Kontierungsscreen 20031204

Method SET_ACCOUNT_GUI on class CL_UC_VALCHECK_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_VALCHECK Call by reference Type reference (TYPE) UCF_SX_VALCHECK_GUI Validierungsprüfung: GUI: Eigenschaften 20031205
2 Importing IT_MESSAGE Call by reference Type reference (TYPE) UC0_T_MESSAGE Meldungen 20031204
3 Importing IT_SELCOND Call by reference Type reference (TYPE) UCF_T_VAL_SELCOND_GUI Validierungsprüfung: GUI: Selektionsbedingungen 20031204

Method SET_GUI_DATA on class CL_UC_VALCHECK_GUI has no exception.

Method SHOW_MESSAGE_P 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 20031215

Method SHOW_MESSAGE_P on class CL_UC_VALCHECK_GUI has no exception.
History
Last changed by/on SAP  20041006 
SAP Release Created in 400