SAP CL_ABAP_ERROR_ANALYZE OO Class - Test









CL_ABAP_ERROR_ANALYZE 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_ERROR_ANALYZE 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_ERROR_ANALYZE 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
CLASS_CONSTRUCTORPrivate
CALL METHOD cl_abap_error_analyze=>CLASS_CONSTRUCTOR...more details

COMMITPrivate
CALL METHOD cl_abap_error_analyze=>COMMIT...more details

DELETE_STATEMENTPrivate
CALL METHOD cl_abap_error_analyze=>DELETE_STATEMENT...more details

FIND_ERRORPrivate
CALL METHOD cl_abap_error_analyze=>FIND_ERROR...more details

GET_INCLUDESPrivate
CALL METHOD cl_abap_error_analyze=>GET_INCLUDES...more details

GET_INCLUDE_TRCTABPrivate
CALL METHOD cl_abap_error_analyze=>GET_INCLUDE_TRCTAB...more details

GET_MINIMAL_INCLUDE_SETPrivate
CALL METHOD cl_abap_error_analyze=>GET_MINIMAL_INCLUDE_SET...more details

GET_REFSPrivate
CALL METHOD cl_abap_error_analyze=>GET_REFS...more details

GET_SOURCEPrivate
CALL METHOD cl_abap_error_analyze=>GET_SOURCE...more details

GET_STATEMENTS_POSPrivate
CALL METHOD cl_abap_error_analyze=>GET_STATEMENTS_POS...more details

GET_TRCTABPrivate
CALL METHOD cl_abap_error_analyze=>GET_TRCTAB...more details

NORM_INCLUDEPrivate
CALL METHOD cl_abap_error_analyze=>NORM_INCLUDE...more details

POP_PRE_HDR_STATEPrivate
CALL METHOD cl_abap_error_analyze=>POP_PRE_HDR_STATE...more details

PREPAREPrivate
CALL METHOD cl_abap_error_analyze=>PREPARE...more details

PROGRESS_INDICATORPrivate
CALL METHOD cl_abap_error_analyze=>PROGRESS_INDICATOR...more details

PUSH_PRE_HDR_STATEPrivate
CALL METHOD cl_abap_error_analyze=>PUSH_PRE_HDR_STATE...more details

REDUCE_INCLUDESPrivate
CALL METHOD cl_abap_error_analyze=>REDUCE_INCLUDES...more details

REDUCE_REST_OF_INCLUDESPrivate
CALL METHOD cl_abap_error_analyze=>REDUCE_REST_OF_INCLUDES...more details

REDUCE_STATEMENTSPrivate
CALL METHOD cl_abap_error_analyze=>REDUCE_STATEMENTS...more details

REPTAB1_TO_REPTABPrivate
CALL METHOD cl_abap_error_analyze=>REPTAB1_TO_REPTAB...more details

REPTAB_TO_REPTAB1Private
CALL METHOD cl_abap_error_analyze=>REPTAB_TO_REPTAB1...more details

ROLLBACKPrivate
CALL METHOD cl_abap_error_analyze=>ROLLBACK...more details

SET_STATEMENT_INFOPrivate
CALL METHOD cl_abap_error_analyze=>SET_STATEMENT_INFO...more details

SYNTAX_CHECKPrivate
CALL METHOD cl_abap_error_analyze=>SYNTAX_CHECK...more details

SYNTAX_CHECK_DOPrivate
CALL METHOD cl_abap_error_analyze=>SYNTAX_CHECK_DO...more details



CL_ABAP_ERROR_ANALYZE 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
ACTLVLInstance AttributeLIKE
Private
CHECK_CNTInstance AttributeLIKE
Private
C_MODE_CHECKInstance AttributeLIKE
Private
C_MODE_PREPAREInstance AttributeLIKE
Private
C_MODE_TRACEInstance AttributeLIKE
Private
C_TRACE_OFFInstance AttributeLIKE
Private
C_USAGE_OFFInstance AttributeLIKE
Private
DEBUGInstance AttributeLIKE
Private
DELETEDInstance AttributeLIKE
Private
DUMMY_TABInstance AttributeLIKE
Private
EMPTY_INCLUDEInstance AttributeLIKE
Private
ERRORStatic AttributeSyntax ErrorLIKE
T_ERROR
Private
EXCL_INCLUDESInstance AttributeLIKE
Private
EXCL_STATEMENTSInstance AttributeLIKE
Private
INCLUDE_NAMESInstance AttributeLIKE
Private
LEVELInstance AttributeLIKE
Private
MEMORYStatic AttributeCHAR01 Data Element for SYSTABAP_FALSELIKE
SYCHAR01
Public
MESSAGEInstance AttributeLIKE
Private
NO_ERRORStatic AttributeCHAR01 Data Element for SYSTABAP_FALSELIKE
SYCHAR01
Public
PHASEInstance AttributeLIKE
Private
PREHDR_ACTLVLInstance AttributeLIKE
Private
PROGRAMInstance AttributeLIKE
Private
PROGRESSInstance AttributeLIKE
Private
REPTABInstance AttributeLIKE
Private
RFCInstance AttributeLIKE
Private
STATEMENTS_POSInstance AttributeLIKE
Private
SYMBOLSInstance AttributeLIKE
Private
TEST1Instance AttributeLIKE
Private
TEST2Instance AttributeLIKE
Private
TEST3Instance AttributeLIKE
Private
TRCLVLInstance AttributeLIKE
Private




CL_ABAP_ERROR_ANALYZE types

T_DELETED_LINE -
T_ERROR -
T_EXCL_INCLUDES -
T_EXCL_STATEMENTS -
T_LEVELS -
T_STATEMENT_POS -
T_SYMBOL -
T_TRCSTRUC -
T_TRCTAB -

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!