SAP ABAP Class CL_AUST_LISTENER (Special Listener for Self-Test)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-UT (Application Component) ABAP Unit
     SABP_UNIT_SELFTEST (Package) INTERNAL: NO REUSE - Self test
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_AUNIT_LISTENER_LIST INTERNAL: Listener Object for Result 20030826
Properties
Class CL_AUST_LISTENER  
Short Description Special Listener for Self-Test    
Super Class CL_AUNIT_LISTENER_LIST INTERNAL: Listener Object for Result 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status T  Test Program 
Category 0   
Package SABP_UNIT_SELFTEST   INTERNAL: NO REUSE - Self test 
Created 20030707   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_AUST_LISTENER has no interface implemented.
Friends
Class CL_AUST_LISTENER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FG_CHECKPOINTS Static Attribute Private Type reference (TYPE) T_CHECKPOINTS 20050602
2 FG_CX_BUFFER Static Attribute Private Type reference (TYPE) T_FAILURES 20050602
3 FG_DANGLING_MSG Static Attribute Private Type reference (TYPE) T_FAILURES 20050602
4 FG_EXPECTED_DETAILS Static Attribute Private Type reference (TYPE) TY_T_PROG_COUNTERS 20050602
5 FG_EXPECTED_RESULT Static Attribute Private Type reference (TYPE) TY_S_COUNTER 20050602
6 FG_FAILURE_BUFFER Static Attribute Private Type reference (TYPE) T_FAILURES 20050602
7 FG_ID_CX_BUFFER Constant Private Type reference (TYPE) T_MEMID 'CL_AUST_LISTENER_CX_BUF' 20050601
8 FG_ID_FAILURE_BUFFER Constant Private Type reference (TYPE) T_MEMID 'CL_AUST_LISTENER_FAILURE_BUF' 20050601
9 FG_ID_RT_BUFFER Constant Private Type reference (TYPE) T_MEMID 'CL_AUST_LISTENER_RT_BUF' 20050601
10 FG_ID_WARNING_BUFFER Constant Private Type reference (TYPE) T_MEMID 'CL_AUST_LISTENER_WARNING_BUF' 20050601
11 FG_IS_MAIN_SESSION Static Attribute Private Type reference (TYPE) ABAP_BOOL 20050602
12 FG_PROGRAMS Static Attribute Private Type reference (TYPE) STRING_TABLE 20050602
13 FG_RT_BUFFER Static Attribute Private Type reference (TYPE) T_FAILURES 20050602
14 FG_SELFTEST Static Attribute Private Type reference (TYPE) ABAP_BOOL 20050602
15 FG_STATISTIC_ONLY Static Attribute Private Type reference (TYPE) ABAP_BOOL 20050602
16 FG_WARNING_BUFFER Static Attribute Private Type reference (TYPE) T_FAILURES 20050602
17 F_CX_FAILURE Static Attribute Protected Type reference (TYPE) T_FAILURE 20050601
18 F_FAILURE Static Attribute Protected Type reference (TYPE) T_FAILURE 20050601
19 F_FAILURE_COUNT Instance attribute Private Type reference (TYPE) I 20050601
20 F_FAILURE_DIFFERENT Instance attribute Private Type reference (TYPE) I 20050601
21 F_FAILURE_UNEXPECTED Instance attribute Private Type reference (TYPE) I 20050601
22 F_METH_RESULT Instance attribute Private Type reference (TYPE) T_CNT_PROBLEM 20050601
23 F_PROGRAM_CNT Instance attribute Private Type reference (TYPE) I 20050601
24 F_PROG_DATA Instance attribute Private Type reference (TYPE) T_PROG_DATA 20050601
25 F_PROG_HISTORY Instance attribute Private Type reference (TYPE) STRING_TABLE 20050601
26 F_PROG_RESULT Instance attribute Private Type reference (TYPE) T_CNT_PROBLEM 20050601
27 F_RT_FAILURE Static Attribute Protected Type reference (TYPE) T_FAILURE 20050601
28 F_TEXTDEPOT Instance attribute Private Object reference (TYPE REF TO) IF_AUNIT_TEXT ABAP Unit Text Management 20051213
29 F_TREE Instance attribute Private Type reference (TYPE) T_TREE 20050601
30 F_WARNING Static Attribute Protected Type reference (TYPE) T_FAILURE 20050601
Methods
# Method Level Visibility Method type Description Created on
1 CHECKPOINT Static method Public Method Reaching of Checkpoint 20030929
2 CHECKPOINT_ANNOUNCE Static method Public Method Expecting Checkpoint 20030929
3 CLASS_CONSTRUCTOR Static method Public Constructor 20031013
4 CONSTRUCTOR Instance method Public Constructor 20030826
5 EXPECT_CX_FAILURE Static method Public Method Expect a Runtime Exception 20030924
6 EXPECT_FAILURE Static method Public Method Expect an Assertion 20030826
7 EXPECT_PROGRAM Static method Public Method Exprected Program 20030826
8 EXPECT_RESULT Static method Public Method Expected Result 20030930
9 EXPECT_RT_FAILURE Static method Public Method Expected Runtime Abortion 20031014
10 EXPECT_WARNING Static method Public Method Expect a Warning 20030926
11 RESET_EXPECTATIONS Static method Public Method Reset Expected Warnings 20070926
12 SELFTEST Static method Public Method Start self test for transferred program 20040512
13 TESTCLASS_TEARDOWN Static method Public Method Save all Info from Internal Session for Main Session 20050603
14 _AUST_FAILURE Instance method Protected Method Raises a Failure 20070926
15 _COMPARE_FAILURE Instance method Protected Method Compare Expected and Actual Alert 20070926
16 _FAILED Instance method Protected Method Failure 20070926
17 _SUCCESS Instance method Protected Method Success 20070926
18 _UNEXPECTED_ASSERT_FAILURE Instance method Protected Method Handle unexpected failed Assertion 20070926
19 _UNEXPECTED_CX_FAILURE Instance method Protected Method Handle Unexpected Runtime Exception 20070926
20 _UNEXPECTED_RT_FAILURE Instance method Protected Method Handle Unexpected Runtime Abortion 20070926
21 _UNEXPECTED_WARNING Instance method Protected Method Handle Unexpected Warning 20070926
22 __APPEND_ANALYSIS_EXEC_TREE Instance method Private Method Adds 20070926
23 __CONVERT_TEXT Static method Private Method 20130513
24 __CONVERT_TEXT_REFERENCES Static method Private Method 20120803
25 __EXPECT_FAILURE_COMMON Static method Private Method Expect an Assertion 20070926
26 __FILINT_FAILURE_DEFINITION Static method Private Method 20080808
27 __FLUSH Static method Private Method Confirmation of CLASS_TEARDOWN for test class 20070926
28 __NOT_CONSUMED_EXPECTED_CX Static method Private Method Handle not Consumed Runtime Exception 20070926
29 __NOT_CONSUMED_EXPECTED_FAIL Static method Private Method Handle not Consumed failed Assertion 20070926
30 __NOT_CONSUMED_EXPECTED_RT Static method Private Method Handle not Consumed Runtime Abortion 20070926
31 __NOT_CONSUMED_EXPECTED_WARN Static method Private Method Handle not Consumed Warning 20070926
32 __STRING_COMPARISON Instance method Private Method String Comparision with WildCards 20070926
33 __TRY_IMPORT Instance method Private Method Import Expections 20070926
34 __WARN Instance method Private Method Warn 20070926
35 __WARN_DANGLING Instance method Private Method Warn 20070926
36 __WARN_STATIC_CONTEXT Static method Private Method Warn 20070926
Events
Class CL_AUST_LISTENER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_COUNTER Public See coding 20041214 begin of ty_S_Counter, fail_Assert type i, fail_Cx type i, fail_Rt type i, warning type i, programs type i, classes type i, methods type i, end of ty_S_Counter
2 TY_S_PROG_COUNTER Public See coding 20041214 begin of ty_S_Prog_Counter, prog_Name type string. include type ty_S_Counter as cnt. types: end of ty_S_Prog_Counter
3 TY_T_PROG_COUNTERS Public See coding 20041214 ty_T_Prog_Counters type standard table of ty_S_Prog_Counter with default key
4 T_ANALYSIS Public See coding 20031023 begin of t_Analysis , indent type taunit_Indent, text type string, is_Pattern type abap_Bool, end of t_Analysis
5 T_ANALYSIS_TAB Public See coding 20031023 t_Analysis_Tab type standard table of t_Analysis with default key
6 T_CHECKPOINT Private See coding 20030929 begin of t_Checkpoint, id type string, aim type string, end of t_Checkpoint
7 T_CHECKPOINTS Private See coding 20030929 t_Checkpoints type sorted table of t_Checkpoint with unique key id
8 T_CNT_PROBLEM Private See coding 20031110 begin of t_Cnt_Problem, assert type i, cx type i, warn type i, rt type i, end of t_Cnt_Problem
9 T_FAILURE Protected See coding 20031001 begin of t_Failure, kind type taunit_Kind, header type string, header_Is_Pat type abap_Bool, analysis type t_Analysis_Tab, analysis_Has_More type i, end of t_Failure
10 T_FAILURES Protected See coding 20031007 t_Failures type standard table of t_Failure with default key
11 T_FAILURE_DEF Public See coding 20031022 begin of t_Failure_Def , header type string, is_Pat_Header type abap_Bool, ana1 type string, is_Pat_Ana1 type abap_Bool, ana2 type string, is_Pat_Ana2 type abap_Bool, ana3 type string, is_Pat_Ana3 type abap_Bool, ana4 type string, is_Pat_Ana4 type abap_Bool, ana5 type string, is_Pat_Ana5 type abap_Bool, ana6 type string, is_Pat_Ana6 type abap_Bool, ana7 type string, is_Pat_Ana7 type abap_Bool, ana8 type string, is_Pat_Ana8 type abap_Bool, ana_Has_More type i, end of t_Failure_Def
12 T_MEMID Private See coding 20031013 t_Memid type c length 30
13 T_PROG_DATA Private See coding 20041214 begin of t_Prog_Data, name type string, tree type ref to t_Tree_Entry, end of t_Prog_Data
14 T_RESULT Private Type reference (TYPE) TY_S_COUNTER 20030930
15 T_TREE Private See coding 20031023 t_Tree type standard table of t_Tree_Entry with default key
16 T_TREE_ENTRY Private See coding 20031023 begin of t_Tree_Entry, kind type c length 1, name type string, end of t_Tree_Entry
Method Signatures

