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 | Instance attribute | Protected | Type reference (TYPE) | UMGTCHECKRESULT | Single-Character Flag | 20070214 | |||
| 2 | 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 | Instance method | Protected | Method | Add a status message to be returned by the CHECK method | 20070214 | |
| 2 | Instance method | Public | Method | Status Check | 20070202 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20070214 | |
| 4 | Instance method | Public | Method | Return the message to be displayed in the status screen | 20070214 | |
| 5 | Instance method | Public | Method | Returns the name of the object | 20070202 | |
| 6 | 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 | IM_MSGCLASS | Call by reference | Type reference (TYPE) | ARBGB | Application Area | 20070214 | |||
| 2 | IM_MSGID | Call by reference | Type reference (TYPE) | MSGNR | Message number | 20070214 | |||
| 3 | IM_RESULT | Call by reference | Type reference (TYPE) | UMGALED | LED for Status Display | 20070214 | |||
| 4 | IM_TEXT1 | Call by reference | Type reference (TYPE) | SIMPLE | SPUMG: Parameter for main log messages | 20070214 | |||
| 5 | IM_TEXT2 | Call by reference | Type reference (TYPE) | SIMPLE | SPUMG: Parameter for main log messages | 20070214 | |||
| 6 | IM_TEXT3 | Call by reference | Type reference (TYPE) | SIMPLE | SPUMG: Parameter for main log messages | 20070214 | |||
| 7 | 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 | 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 | 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 | 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 | 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)
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |