SAP CL_ABAP_AAB_UTILITIES OO Class - Auxiliary Methods for Activatable Assertions/Breakpoints









CL_ABAP_AAB_UTILITIES 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_ABAP_AAB_UTILITIES including details of:

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



Method list of CL_ABAP_AAB_UTILITIES 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
CONVERT_ID_TO_INCLUDE(Only for Internal Use)Public
CALL METHOD cl_abap_aab_utilities=>CONVERT_ID_TO_INCLUDE...more details

GET_KEY(Only for Internal Use)Public
CALL METHOD cl_abap_aab_utilities=>GET_KEY...more details

IS_ACTIVEQuery Activation State for Checkpoint GroupPublic
CALL METHOD cl_abap_aab_utilities=>IS_ACTIVE...more details

STORE_CHAR_MESSAGEFormat Character String Message as FIELDPublic
CALL METHOD cl_abap_aab_utilities=>STORE_CHAR_MESSAGE...more details

STORE_T100_MESSAGEFormat T100 Message as FIELDPublic
CALL METHOD cl_abap_aab_utilities=>STORE_T100_MESSAGE...more details



CL_ABAP_AAB_UTILITIES 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
BITMASK_ASSERT_ABORTConstantAssert: Cancel40LIKE
X
Public
BITMASK_ASSERT_ABORT_BTCConstantAssert: Cancel in Background32LIKE
X
Public
BITMASK_ASSERT_ABORT_DIAConstantAssert: Cancel in Dialog8LIKE
X
Public
BITMASK_ASSERT_ANYConstantAssert: Active62LIKE
X
Public
BITMASK_ASSERT_BREAKABORTConstantAssert: Stop in Dialog, Cancel in Background34LIKE
X
Public
BITMASK_ASSERT_BREAKLOGConstantAssert: Stop in Dialog, Log in Background18LIKE
X
Public
BITMASK_ASSERT_BREAK_DIAConstantAssert: Stop2LIKE
X
Public
BITMASK_ASSERT_LOGConstantAssert: Log20LIKE
X
Public
BITMASK_ASSERT_LOG_BTCConstantAssert: Log in Background16LIKE
X
Public
BITMASK_ASSERT_LOG_DIAConstantAssert: Log Dialog4LIKE
X
Public
BITMASK_BREAKPOINTConstantBreakpoint: Stop1LIKE
X
Public
BITMASK_LOGPOINTConstantLogpoint: Log64LIKE
X
Public
CATEGORY_ERRORConstantMessage Type: Error'E'LIKE
SYMSGTY
Public
CATEGORY_INFOConstantMessage Type: Information'I'LIKE
SYMSGTY
Public
CATEGORY_WARNINGConstantMessage Type: Warning'W'LIKE
SYMSGTY
Public
KIND_CHARConstantInternal usage63LIKE
I
Public
KIND_T100ConstantInternal usage127LIKE
I
Public


Links to Related Class(s)

CL_ABAP_...
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!