Method CHECKPOINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20030929

Method CHECKPOINT on class CL_AUST_LISTENER has no exception.

Method CHECKPOINT_ANNOUNCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AIM Call by reference Type reference (TYPE) STRING 20030929
2 Importing ID Call by reference Type reference (TYPE) STRING 20030929

Method CHECKPOINT_ANNOUNCE on class CL_AUST_LISTENER has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_AUST_LISTENER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_AUST_LISTENER has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_AUST_LISTENER has no parameter.
Method CONSTRUCTOR on class CL_AUST_LISTENER has no exception.

Method EXPECT_CX_FAILURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ANA1 Call by reference Type reference (TYPE) STRING 20030924
2 Importing ANA2 Call by reference Type reference (TYPE) STRING 20030924
3 Importing ANA3 Call by reference Type reference (TYPE) STRING 20030924
4 Importing ANA4 Call by reference Type reference (TYPE) STRING 20030924
5 Importing ANA_HAS_MORE Call by reference Type reference (TYPE) I 0 20030924
6 Importing DEF Call by reference Type reference (TYPE) T_FAILURE_DEF 20031022
7 Importing HEADER Call by reference Type reference (TYPE) CSEQUENCE 20030924

Method EXPECT_CX_FAILURE on class CL_AUST_LISTENER has no exception.

