SAP CL_ABAP_LIST_PARSER_DISPLAY OO Class - List Heuristic and Check Tool Part 2: Display









CL_ABAP_LIST_PARSER_DISPLAY 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_LIST_PARSER_DISPLAY 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_ABAP_LIST_PARSER_DISPLAY is SCL_ABAP_LIST_PARSER

Method list of CL_ABAP_LIST_PARSER_DISPLAY 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
CALL_LIST_STRUCTURE_RECOGNIZERCall Structure ID of ABAP ListsPrivate
CALL METHOD cl_abap_list_parser_display=>CALL_LIST_STRUCTURE_RECOGNIZER...more details

CONSTRUCTORConstructorPublic
CALL METHOD cl_abap_list_parser_display=>CONSTRUCTOR...more details

DESTROY_ALL_CHILDSEnd Display of List Structure RecognitionPrivate
CALL METHOD cl_abap_list_parser_display=>DESTROY_ALL_CHILDS...more details

DISPLAY_HEURISTICS_RESULTSDisplay Results of List Structure IDPublic
CALL METHOD cl_abap_list_parser_display=>DISPLAY_HEURISTICS_RESULTS...more details

DISPLAY_TEXT_AS_GRIDDisplay Statistical Analysis as GridPrivate
CALL METHOD cl_abap_list_parser_display=>DISPLAY_TEXT_AS_GRID...more details

FREERelease Memory and ContainerPrivate
CALL METHOD cl_abap_list_parser_display=>FREE...more details

GET_ACTUAL_PAGERelease Memory and ContainerPrivate
CALL METHOD cl_abap_list_parser_display=>GET_ACTUAL_PAGE...more details

GET_NEW_FILTERGenerate New FilterPrivate
CALL METHOD cl_abap_list_parser_display=>GET_NEW_FILTER...more details

GET_STATISTIC_VALUESStatistical Analysis of ErrorsPrivate
CALL METHOD cl_abap_list_parser_display=>GET_STATISTIC_VALUES...more details

HANDLE_ITEM_DOUBLE_CLICKEvent Handler for ALV TreePrivate
CALL METHOD cl_abap_list_parser_display=>HANDLE_ITEM_DOUBLE_CLICK...more details

HANDLE_NODE_DOUBLE_CLICKEvent Handler for the ALV TreePrivate
CALL METHOD cl_abap_list_parser_display=>HANDLE_NODE_DOUBLE_CLICK...more details

HANDLE_ROW_DOUBLE_CLICKEvent Handler for ALV GridPrivate
CALL METHOD cl_abap_list_parser_display=>HANDLE_ROW_DOUBLE_CLICK...more details

HANDLE_TOOLBAR_EVENTSEvent Handling of Toolbar in ALV Tree for Error MessagesPrivate
CALL METHOD cl_abap_list_parser_display=>HANDLE_TOOLBAR_EVENTS...more details

LIST_STRUCTURE_PAGES_DISPLAYDisplay Messages by PagePrivate
CALL METHOD cl_abap_list_parser_display=>LIST_STRUCTURE_PAGES_DISPLAY...more details

SAVE_ACCESSIBILITY_ISSUESSave Error Messages for CheckManPrivate
CALL METHOD cl_abap_list_parser_display=>SAVE_ACCESSIBILITY_ISSUES...more details



CL_ABAP_LIST_PARSER_DISPLAY 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
ACC_CONT_1Instance AttributeContainer for Output of StructureLIKE
CL_GUI_CONTAINER
Private
ACC_CONT_2Instance AttributeContainer for Output of ACC ErrorsLIKE
CL_GUI_CONTAINER
Private
ACC_DOCKINGInstance AttributeDocking Container for Including Splitter ControlLIKE
CL_GUI_DOCKING_CONTAINER
Private
ACC_GRID_PATInstance AttributeGrid for Output of Structure IDLIKE
CL_GUI_ALV_GRID
Private
ACC_GRID_PAT_LAYInstance AttributeLayout for Grid ControlLIKE
LVC_S_LAYO
Private
ACC_SPLITTERInstance AttributeSplitter Control for Including ContainersLIKE
CL_GUI_SPLITTER_CONTAINER
Private
ACC_TREE_ERRInstance AttributeALV Tree for Output of ACC Error MessagesLIKE
CL_GUI_ALV_TREE
Private
ACTUAL_PAGEInstance AttributeCurrent Error List Page1LIKE
I
Private
C_STEPSIZEStatic AttributeStep Size for Error Display100LIKE
I
Private
GT_FIELDCATInstance AttributeALV Control: Field CatalogLIKE
Private
GT_FILTERInstance AttributeALV control: Filter structureLIKE
Private
GUI_TOOLBARInstance AttributeToolbar ControlLIKE
CL_GUI_TOOLBAR
Private
IT_CHILDSInstance AttributeLIKE
Private
IT_GRID_PATInstance AttributeLIKE
Private
IT_T100Static AttributeBuffer for Error MessagesLIKE
Private
IT_TREE_ERRInstance AttributeLIKE
Private
PARSERInstance AttributeReference to Parser ObjectLIKE
CL_ABAP_LIST_PARSER
Private
PROGRAM_NAMEInstance AttributeLIKE
Private
TEXTZEILENInstance AttributeStatistical Analysis as TextLIKE
Private
WA_CHILDSInstance AttributeLIKE
Private
WA_ERROR_CODEInstance AttributeLIKE
Private
WA_GRID_PATInstance AttributeWork Area for Table IT_GRID_PATLIKE
SABA_LST_ACC_PATTERN
Private
WA_LIST_STRUCTUREInstance AttributeLIKE
Private
WA_TREE_ERRInstance AttributeLIKE
Private




CL_ABAP_LIST_PARSER_DISPLAY types

MY_CHILDS -
T_ERRTAB -
T_ERRTAB_T -
T_GRIDTEXT -
T_TEXT_T -

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!