SAP ABAP Class CL_AUNIT_WARNING_C (INTERNAL:Creation service for warnings)
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
Properties
Class CL_AUNIT_WARNING_C  
Short Description INTERNAL:Creation service for warnings    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package SABP_UNIT_CORE   INTERNAL: NO REUSE - Core functionality 
Created 20080729   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)
2 IF_AUNIT_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_AUNIT_TEXT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_AUNIT_WARNING_C has no interface implemented.
Friends
Class CL_AUNIT_WARNING_C has no friend class.
Attributes
Class CL_AUNIT_WARNING_C has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CA_CANNOT_INIT_DATA_COLLECTION Static method Public Method Initialization of coverage data collection Failed 20080729
2 CA_CANNOT_INIT_RUNTIME Static method Public Method Initialization of coverage analyser measurement Failed 20080729
3 CONSTRUCTOR_BAD_SIGNATURE Static method Public Method Constructor has mandatory parameters 20080729
4 CONSTRUCTOR_CALL_TO_ASSERT Static method Public Method Illegal call to CL_ABAP_UNIT_ASSERT in constructor 20080729
5 COULD_NOT_GENERATE Static method Public Method Trigger specific warning 20080729
6 CREATE_BY_ID Static method Public Method Untyped warning 20080729
7 CREATE_WARNING_FROM_DESCR Static method Public Method Generate warning from description 20080729
8 DUMMY_FOR_SELFTEST Static method Public Method Dummy warning used for self test 20080729
9 FALLBACK_LISTENER Static method Public Method Trigger specific warning 20080729
10 FIXED_BY_NOTE Static method Public Method General error for future kernel bug fixes 20080729
11 GLOBAL_CLASS_NOT_ABSTRACT Static method Public Method Global test classes should be templates !!! 20080729
12 INSUFFICIENT_AUTHORIZATION Static method Public Method Missing authorization 20090825
13 INTERNAL_PROBLEM Static method Public Method Internal issue 20080729
14 ISSUE_IN_SYNTAX_ANALYSIS Static method Public Method Issue in syntax analysis 20101015
15 NO_DATA_FROM_MODE_UNDER_TEST Static method Public Method The program contains no test classes 20080729
16 NO_PROGRAM_SOURCE_CODE Static method Public Method The program is unknown or has no active source code 20120602
17 NO_TEST_BYTE_CODE_IN_PXA Static method Public Method Test byte code not loaded from PXA 20080729
18 NO_TEST_IN_CLASS Static method Public Method Local test class contains no test methods 20080729
19 NO_TEST_IN_PROGRAM Static method Public Method The program contains no test classes 20080729
20 NO_TEST_IN_TASK Static method Public Method Task contains no tests 20120602
21 NO_TEST_META_DATA Static method Public Method No metadata available for program 20080729
22 NO_VALID_DURATION Static method Public Method The entries for the runtime categories contain flaws 20080729
23 NO_VALID_STACK_FILTER Static method Public Method Stack filter is invalid 20080729
24 OUT_OF_DIFF_UNIT_RANGE Static method Public Method The delta parameter is not correct 20080729
25 OUT_OF_RANGE_REL_TOLERANCE Static method Public Method The delta parameter is too small 20080729
26 SETUP_DENIES_EXECUTION_AT_ALL Static method Public Method ABAP Unit setup does not permit the execution of unit tests 20080729
27 TEST_PROPERTIES_AMBIGUOUS Static method Public Method Test properties not unique 20080729
28 TEST_PROPERTIES_INCOMPLETE Static method Public Method Test properties not valid 20080729
29 TOO_LONG Static method Public Method The entries for the runtime categories contain flaws 20080729
30 UNKNOWN_LISTENER Static method Public Method Listener unknown 20080729
31 __GET_POSITION_OF_CLASS Static method Private Method Get position of class in source code 20120602
32 __SPLIT_CLASS_NAME Static method Private Method Split absolute class names into global and local comp. 20080729
Events
# Event Type Visibility Description Created on
1 WARNING Instance Event
(0)
Public
(2)
20080729
Types
Class CL_AUNIT_WARNING_C has no local type.
Method Signatures