Method EXPECT_FAILURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ANA1 Call by reference Type reference (TYPE) STRING 1. Zeile Fehleranalyse 20030923
2 Importing ANA2 Call by reference Type reference (TYPE) STRING 2. Zeile Fehleranalyse 20030923
3 Importing ANA3 Call by reference Type reference (TYPE) STRING 3. Zeile Fehleranalyse 20030923
4 Importing ANA4 Call by reference Type reference (TYPE) STRING 4. Zeile Fehleranalyse 20030923
5 Importing ANA_HAS_MORE Call by reference Type reference (TYPE) I 0 Zahl der weiteren Analysezeilen 20030923
6 Importing DEF Call by reference Type reference (TYPE) T_FAILURE_DEF 20031022
7 Importing HEADER Call by reference Type reference (TYPE) CSEQUENCE Hauptnachricht des Fehlers 20030829
8 Importing IS_EXCLUSIVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Ist Warnung exklusiv oder darf andere vorliegen? 20031123

Method EXPECT_FAILURE on class CL_AUST_LISTENER has no exception.

Method EXPECT_PROGRAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) CSEQUENCE 20030826
2 Importing NAMES Call by reference Type reference (TYPE) STRING_TABLE 20031020

Method EXPECT_PROGRAM on class CL_AUST_LISTENER has no exception.

