Hierarchy
⤷
⤷
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 | 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 | Static Attribute | Private | Type reference (TYPE) | T_CHECKPOINTS | 20050602 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | T_FAILURES | 20050602 | ||||
| 3 | Static Attribute | Private | Type reference (TYPE) | T_FAILURES | 20050602 | ||||
| 4 | Static Attribute | Private | Type reference (TYPE) | TY_T_PROG_COUNTERS | 20050602 | ||||
| 5 | Static Attribute | Private | Type reference (TYPE) | TY_S_COUNTER | 20050602 | ||||
| 6 | Static Attribute | Private | Type reference (TYPE) | T_FAILURES | 20050602 | ||||
| 7 | Constant | Private | Type reference (TYPE) | T_MEMID | 'CL_AUST_LISTENER_CX_BUF' | 20050601 | |||
| 8 | Constant | Private | Type reference (TYPE) | T_MEMID | 'CL_AUST_LISTENER_FAILURE_BUF' | 20050601 | |||
| 9 | Constant | Private | Type reference (TYPE) | T_MEMID | 'CL_AUST_LISTENER_RT_BUF' | 20050601 | |||
| 10 | Constant | Private | Type reference (TYPE) | T_MEMID | 'CL_AUST_LISTENER_WARNING_BUF' | 20050601 | |||
| 11 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20050602 | ||||
| 12 | Static Attribute | Private | Type reference (TYPE) | STRING_TABLE | 20050602 | ||||
| 13 | Static Attribute | Private | Type reference (TYPE) | T_FAILURES | 20050602 | ||||
| 14 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20050602 | ||||
| 15 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20050602 | ||||
| 16 | Static Attribute | Private | Type reference (TYPE) | T_FAILURES | 20050602 | ||||
| 17 | Static Attribute | Protected | Type reference (TYPE) | T_FAILURE | 20050601 | ||||
| 18 | Static Attribute | Protected | Type reference (TYPE) | T_FAILURE | 20050601 | ||||
| 19 | Instance attribute | Private | Type reference (TYPE) | I | 20050601 | ||||
| 20 | Instance attribute | Private | Type reference (TYPE) | I | 20050601 | ||||
| 21 | Instance attribute | Private | Type reference (TYPE) | I | 20050601 | ||||
| 22 | Instance attribute | Private | Type reference (TYPE) | T_CNT_PROBLEM | 20050601 | ||||
| 23 | Instance attribute | Private | Type reference (TYPE) | I | 20050601 | ||||
| 24 | Instance attribute | Private | Type reference (TYPE) | T_PROG_DATA | 20050601 | ||||
| 25 | Instance attribute | Private | Type reference (TYPE) | STRING_TABLE | 20050601 | ||||
| 26 | Instance attribute | Private | Type reference (TYPE) | T_CNT_PROBLEM | 20050601 | ||||
| 27 | Static Attribute | Protected | Type reference (TYPE) | T_FAILURE | 20050601 | ||||
| 28 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_AUNIT_TEXT | ABAP Unit Text Management | 20051213 | |||
| 29 | Instance attribute | Private | Type reference (TYPE) | T_TREE | 20050601 | ||||
| 30 | Static Attribute | Protected | Type reference (TYPE) | T_FAILURE | 20050601 |
Methods
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 | 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 | AIM | Call by reference | Type reference (TYPE) | STRING | 20030929 | ||||
| 2 | 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 | ANA1 | Call by reference | Type reference (TYPE) | STRING | 20030924 | ||||
| 2 | ANA2 | Call by reference | Type reference (TYPE) | STRING | 20030924 | ||||
| 3 | ANA3 | Call by reference | Type reference (TYPE) | STRING | 20030924 | ||||
| 4 | ANA4 | Call by reference | Type reference (TYPE) | STRING | 20030924 | ||||
| 5 | ANA_HAS_MORE | Call by reference | Type reference (TYPE) | I | 0 | 20030924 | |||
| 6 | DEF | Call by reference | Type reference (TYPE) | T_FAILURE_DEF | 20031022 | ||||
| 7 | 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 | ANA1 | Call by reference | Type reference (TYPE) | STRING | 1. Zeile Fehleranalyse | 20030923 | |||
| 2 | ANA2 | Call by reference | Type reference (TYPE) | STRING | 2. Zeile Fehleranalyse | 20030923 | |||
| 3 | ANA3 | Call by reference | Type reference (TYPE) | STRING | 3. Zeile Fehleranalyse | 20030923 | |||
| 4 | ANA4 | Call by reference | Type reference (TYPE) | STRING | 4. Zeile Fehleranalyse | 20030923 | |||
| 5 | ANA_HAS_MORE | Call by reference | Type reference (TYPE) | I | 0 | Zahl der weiteren Analysezeilen | 20030923 | ||
| 6 | DEF | Call by reference | Type reference (TYPE) | T_FAILURE_DEF | 20031022 | ||||
| 7 | HEADER | Call by reference | Type reference (TYPE) | CSEQUENCE | Hauptnachricht des Fehlers | 20030829 | |||
| 8 | 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 | NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20030826 | ||||
| 2 | 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 | EXPECTED_DETAILS | Call by reference | Type reference (TYPE) | TY_T_PROG_COUNTERS | 20041214 | ||||
| 2 | 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 | ANA1 | Call by reference | Type reference (TYPE) | STRING | 20031014 | ||||
| 2 | ANA2 | Call by reference | Type reference (TYPE) | STRING | 20031014 | ||||
| 3 | ANA3 | Call by reference | Type reference (TYPE) | STRING | 20031014 | ||||
| 4 | ANA4 | Call by reference | Type reference (TYPE) | STRING | 20031014 | ||||
| 5 | ANA_HAS_MORE | Call by reference | Type reference (TYPE) | I | 0 | 20031014 | |||
| 6 | DEF | Call by reference | Type reference (TYPE) | T_FAILURE_DEF | 20031022 | ||||
| 7 | 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 | ANA1 | Call by reference | Type reference (TYPE) | STRING | 20030926 | ||||
| 2 | ANA2 | Call by reference | Type reference (TYPE) | STRING | 20030926 | ||||
| 3 | ANA3 | Call by reference | Type reference (TYPE) | STRING | 20030926 | ||||
| 4 | ANA4 | Call by reference | Type reference (TYPE) | STRING | 20030926 | ||||
| 5 | ANA_HAS_MORE | Call by reference | Type reference (TYPE) | I | 0 | 20030926 | |||
| 6 | DEF | Call by reference | Type reference (TYPE) | T_FAILURE_DEF | 20031022 | ||||
| 7 | HEADER | Call by reference | Type reference (TYPE) | CSEQUENCE | 20030926 | ||||
| 8 | 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 | 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 | ANALYSIS | Call by reference | Type reference (TYPE) | T_ANALYSIS_TAB | 20070926 | ||||
| 2 | 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 | ACT | Call by reference | Object reference (TYPE REF TO) | IF_AUNIT_INFO_FAILURE | 20070926 | ||||
| 2 | CALL_PARENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070926 | ||||
| 3 | EXP | Call by reference | Type reference (TYPE) | T_FAILURE | 20070926 | ||||
| 4 | FAIL_TYPE | Call by reference | Type reference (TYPE) | CSEQUENCE | 20070926 | ||||
| 5 | 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 | FAILURES_CHECKED | Call by reference | Type reference (TYPE) | I | 20070926 | ||||
| 2 | FAILURES_DIFFERENT | Call by reference | Type reference (TYPE) | I | 20070926 | ||||
| 3 | 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 | 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 | CALL_PARENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20070926 | ||||
| 2 | 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 | CALL_PARENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20070926 | ||||
| 2 | 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 | CALL_PARENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20070926 | ||||
| 2 | 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 | CALL_PARENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20070926 | ||||
| 2 | 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 | 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 | 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 | 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 | DEF | Call by reference | Type reference (TYPE) | T_FAILURE_DEF | 20070926 | ||||
| 2 | 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 | ANA1 | Call by reference | Type reference (TYPE) | STRING | 20080808 | ||||
| 2 | ANA2 | Call by reference | Type reference (TYPE) | STRING | 20080808 | ||||
| 3 | ANA3 | Call by reference | Type reference (TYPE) | STRING | 20080808 | ||||
| 4 | ANA4 | Call by reference | Type reference (TYPE) | STRING | 20080808 | ||||
| 5 | ANA_HAS_MORE | Call by reference | Type reference (TYPE) | I | 20080808 | ||||
| 6 | DEF | Value transfer | Type reference (TYPE) | T_FAILURE_DEF | 20080808 | ||||
| 7 | 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 | SAVE_EXCEPTIONS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20070926 | |||
| 2 | SAVE_FAILURES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20070926 | |||
| 3 | SAVE_RUNTIME_ABORTIONS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20070926 | |||
| 4 | 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 | ACT | Call by reference | Type reference (TYPE) | CSEQUENCE | 20070926 | ||||
| 2 | EXP | Call by reference | Type reference (TYPE) | CSEQUENCE | 20070926 | ||||
| 3 | MSG | Call by reference | Type reference (TYPE) | CSEQUENCE | 20070926 | ||||
| 4 | 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 | 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 | ANALYSIS | Call by reference | Type reference (TYPE) | CSEQUENCE | 20070926 | ||||
| 2 | FAILURE | Call by reference | Type reference (TYPE) | T_FAILURE | 20070926 | ||||
| 3 | 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 |