Method CA_CANNOT_INIT_DATA_COLLECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INCLUDE_NAME Call by reference Type reference (TYPE) SAUNIT_D_INCLUDE Name of the Include 20080729
2 Importing MESSAGE_TEXT Call by reference Type reference (TYPE) CSEQUENCE Error Message 20080729
3 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING ABAP Unit Warnings 20080729

Method CA_CANNOT_INIT_DATA_COLLECTION on class CL_AUNIT_WARNING_C has no exception.

Method CA_CANNOT_INIT_RUNTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INCLUDE_NAME Call by reference Type reference (TYPE) SAUNIT_D_INCLUDE Name of the Include 20080729
2 Importing MESSAGE_TEXT Call by reference Type reference (TYPE) CSEQUENCE Error Message 20080729
3 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING ABAP Unit Warnings 20080729

Method CA_CANNOT_INIT_RUNTIME on class CL_AUNIT_WARNING_C has no exception.

Method CONSTRUCTOR_BAD_SIGNATURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABSOLUTE_CLASS_NAME Call by reference Type reference (TYPE) CSEQUENCE absoluter Klassenname 20080729
2 Importing CX Call by reference Object reference (TYPE REF TO) CX_ROOT Laufzeitfehler 20080729
3 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING ABAP Unit Warnings 20080729

Method CONSTRUCTOR_BAD_SIGNATURE on class CL_AUNIT_WARNING_C has no exception.

Method CONSTRUCTOR_CALL_TO_ASSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABSOLUTE_CLASS_NAME Call by reference Type reference (TYPE) CSEQUENCE Absolute Classname 20080729
2 Importing CX Call by reference Object reference (TYPE REF TO) CX_ROOT Runtime Exception 20080729
3 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING ABAP Unit Warnings 20080729

Method CONSTRUCTOR_CALL_TO_ASSERT on class CL_AUNIT_WARNING_C has no exception.

Method COULD_NOT_GENERATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MSG Call by reference Type reference (TYPE) STRING 20080729
2 Importing PROG_NAME Call by reference Type reference (TYPE) PROGNAME 20080729
3 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING ABAP Unit Warnings 20080729

Method COULD_NOT_GENERATE on class CL_AUNIT_WARNING_C has no exception.

Method CREATE_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) TAUNIT_ID 20080729
2 Importing LEVEL Call by reference Type reference (TYPE) AUNIT_LEVEL IF_AUNIT_CONSTANTS=>CRITICAL Level of ABAP Unit Check Error 20080729
3 Importing PARAM1 Call by reference Type reference (TYPE) CSEQUENCE 20080729
4 Importing PARAM2 Call by reference Type reference (TYPE) CSEQUENCE 20080729
5 Importing PARAM3 Call by reference Type reference (TYPE) CSEQUENCE 20080729
6 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING ABAP Unit Warnings 20080729
7 Importing SOURCE_INCLUDE Call by reference Type reference (TYPE) CSEQUENCE Name of the Include 20080729
8 Importing SOURCE_LINE Call by reference Type reference (TYPE) INT4 Natural Number 20080729

Method CREATE_BY_ID on class CL_AUNIT_WARNING_C has no exception.

Method CREATE_WARNING_FROM_DESCR 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 20080729
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING 20080729

Method CREATE_WARNING_FROM_DESCR on class CL_AUNIT_WARNING_C has no exception.

Method DUMMY_FOR_SELFTEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MSG Call by reference Type reference (TYPE) STRING 20080729
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING ABAP Unit Warnings 20080729

Method DUMMY_FOR_SELFTEST on class CL_AUNIT_WARNING_C has no exception.

Method FALLBACK_LISTENER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) ABAP_ABSTYPENAME 20080729
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING ABAP Unit Warnings 20080729

Method FALLBACK_LISTENER on class CL_AUNIT_WARNING_C has no exception.

