SAP ABAP Class IF_SAUNIT_LEGACY_REMOTE_RESULT (OBSOLETE: Simplified Results Format (Only Internal))
Properties
| Class | IF_SAUNIT_LEGACY_REMOTE_RESULT | |
| Short Description | OBSOLETE: Simplified Results Format (Only Internal) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20040709 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_SAUNIT_LEGACY_REMOTE_RESULT has no forward declaration.
Interfaces
Class IF_SAUNIT_LEGACY_REMOTE_RESULT has no interface implemented.
Friends
Class IF_SAUNIT_LEGACY_REMOTE_RESULT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | Enumeration of message kind | 20040709 | ||||
| 2 | Constant | Public | See coding | Enumeration of severity | 20040709 | ||||
| 3 | Constant | Public | Type reference (TYPE) | INT1 | 1 | Version of Interface | 20040712 |
Methods
Class IF_SAUNIT_LEGACY_REMOTE_RESULT has no method.
Events
Class IF_SAUNIT_LEGACY_REMOTE_RESULT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_D_KIND | Public | Type reference (TYPE) | SAUNIT_D_ALERT_KIND | Message Kind (see also attribute c_Kind) | 20040709 | |
| 2 | TY_D_SEVERITY | Public | Type reference (TYPE) | SAUNIT_D_ALERT_LEVEL | Message Severity (see also attribute c_Severity) | 20040709 | |
| 3 | TY_S_MESSAGE | Public | See coding | Single Message | 20040709 | begin of TY_S_MESSAGE,
Program_Index type I,
Class_Index type I,
Method_Index type I,
Severity type ty_D_Severity,
Kind type ty_D_Kind,
Text type String,
end of ty_S_Message
|
|
| 4 | TY_S_TASK_INFO | Public | See coding | Information on Test Task | 20040709 | begin of ty_S_Task_Info,
Programs_Passed type String_Table,
Programs_Failed type String_Table,
Classes type String_Table,
Methods type String_Table,
Messages type ty_T_Messages,
end of ty_S_Task_Info
|
|
| 5 | TY_T_MESSAGES | Public | See coding | Set of Messages | 20040709 | ty_T_Messages type standard table of ty_S_Message with default key
|
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in |