SAP ABAP Class CL_UMG_STATUS_CHECK (Interface used for implementation of a SPUMG status check)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-I18-UNI (Application Component) I18N Unicode
     SUMIG (Package) Unicode Migration: Tabellen Umsetzer + Reparatur Tool
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_LANGIMP Compare language imports with system configuration 20070214
2 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_WORKLIST Check the consistency of the vocabulary 20070216
3 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_VOCAB Check the consistency of the vocabulary 20070215
4 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_REPROCESS Check the consistency of the vocabulary 20070215
5 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_OTF Check for existing OTF spool requests 20070214
6 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_NAMETABS Status check for Unicode Nametabs 20070404
7 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_MATCHCODE Checks Existence of Matchcodes 20070730
8 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_MAINLOG Check consistency of Export Control Table 20120322
9 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_LANGLIST Check SPUMG Language Lists for Consistency 20071108
10 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_ACEDSOP Check UMGCONTAINER / ACEDSOP 20120228
... Click here to see Used By full list (18 items)
Properties
Class CL_UMG_STATUS_CHECK  
Short Description Interface used for implementation of a SPUMG status check    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SUMIG   Unicode Migration: Tabellen Umsetzer + Reparatur Tool 
Created 20070202   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_UMG_STATUS_CHECK has no forward declaration.
Interfaces
Class CL_UMG_STATUS_CHECK has no interface implemented.
Friends
Class CL_UMG_STATUS_CHECK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MESSAGES Instance attribute Protected Type reference (TYPE) UMGTCHECKRESULT Single-Character Flag 20070214
2 OBJECT_NAME Instance attribute Protected Type reference (TYPE) UMGASTATUSOBJECT Name of the status check, displayed on front end 20070202
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGE Instance method Protected Method Add a status message to be returned by the CHECK method 20070214
2 CHECK Instance method Public Method Status Check 20070202
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070214
4 GET_MESSAGES Instance method Public Method Return the message to be displayed in the status screen 20070214
5 OBJECTNAME Instance method Public Method Returns the name of the object 20070202
6 SET_NAME Instance method Protected Method Sets the name of the status check 20070202
Events
Class CL_UMG_STATUS_CHECK has no event.
Types
Class CL_UMG_STATUS_CHECK has no local type.
Method Signatures

Method ADD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MSGCLASS Call by reference Type reference (TYPE) ARBGB Application Area 20070214
2 Importing IM_MSGID Call by reference Type reference (TYPE) MSGNR Message number 20070214
3 Importing IM_RESULT Call by reference Type reference (TYPE) UMGALED LED for Status Display 20070214
4 Importing IM_TEXT1 Call by reference Type reference (TYPE) SIMPLE SPUMG: Parameter for main log messages 20070214
5 Importing IM_TEXT2 Call by reference Type reference (TYPE) SIMPLE SPUMG: Parameter for main log messages 20070214
6 Importing IM_TEXT3 Call by reference Type reference (TYPE) SIMPLE SPUMG: Parameter for main log messages 20070214
7 Importing IM_TEXT4 Call by reference Type reference (TYPE) SIMPLE SPUMG: Parameter for main log messages 20070214

Method ADD_MESSAGE on class CL_UMG_STATUS_CHECK has no exception.

Method CHECK Signature

Method CHECK on class CL_UMG_STATUS_CHECK has no parameter.
Method CHECK on class CL_UMG_STATUS_CHECK has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJECT_NAME Call by reference Type reference (TYPE) UMGASTATUSOBJECT 20070214

Method CONSTRUCTOR on class CL_UMG_STATUS_CHECK has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_MESSAGES Value transfer Type reference (TYPE) UMGTCHECKRESULT Single-Character Flag 20070214

Method GET_MESSAGES on class CL_UMG_STATUS_CHECK has no exception.

Method OBJECTNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_NAME Value transfer Type reference (TYPE) UMGASTATUSOBJECT "Object" for Status Information 20070202

Method OBJECTNAME on class CL_UMG_STATUS_CHECK has no exception.

Method SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NAME Call by reference Type reference (TYPE) UMGASTATUSOBJECT "Object" for Status Information 20070202

Method SET_NAME on class CL_UMG_STATUS_CHECK has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_LANGIMP Compare language imports with system configuration 20070214
2 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_WORKLIST Check the consistency of the vocabulary 20070216
3 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_VOCAB Check the consistency of the vocabulary 20070215
4 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_REPROCESS Check the consistency of the vocabulary 20070215
5 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_OTF Check for existing OTF spool requests 20070214
6 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_NAMETABS Status check for Unicode Nametabs 20070404
7 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_MATCHCODE Checks Existence of Matchcodes 20070730
8 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_MAINLOG Check consistency of Export Control Table 20120322
9 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_LANGLIST Check SPUMG Language Lists for Consistency 20071108
10 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_ACEDSOP Check UMGCONTAINER / ACEDSOP 20120228
11 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_INVLANG Check the consistency of the vocabulary 20070215
12 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_INDX Check the consistency of the vocabulary 20070215
13 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_EXPCONTROL Check consistency of Export Control Table 20080606
14 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_EXCEP_LIST Check version of SPUMG Exception List 20101001
15 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_DDXTT_UC Check for entries in DDXTT 20070627
16 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_DDXTT Check for entries in DDXTT 20070621
17 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_CLUSTER Gives an overall status of SDBI_CLUSTER_CHECK runs 20070808
18 Inheritance (c INHERITING FROM c_ref)  CL_UMG_STATUS_CDPREP Check status of container K,L preparations 20101007
History
Last changed by/on SAP  20110908 
SAP Release Created in 710