Method FIXED_BY_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NOTE Call by reference Type reference (TYPE) CLIKE 20080729
2 Importing PROGRAM Call by reference Type reference (TYPE) PROGNAME ABAP Program Name 20080729
3 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING ABAP Unit Warnings 20080729

Method FIXED_BY_NOTE on class CL_AUNIT_WARNING_C has no exception.

Method GLOBAL_CLASS_NOT_ABSTRACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLASS_NAME Call by reference Type reference (TYPE) CSEQUENCE Class 20080729
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING ABAP Unit Warnings 20080729

Method GLOBAL_CLASS_NOT_ABSTRACT on class CL_AUNIT_WARNING_C has no exception.

Method INSUFFICIENT_AUTHORIZATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING 20090825

Method INSUFFICIENT_AUTHORIZATION on class CL_AUNIT_WARNING_C has no exception.

Method INTERNAL_PROBLEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MSG Call by reference Type reference (TYPE) STRING 20080729
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING ABAP Unit Warnings 20080729

Method INTERNAL_PROBLEM on class CL_AUNIT_WARNING_C has no exception.

Method ISSUE_IN_SYNTAX_ANALYSIS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROG_NAME Call by reference Type reference (TYPE) CSEQUENCE 20101015
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING INTERNAL: Alert: Warning 20101015

Method ISSUE_IN_SYNTAX_ANALYSIS on class CL_AUNIT_WARNING_C has no exception.

Method NO_DATA_FROM_MODE_UNDER_TEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MSG Call by reference Type reference (TYPE) STRING Dedicated Reason 20080729
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING ABAP Unit Warnings 20080729

Method NO_DATA_FROM_MODE_UNDER_TEST on class CL_AUNIT_WARNING_C has no exception.

Method NO_PROGRAM_SOURCE_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROG_NAME Call by reference Type reference (TYPE) PROGNAME 20120602
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING 20120602

Method NO_PROGRAM_SOURCE_CODE on class CL_AUNIT_WARNING_C has no exception.

Method NO_TEST_BYTE_CODE_IN_PXA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MSG Call by reference Type reference (TYPE) STRING 20080729
2 Importing PROGRAM Call by reference Type reference (TYPE) PROGNAME 20080729
3 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING ABAP Unit: Abstract Superclass for Assertions & Events 20080729

Method NO_TEST_BYTE_CODE_IN_PXA on class CL_AUNIT_WARNING_C has no exception.

Method NO_TEST_IN_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLASS_NAME Call by reference Type reference (TYPE) CSEQUENCE 20080729
2 Importing PROG_NAME Call by reference Type reference (TYPE) CSEQUENCE 20080729
3 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING ABAP Unit Warnings 20080729

Method NO_TEST_IN_CLASS on class CL_AUNIT_WARNING_C has no exception.

Method NO_TEST_IN_PROGRAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MSG Call by reference Type reference (TYPE) STRING Dedicated Reason 20080729
2 Importing PROG_NAME Call by reference Type reference (TYPE) PROGNAME 20080729
3 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING ABAP Unit Warnings 20080729

Method NO_TEST_IN_PROGRAM on class CL_AUNIT_WARNING_C has no exception.

Method NO_TEST_IN_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING 20120602

Method NO_TEST_IN_TASK on class CL_AUNIT_WARNING_C has no exception.

Method NO_TEST_META_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BAD_RESSOURCE Call by reference Type reference (TYPE) CSEQUENCE 20080729
2 Importing INTERNAL_STATE Call by reference Type reference (TYPE) CSEQUENCE 20080729
3 Importing PROG_NAME Call by reference Type reference (TYPE) PROGNAME ABAP Program Name 20080729
4 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING ABAP Unit Warnings 20080729

Method NO_TEST_META_DATA on class CL_AUNIT_WARNING_C has no exception.

Method NO_VALID_DURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DURATION Call by reference Type reference (TYPE) SAUNIT_S_DURATION_SETTING Concrete Values for Categories of Execution Duration 20080729
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING ABAP Unit Warnings 20080729

