SAP ABAP Class IF_AUNIT_TEXT (INTERNAL: Text repository access)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_AUNIT_TEXT OBSOLETE 20080929
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_AUNIT_TEXT_DESCRIPTION INTERNAL: Text Repository 20051213
Properties
Class IF_AUNIT_TEXT  
Short Description INTERNAL: Text repository access    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20030801   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_AUNIT_TEXT has no forward declaration.
Interfaces
Class IF_AUNIT_TEXT has no interface implemented.
Friends
Class IF_AUNIT_TEXT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 KIND_CLASS_END Constant Public Type reference (TYPE) C 'C' 20030829
2 KIND_CLASS_START Constant Public Type reference (TYPE) C 'c' 20030829
3 KIND_EXECUTION_EVENT Constant Public Type reference (TYPE) SAUNIT_D_ALERT_KIND 'I' Category of an ABAP Unit Message 20050107
4 KIND_FAILURE_ASSERT Constant Public Type reference (TYPE) SAUNIT_D_ALERT_KIND 'F' Cause of an ABAP Unit Assertion 20030905
5 KIND_FAILURE_CX Constant Public Type reference (TYPE) SAUNIT_D_ALERT_KIND 'E' Cause of an ABAP Unit Assertion 20030905
6 KIND_FAILURE_RT Constant Public Type reference (TYPE) SAUNIT_D_ALERT_KIND 'S' Cause of an ABAP Unit Assertion 20030905
7 KIND_METHOD_END Constant Public Type reference (TYPE) C 'M' 20030829
8 KIND_METHOD_START Constant Public Type reference (TYPE) C 'm' 20030829
9 KIND_PROGRAM_END Constant Public Type reference (TYPE) C 'P' 20030829
10 KIND_PROGRAM_START Constant Public Type reference (TYPE) C 'p' 20030829
11 KIND_TASK_END Constant Public Type reference (TYPE) C 'T' 20030829
12 KIND_TASK_START Constant Public Type reference (TYPE) C 't' 20030829
13 KIND_WARNING Constant Public Type reference (TYPE) SAUNIT_D_ALERT_KIND 'W' Cause of an ABAP Unit Assertion 20030829
14 PATTERN_FAILURE_ANALYSIS Constant Public Type reference (TYPE) TAUNIT_ID '+A++' 20030829
15 PATTERN_FAILURE_ASSERT Constant Public Type reference (TYPE) TAUNIT_ID 'F+++' 20030905
16 PATTERN_FAILURE_CX Constant Public Type reference (TYPE) TAUNIT_ID 'E+++' 20030905
17 PATTERN_FAILURE_HEADER Constant Public Type reference (TYPE) TAUNIT_ID '+M++' 20030829
18 PATTERN_FAILURE_RT Constant Public Type reference (TYPE) TAUNIT_ID 'R+++' 20030905
19 PATTERN_FAILURE_STACK Constant Public Type reference (TYPE) TAUNIT_ID '+ST+' 20030829
20 PATTERN_WARNING Constant Public Type reference (TYPE) TAUNIT_ID 'W+++' 20030905
Methods
# Method Level Visibility Method type Description Created on
1 GET_TEXT Instance method Public Method Returns human readable text 20030801
2 GET_TEXT_TAB Instance method Public Method Returns table with human readable text 20051208
Events
Class IF_AUNIT_TEXT has no event.
Types
Class IF_AUNIT_TEXT has no local type.
Method Signatures

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESCR Call by reference Type reference (TYPE) TAUNIT_DESCR 20030826
2 Returning RESULT Value transfer Type reference (TYPE) STRING 20030801

Method GET_TEXT on class IF_AUNIT_TEXT has no exception.

Method GET_TEXT_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESCR_TAB Call by reference Type reference (TYPE) TAUNIT_DESCR_TAB Complete Description of an ABAP Unit Text 20051208
2 Returning RESULT Value transfer Type reference (TYPE) STRING_TABLE Table of Strings 20051208

Method GET_TEXT_TAB on class IF_AUNIT_TEXT has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in