SAP ABAP Class CL_AUNIT_INFO_MESSAGE (INTERNAL: Abstract Superclass for Info Messages)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-UT (Application Component) ABAP Unit
⤷
SABP_UNIT_CORE (Package) INTERNAL: NO REUSE - Core functionality
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_AUNIT_INFO_INTERNAL | INTERNAL: Text message handle | 20051212 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_AUNIT_INFO_MESSAGE | ABAP Unit: Basic message | 20050107 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_AUNIT_FAILURE | INTERNAL: Abstract Superclass for Assertions & Events | 20050107 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_AUNIT_INFO_EXECUTION_EVENT | INTERNAL: Messages regarding Execution of Test Item | 20050107 |
Properties
| Class | CL_AUNIT_INFO_MESSAGE | |
| Short Description | INTERNAL: Abstract Superclass for Info Messages | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | S | System Program |
| Category | 0 | |
| Package | SABP_UNIT_CORE | INTERNAL: NO REUSE - Core functionality |
| Created | 20050107 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_AUNIT_INFO_INTERNAL | INTERNAL: Text message handle | 20051212 | ||
| 2 | IF_AUNIT_INFO_MESSAGE | ABAP Unit: Basic message | 20050107 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_ABAP_UNIT_ASSERT | 20090325 | ABAP Unit: Assertions (see longtext) | |
| 2 | CL_AUNIT_MESSAGE_SVC | 20081126 | INTERNAL: Service for Conversion of Alerts |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | See coding | ID for ABAP Unit Text | 20050107 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | TAUNIT_DESCR_TAB | Analysis | 20090325 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | I | Indention Level | 20090325 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Context is defined | 20080606 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | TAUNIT_DESCR | Headline | 20090325 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20080606 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | I | Upper Limit on Entries in Analysis | 20090325 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Appends Analysis Details | 20051208 | |
| 2 | Instance method | Public | Method | Appends a Reference to a SAP Script Document | 20051208 | |
| 3 | Instance method | Public | Constructor | 20080606 | ||
| 4 | Instance method | Public | Method | Broadcast Message | 20050107 | |
| 5 | Instance method | Public | Method | Sets the Context: Program / Class / Method | 20051208 |
Events
Class CL_AUNIT_INFO_MESSAGE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_CALLSTACK_ENTRY | Private | See coding | 20050107 | begin of t_Callstack_Entry,
mainprogram type dbgsrepid,
include type dbgsrepid,
line type dbglinno,
eventtype type dbglevtype,
event type dbglevent,
flag_System type c length 1,
end of t_Callstack_Entry
|
Method Signatures
Method APPEND_ANALYSIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | TAUNIT_ID | 20051208 | ||||
| 2 | INDENT | Call by reference | Type reference (TYPE) | TAUNIT_INDENT | 20051208 | ||||
| 3 | PARAM1 | Call by reference | Type reference (TYPE) | CSEQUENCE | 20051208 | ||||
| 4 | PARAM2 | Call by reference | Type reference (TYPE) | CSEQUENCE | 20051208 | ||||
| 5 | PARAM3 | Call by reference | Type reference (TYPE) | CSEQUENCE | 20051208 | ||||
| 6 | PARAM4 | Call by reference | Type reference (TYPE) | CSEQUENCE | 20051208 |
Method APPEND_ANALYSIS on class CL_AUNIT_INFO_MESSAGE has no exception.
Method APPEND_DOCUMENT_TO_ANALYSIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOCUMENT_CLASS | Call by reference | Type reference (TYPE) | DOKU_CLASS | Hypertext: Object Class | 20051208 | |||
| 2 | DOCUMENT_NAME | Call by reference | Type reference (TYPE) | DOKU_ONAME | Documentation object name | 20051208 | |||
| 3 | INDENT | Value transfer | Type reference (TYPE) | TAUNIT_INDENT | Indentation of ABAP Unit Texts | 20051208 |
Method APPEND_DOCUMENT_TO_ANALYSIS on class CL_AUNIT_INFO_MESSAGE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MERGE_CONTEXT_TO_HEADLINE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080606 | ||||
| 2 | UPPER_LIMIT_DETAILS | Call by reference | Type reference (TYPE) | I | 512 | Upper Limit on Details | 20090325 |
Method CONSTRUCTOR on class CL_AUNIT_INFO_MESSAGE has no exception.
Method RAISE Signature
Method RAISE on class CL_AUNIT_INFO_MESSAGE has no parameter.
Method RAISE on class CL_AUNIT_INFO_MESSAGE has no exception.
Method SET_TEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLASS | Call by reference | Type reference (TYPE) | SAUNIT_D_CLASS | Class | 20051208 | |||
| 2 | METHOD | Call by reference | Type reference (TYPE) | ABAP_METHNAME | 20051208 | ||||
| 3 | PROGRAM | Call by reference | Type reference (TYPE) | SAUNIT_D_PROGRAM | Compilation Unit | 20051208 |
Method SET_TEST on class CL_AUNIT_INFO_MESSAGE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 700 |