Method NO_VALID_DURATION on class CL_AUNIT_WARNING_C has no exception.

Method NO_VALID_STACK_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FUBA Call by reference Type reference (TYPE) FUNCNAME 20080729
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING ABAP Unit Warnings 20080729

Method NO_VALID_STACK_FILTER on class CL_AUNIT_WARNING_C has no exception.

Method OUT_OF_DIFF_UNIT_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING ABAP Unit Warnings 20080729
2 Importing UNITS Call by reference Type reference (TYPE) N ABAP Program Name 20080729

Method OUT_OF_DIFF_UNIT_RANGE on class CL_AUNIT_WARNING_C has no exception.

Method OUT_OF_RANGE_REL_TOLERANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING ABAP Unit Warnings 20080729
2 Importing RTOL Call by reference Type reference (TYPE) NUMERIC Relative Tolerance 20080729
3 Importing RTOL_MIN Call by reference Type reference (TYPE) NUMERIC Minimum Rel. Tolerance 20080729

Method OUT_OF_RANGE_REL_TOLERANCE on class CL_AUNIT_WARNING_C has no exception.

Method SETUP_DENIES_EXECUTION_AT_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING ABAP Unit Warnings 20080729

Method SETUP_DENIES_EXECUTION_AT_ALL on class CL_AUNIT_WARNING_C has no exception.

Method TEST_PROPERTIES_AMBIGUOUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLASS_NAME Call by reference Type reference (TYPE) CSEQUENCE Class name 20080729
2 Importing PROG_NAME Call by reference Type reference (TYPE) CSEQUENCE Program name 20100922
3 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING INTERNAL: Alert: Warning 20080729

Method TEST_PROPERTIES_AMBIGUOUS on class CL_AUNIT_WARNING_C has no exception.

Method TEST_PROPERTIES_INCOMPLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLASS_NAME Call by reference Type reference (TYPE) CSEQUENCE Class name 20080729
2 Importing PROG_NAME Call by reference Type reference (TYPE) CSEQUENCE Program name 20100922
3 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING Warning 20080729

Method TEST_PROPERTIES_INCOMPLETE on class CL_AUNIT_WARNING_C has no exception.

Method TOO_LONG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING ABAP Unit Warnings 20080729
2 Importing UPPER_LIMIT Call by reference Type reference (TYPE) I 20080729

Method TOO_LONG on class CL_AUNIT_WARNING_C has no exception.

Method UNKNOWN_LISTENER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) ABAP_ABSTYPENAME 20080729
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_AUNIT_WARNING ABAP Unit Warnings 20080729

Method UNKNOWN_LISTENER on class CL_AUNIT_WARNING_C has no exception.

Method __GET_POSITION_OF_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLASS_NAME Call by reference Type reference (TYPE) STRING 20120602
2 Exporting INCLUDE_NAME Call by reference Type reference (TYPE) STRING 20120602
3 Exporting LINE_NUMBER Call by reference Type reference (TYPE) I 20120602
4 Importing PROG_NAME Call by reference Type reference (TYPE) STRING 20120602

Method __GET_POSITION_OF_CLASS on class CL_AUNIT_WARNING_C has no exception.

Method __SPLIT_CLASS_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABS_CLASSNAME Call by reference Type reference (TYPE) CSEQUENCE 20080729
2 Exporting GLOBAL_NAME Call by reference Type reference (TYPE) STRING 20080729
3 Exporting IS_GLOBAL_TYPE_CLASS Call by reference Type reference (TYPE) ABAP_BOOL 20080729
4 Exporting LOCAL_CLASSNAME Call by reference Type reference (TYPE) STRING 20080729

Method __SPLIT_CLASS_NAME on class CL_AUNIT_WARNING_C has no exception.
Event Signatures

Event WARNING Signature
Event WARNING on class CL_AUNIT_WARNING_C has no parameter.
History
Last changed by/on SAP  20130531 
SAP Release Created in 712