Method EXPECT_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXPECTED_DETAILS Call by reference Type reference (TYPE) TY_T_PROG_COUNTERS 20041214
2 Importing EXPECTED_RESULT Call by reference Type reference (TYPE) TY_S_COUNTER 20041214

Method EXPECT_RESULT on class CL_AUST_LISTENER has no exception.

Method EXPECT_RT_FAILURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ANA1 Call by reference Type reference (TYPE) STRING 20031014
2 Importing ANA2 Call by reference Type reference (TYPE) STRING 20031014
3 Importing ANA3 Call by reference Type reference (TYPE) STRING 20031014
4 Importing ANA4 Call by reference Type reference (TYPE) STRING 20031014
5 Importing ANA_HAS_MORE Call by reference Type reference (TYPE) I 0 20031014
6 Importing DEF Call by reference Type reference (TYPE) T_FAILURE_DEF 20031022
7 Importing HEADER Call by reference Type reference (TYPE) CSEQUENCE 20031014

Method EXPECT_RT_FAILURE on class CL_AUST_LISTENER has no exception.

Method EXPECT_WARNING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ANA1 Call by reference Type reference (TYPE) STRING 20030926
2 Importing ANA2 Call by reference Type reference (TYPE) STRING 20030926
3 Importing ANA3 Call by reference Type reference (TYPE) STRING 20030926
4 Importing ANA4 Call by reference Type reference (TYPE) STRING 20030926
5 Importing ANA_HAS_MORE Call by reference Type reference (TYPE) I 0 20030926
6 Importing DEF Call by reference Type reference (TYPE) T_FAILURE_DEF 20031022
7 Importing HEADER Call by reference Type reference (TYPE) CSEQUENCE 20030926
8 Importing IS_EXCLUSIVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Ist Warnung exklusiv oder darf andere vorliegen? 20031122

Method EXPECT_WARNING on class CL_AUST_LISTENER has no exception.

Method RESET_EXPECTATIONS Signature

Method RESET_EXPECTATIONS on class CL_AUST_LISTENER has no parameter.
Method RESET_EXPECTATIONS on class CL_AUST_LISTENER has no exception.

Method SELFTEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROGRAM Call by reference Type reference (TYPE) PROGNAME ABAP-Programmname 20040512

Method SELFTEST on class CL_AUST_LISTENER has no exception.

Method TESTCLASS_TEARDOWN Signature

Method TESTCLASS_TEARDOWN on class CL_AUST_LISTENER has no parameter.
Method TESTCLASS_TEARDOWN on class CL_AUST_LISTENER has no exception.

Method _AUST_FAILURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ANALYSIS Call by reference Type reference (TYPE) T_ANALYSIS_TAB 20070926
2 Importing MESSAGE Call by reference Type reference (TYPE) CSEQUENCE 20070926

Method _AUST_FAILURE on class CL_AUST_LISTENER has no exception.

Method _COMPARE_FAILURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACT Call by reference Object reference (TYPE REF TO) IF_AUNIT_INFO_FAILURE 20070926
2 Exporting CALL_PARENT Call by reference Type reference (TYPE) ABAP_BOOL 20070926
3 Importing EXP Call by reference Type reference (TYPE) T_FAILURE 20070926
4 Importing FAIL_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20070926
5 Exporting MESSAGES Call by reference Type reference (TYPE) STRING_TABLE 20070926

Method _COMPARE_FAILURE on class CL_AUST_LISTENER has no exception.

Method _FAILED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FAILURES_CHECKED Call by reference Type reference (TYPE) I 20070926
2 Importing FAILURES_DIFFERENT Call by reference Type reference (TYPE) I 20070926
3 Importing FAILURES_UNEXPECTED Call by reference Type reference (TYPE) I 20070926

Method _FAILED on class CL_AUST_LISTENER has no exception.

Method _SUCCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FAILURES_CHECKED Call by reference Type reference (TYPE) I 20070926

Method _SUCCESS on class CL_AUST_LISTENER has no exception.

Method _UNEXPECTED_ASSERT_FAILURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CALL_PARENT Value transfer Type reference (TYPE) ABAP_BOOL 20070926
2 Importing FAILURE Call by reference Object reference (TYPE REF TO) IF_AUNIT_INFO_FAILURE 20070926

Method _UNEXPECTED_ASSERT_FAILURE on class CL_AUST_LISTENER has no exception.

Method _UNEXPECTED_CX_FAILURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CALL_PARENT Value transfer Type reference (TYPE) ABAP_BOOL 20070926
2 Importing FAILURE Call by reference Object reference (TYPE REF TO) IF_AUNIT_INFO_FAILURE 20070926

Method _UNEXPECTED_CX_FAILURE on class CL_AUST_LISTENER has no exception.

Method _UNEXPECTED_RT_FAILURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CALL_PARENT Value transfer Type reference (TYPE) ABAP_BOOL 20070926
2 Importing FAILURE Call by reference Object reference (TYPE REF TO) IF_AUNIT_INFO_FAILURE 20070926

Method _UNEXPECTED_RT_FAILURE on class CL_AUST_LISTENER has no exception.

Method _UNEXPECTED_WARNING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CALL_PARENT Value transfer Type reference (TYPE) ABAP_BOOL 20070926
2 Importing FAILURE Call by reference Object reference (TYPE REF TO) IF_AUNIT_INFO_FAILURE 20070926

Method _UNEXPECTED_WARNING on class CL_AUST_LISTENER has no exception.

Method __APPEND_ANALYSIS_EXEC_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ANALYSIS_TAB Call by reference Type reference (TYPE) T_ANALYSIS_TAB 20070926

Method __APPEND_ANALYSIS_EXEC_TREE on class CL_AUST_LISTENER has no exception.

Method __CONVERT_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing TEXT Call by reference Type reference (TYPE) STRING 20130513

Method __CONVERT_TEXT on class CL_AUST_LISTENER has no exception.

Method __CONVERT_TEXT_REFERENCES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ANALYSIS_ENTRIES Call by reference Type reference (TYPE) T_ANALYSIS_TAB 20120803

Method __CONVERT_TEXT_REFERENCES on class CL_AUST_LISTENER has no exception.

Method __EXPECT_FAILURE_COMMON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEF Call by reference Type reference (TYPE) T_FAILURE_DEF 20070926
2 Returning FAILURE Value transfer Type reference (TYPE) T_FAILURE 20070926

Method __EXPECT_FAILURE_COMMON on class CL_AUST_LISTENER has no exception.

Method __FILINT_FAILURE_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ANA1 Call by reference Type reference (TYPE) STRING 20080808
2 Importing ANA2 Call by reference Type reference (TYPE) STRING 20080808
3 Importing ANA3 Call by reference Type reference (TYPE) STRING 20080808
4 Importing ANA4 Call by reference Type reference (TYPE) STRING 20080808
5 Importing ANA_HAS_MORE Call by reference Type reference (TYPE) I 20080808
6 Returning DEF Value transfer Type reference (TYPE) T_FAILURE_DEF 20080808
7 Importing HEADER Call by reference Type reference (TYPE) CSEQUENCE 20080808

Method __FILINT_FAILURE_DEFINITION on class CL_AUST_LISTENER has no exception.

Method __FLUSH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SAVE_EXCEPTIONS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070926
2 Importing SAVE_FAILURES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070926
3 Importing SAVE_RUNTIME_ABORTIONS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070926
4 Importing SAVE_WARNINGS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070926

Method __FLUSH on class CL_AUST_LISTENER has no exception.

Method __NOT_CONSUMED_EXPECTED_CX Signature

Method __NOT_CONSUMED_EXPECTED_CX on class CL_AUST_LISTENER has no parameter.
Method __NOT_CONSUMED_EXPECTED_CX on class CL_AUST_LISTENER has no exception.

Method __NOT_CONSUMED_EXPECTED_FAIL Signature

Method __NOT_CONSUMED_EXPECTED_FAIL on class CL_AUST_LISTENER has no parameter.
Method __NOT_CONSUMED_EXPECTED_FAIL on class CL_AUST_LISTENER has no exception.

Method __NOT_CONSUMED_EXPECTED_RT Signature

Method __NOT_CONSUMED_EXPECTED_RT on class CL_AUST_LISTENER has no parameter.
Method __NOT_CONSUMED_EXPECTED_RT on class CL_AUST_LISTENER has no exception.

Method __NOT_CONSUMED_EXPECTED_WARN Signature

Method __NOT_CONSUMED_EXPECTED_WARN on class CL_AUST_LISTENER has no parameter.
Method __NOT_CONSUMED_EXPECTED_WARN on class CL_AUST_LISTENER has no exception.

Method __STRING_COMPARISON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACT Call by reference Type reference (TYPE) CSEQUENCE 20070926
2 Importing EXP Call by reference Type reference (TYPE) CSEQUENCE 20070926
3 Importing MSG Call by reference Type reference (TYPE) CSEQUENCE 20070926
4 Changing RESULT_TAB Call by reference Type reference (TYPE) STRING_TABLE 20070926

Method __STRING_COMPARISON on class CL_AUST_LISTENER has no exception.

Method __TRY_IMPORT Signature

Method __TRY_IMPORT on class CL_AUST_LISTENER has no parameter.
Method __TRY_IMPORT on class CL_AUST_LISTENER has no exception.

Method __WARN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE Call by reference Type reference (TYPE) CSEQUENCE 20070926

Method __WARN on class CL_AUST_LISTENER has no exception.

Method __WARN_DANGLING Signature

Method __WARN_DANGLING on class CL_AUST_LISTENER has no parameter.
Method __WARN_DANGLING on class CL_AUST_LISTENER has no exception.

Method __WARN_STATIC_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ANALYSIS Call by reference Type reference (TYPE) CSEQUENCE 20070926
2 Importing FAILURE Call by reference Type reference (TYPE) T_FAILURE 20070926
3 Importing MSG Call by reference Type reference (TYPE) CSEQUENCE 20070926

Method __WARN_STATIC_CONTEXT on class CL_AUST_LISTENER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in