SAP ABAP Class IF_ECATT_OQ_LOG (eCATT OQ - Logging Interface)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ECATT_OQ_LOG | eCATT OQ - Logging (Basis Class) | 20070510 |
Properties
| Class | IF_ECATT_OQ_LOG | |
| Short Description | eCATT OQ - Logging Interface | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20070510 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_ECATT_OQ_LOG has no forward declaration.
Interfaces
Class IF_ECATT_OQ_LOG has no interface implemented.
Friends
Class IF_ECATT_OQ_LOG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | ETOQ_TESTHEAD | Administration Data for Start Process | 20070620 | |||
| 2 | Constant | Public | Type reference (TYPE) | ETOQ_ENTRY_TYPE | 'Z' | LogEntry "End of Execution" | 20070620 | ||
| 3 | Constant | Public | Type reference (TYPE) | ETOQ_ENTRY_TYPE | 'E' | LogEntry "Exception" | 20070620 | ||
| 4 | Constant | Public | Type reference (TYPE) | ETOQ_ENTRY_TYPE | 'M' | LogEntry "Message" | 20070620 | ||
| 5 | Constant | Public | Type reference (TYPE) | ETOQ_ENTRY_TYPE | 'R' | LogEntry "Result of Test Method" | 20070620 | ||
| 6 | Constant | Public | Type reference (TYPE) | ETOQ_ENTRY_TYPE | 'A' | LogEntry "Start of Execution" | 20070620 | ||
| 7 | Constant | Public | Type reference (TYPE) | ETOQ_ENTRY_TYPE | 'S' | LogEntry "Start of Test Method" | 20070620 | ||
| 8 | Constant | Public | Type reference (TYPE) | ETOQ_ENTRY_TYPE | 'T' | LogEntry "Text" | 20070620 | ||
| 9 | Constant | Public | Type reference (TYPE) | ETOQ_ENTRY_TYPE | 'V' | LogEntry "Value" | 20070620 | ||
| 10 | Constant | Public | Type reference (TYPE) | ETOQ_LOG_DETAIL | 30 | High level of detail of logging | 20070621 | ||
| 11 | Constant | Public | Type reference (TYPE) | ETOQ_LOG_DETAIL | 10 | Low level of detail of logging | 20070621 | ||
| 12 | Constant | Public | Type reference (TYPE) | ETOQ_LOG_DETAIL | 20 | Mid level of detail of logging | 20070621 | ||
| 13 | Constant | Public | Type reference (TYPE) | ETOQ_STATUS | 'F' | Status "Test Failed" | 20070620 | ||
| 14 | Constant | Public | Type reference (TYPE) | ETOQ_STATUS | 'P' | Status "Test Passed" | 20070620 | ||
| 15 | Constant | Public | Type reference (TYPE) | ETOQ_STATUS | SPACE | Status "Undefined" | 20070620 | ||
| 16 | Constant | Public | Type reference (TYPE) | ETOQ_STATUS | 'U' | Status "Test not executed" | 20070620 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | eCATT OQ Log - Log an exception | 20070620 | |
| 2 | Instance method | Public | Method | eCATT OQ Log - Log a message | 20070620 | |
| 3 | Instance method | Public | Method | eCATT OQ Log - Log a text | 20070620 | |
| 4 | Instance method | Public | Method | eCATT OQ Log - Log a value | 20070620 |
Events
Class IF_ECATT_OQ_LOG has no event.
Types
Class IF_ECATT_OQ_LOG has no local type.
Method Signatures
Method LOG_EX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_EX | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstrakte Oberklasse aller globalen Exceptions | 20070620 | |||
| 2 | I_STATUS | Call by reference | Type reference (TYPE) | ETOQ_STATUS | SPACE | eCATT OQ Log Test-Status | 20070620 |
Method LOG_EX on class IF_ECATT_OQ_LOG has no exception.
Method LOG_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichtenklasse | 20070620 | |||
| 2 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichtennummer | 20070620 | |||
| 3 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Nachrichtentyp | 20070620 | |||
| 4 | I_MSGV1 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20070620 | |||
| 5 | I_MSGV2 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20070620 | |||
| 6 | I_MSGV3 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20070620 | |||
| 7 | I_MSGV4 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20070620 | |||
| 8 | I_STATUS | Call by reference | Type reference (TYPE) | ETOQ_STATUS | SPACE | eCATT OQ Log Test-Status | 20070620 |
Method LOG_MSG on class IF_ECATT_OQ_LOG has no exception.
Method LOG_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STATUS | Call by reference | Type reference (TYPE) | ETOQ_STATUS | SPACE | eCATT OQ Log Test-Status | 20070620 | ||
| 2 | I_TEXT | Call by reference | Type reference (TYPE) | STRING | Zu protokollierender Text | 20070620 |
Method LOG_TEXT on class IF_ECATT_OQ_LOG has no exception.
Method LOG_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATA_NAME | Call by reference | Type reference (TYPE) | STRING | Name des Datenfeldes | 20070620 | |||
| 2 | I_DATA_VALUE | Call by reference | Type reference (TYPE) | ANY | Wert des Datenfeldes | 20070620 | |||
| 3 | I_STATUS | Call by reference | Type reference (TYPE) | ETOQ_STATUS | SPACE | eCATT OQ Log Test-Status | 20070620 |
Method LOG_VALUE on class IF_ECATT_OQ_LOG has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |