SAP CL_ESD_AUNIT_ASSERT OO Class - cl_aunit_assert









CL_ESD_AUNIT_ASSERT is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_ESD_AUNIT_ASSERT including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_ESD_AUNIT_ASSERT is CL_SESI_AU

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_AUNIT_CONSTANTS

Method list of CL_ESD_AUNIT_ASSERT SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ABORT_EXCEPTIONUT Abort from ExceptionPublic
CALL METHOD cl_esd_aunit_assert=>ABORT_EXCEPTION...more details

ABORT_IF_GTADIR_ACCESS_FAILSProtected
CALL METHOD cl_esd_aunit_assert=>ABORT_IF_GTADIR_ACCESS_FAILS...more details

ASSERT_EQUALS_ELEMENT_DESCRPrivate
CALL METHOD cl_esd_aunit_assert=>ASSERT_EQUALS_ELEMENT_DESCR...more details

ASSERT_EQUALS_IGNORE_CASEEnsure Equality of 2 data ObjectsPublic
CALL METHOD cl_esd_aunit_assert=>ASSERT_EQUALS_IGNORE_CASE...more details

ASSERT_EQUALS_STRUCT_DESCRPrivate
CALL METHOD cl_esd_aunit_assert=>ASSERT_EQUALS_STRUCT_DESCR...more details

ASSERT_EQUALS_TABLE_DESCRPrivate
CALL METHOD cl_esd_aunit_assert=>ASSERT_EQUALS_TABLE_DESCR...more details

ASSERT_EQUALS_TYPESPublic
CALL METHOD cl_esd_aunit_assert=>ASSERT_EQUALS_TYPES...more details

ASSERT_EQUALS_TYPE_DESCRPrivate
CALL METHOD cl_esd_aunit_assert=>ASSERT_EQUALS_TYPE_DESCR...more details

ASSERT_EXCEPTIONEnsure Equality of 2 data ObjectsPublic
CALL METHOD cl_esd_aunit_assert=>ASSERT_EXCEPTION...more details

CLASS_CONSTRUCTORPublic
CALL METHOD cl_esd_aunit_assert=>CLASS_CONSTRUCTOR...more details

CLASS_SETUPPrivate
CALL METHOD cl_esd_aunit_assert=>CLASS_SETUP...more details

CLASS_TEARDOWNPrivate
CALL METHOD cl_esd_aunit_assert=>CLASS_TEARDOWN...more details

CREATE_EXC_FROM_SYMSG_VARSReturns an exception created from sy-message variablesPublic
CALL METHOD cl_esd_aunit_assert=>CREATE_EXC_FROM_SYMSG_VARS...more details

FAIL_BAPIRET2UT failure from Bapiret2-TablePublic
CALL METHOD cl_esd_aunit_assert=>FAIL_BAPIRET2...more details

FAIL_EXCEPTIONUT failure from exceptionPublic
CALL METHOD cl_esd_aunit_assert=>FAIL_EXCEPTION...more details

LOCK_UTLocks UnitTest-Class during runtime of UTPublic
CALL METHOD cl_esd_aunit_assert=>LOCK_UT...more details

SETUPPrivate
CALL METHOD cl_esd_aunit_assert=>SETUP...more details

SHOW_STATUSDisplays Status Message with progress indicatorPublic
CALL METHOD cl_esd_aunit_assert=>SHOW_STATUS...more details

TEARDOWNPrivate
CALL METHOD cl_esd_aunit_assert=>TEARDOWN...more details

WRITE_APPL_LOGPrivate
CALL METHOD cl_esd_aunit_assert=>WRITE_APPL_LOG...more details



CL_ESD_AUNIT_ASSERT attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
AU_APPL_LOGStatic AttributeLIKE
ABAP_BOOL
Private
CLASSDESCRStatic AttributeRuntime Type ServicesLIKE
CL_ABAP_CLASSDESCR
Private
CLASS_RUN_TIMEStatic AttributeLIKE
I
Private
CLASS_START_TIMEStatic AttributeLIKE
I
Private
GS_TDStatic AttributeLIKE
Public
NO_RUN_IN_CUSTOMER_SYSTEMInstance AttributeABAP_FALSELIKE
ABAP_BOOL
Public
RUN_TIMESStatic AttributeLIKE
Private
START_TIMEInstance AttributeLIKE
I
Private
SYSTEM_TYPEStatic AttributeSystem TypeLIKE
SY-SYSID
Private
TOLERANTInstance AttributeLIKE
Public


Links to Related Class(s)

CL_ESD_A...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!