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_PARSERMethod 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 Name | Description | Visability |
| CALL_LIST_STRUCTURE_RECOGNIZER | Call Structure ID of ABAP Lists | Private |
| CALL METHOD cl_abap_list_parser_display=>CALL_LIST_STRUCTURE_RECOGNIZER...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD cl_abap_list_parser_display=>CONSTRUCTOR...more details | ||
| DESTROY_ALL_CHILDS | End Display of List Structure Recognition | Private |
| CALL METHOD cl_abap_list_parser_display=>DESTROY_ALL_CHILDS...more details | ||
| DISPLAY_HEURISTICS_RESULTS | Display Results of List Structure ID | Public |
| CALL METHOD cl_abap_list_parser_display=>DISPLAY_HEURISTICS_RESULTS...more details | ||
| DISPLAY_TEXT_AS_GRID | Display Statistical Analysis as Grid | Private |
| CALL METHOD cl_abap_list_parser_display=>DISPLAY_TEXT_AS_GRID...more details | ||
| FREE | Release Memory and Container | Private |
| CALL METHOD cl_abap_list_parser_display=>FREE...more details | ||
|
| ||
| GET_ACTUAL_PAGE | Release Memory and Container | Private |
| CALL METHOD cl_abap_list_parser_display=>GET_ACTUAL_PAGE...more details | ||
| GET_NEW_FILTER | Generate New Filter | Private |
| CALL METHOD cl_abap_list_parser_display=>GET_NEW_FILTER...more details | ||
| GET_STATISTIC_VALUES | Statistical Analysis of Errors | Private |
| CALL METHOD cl_abap_list_parser_display=>GET_STATISTIC_VALUES...more details | ||
| HANDLE_ITEM_DOUBLE_CLICK | Event Handler for ALV Tree | Private |
| CALL METHOD cl_abap_list_parser_display=>HANDLE_ITEM_DOUBLE_CLICK...more details | ||
| HANDLE_NODE_DOUBLE_CLICK | Event Handler for the ALV Tree | Private |
| CALL METHOD cl_abap_list_parser_display=>HANDLE_NODE_DOUBLE_CLICK...more details | ||
| HANDLE_ROW_DOUBLE_CLICK | Event Handler for ALV Grid | Private |
| CALL METHOD cl_abap_list_parser_display=>HANDLE_ROW_DOUBLE_CLICK...more details | ||
| HANDLE_TOOLBAR_EVENTS | Event Handling of Toolbar in ALV Tree for Error Messages | Private |
| CALL METHOD cl_abap_list_parser_display=>HANDLE_TOOLBAR_EVENTS...more details | ||
| LIST_STRUCTURE_PAGES_DISPLAY | Display Messages by Page | Private |
| CALL METHOD cl_abap_list_parser_display=>LIST_STRUCTURE_PAGES_DISPLAY...more details | ||
| SAVE_ACCESSIBILITY_ISSUES | Save Error Messages for CheckMan | Private |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| ACC_CONT_1 | Instance Attribute | Container for Output of Structure | LIKE CL_GUI_CONTAINER | Private | |
| ACC_CONT_2 | Instance Attribute | Container for Output of ACC Errors | LIKE CL_GUI_CONTAINER | Private | |
| ACC_DOCKING | Instance Attribute | Docking Container for Including Splitter Control | LIKE CL_GUI_DOCKING_CONTAINER | Private | |
| ACC_GRID_PAT | Instance Attribute | Grid for Output of Structure ID | LIKE CL_GUI_ALV_GRID | Private | |
| ACC_GRID_PAT_LAY | Instance Attribute | Layout for Grid Control | LIKE LVC_S_LAYO | Private | |
| ACC_SPLITTER | Instance Attribute | Splitter Control for Including Containers | LIKE CL_GUI_SPLITTER_CONTAINER | Private | |
| ACC_TREE_ERR | Instance Attribute | ALV Tree for Output of ACC Error Messages | LIKE CL_GUI_ALV_TREE | Private | |
| ACTUAL_PAGE | Instance Attribute | Current Error List Page | 1 | LIKE I | Private |
| C_STEPSIZE | Static Attribute | Step Size for Error Display | 100 | LIKE I | Private |
| GT_FIELDCAT | Instance Attribute | ALV Control: Field Catalog | LIKE | Private | |
| GT_FILTER | Instance Attribute | ALV control: Filter structure | LIKE | Private | |
| GUI_TOOLBAR | Instance Attribute | Toolbar Control | LIKE CL_GUI_TOOLBAR | Private | |
| IT_CHILDS | Instance Attribute | LIKE | Private | ||
| IT_GRID_PAT | Instance Attribute | LIKE | Private | ||
| IT_T100 | Static Attribute | Buffer for Error Messages | LIKE | Private | |
| IT_TREE_ERR | Instance Attribute | LIKE | Private | ||
| PARSER | Instance Attribute | Reference to Parser Object | LIKE CL_ABAP_LIST_PARSER | Private | |
| PROGRAM_NAME | Instance Attribute | LIKE | Private | ||
| TEXTZEILEN | Instance Attribute | Statistical Analysis as Text | LIKE | Private | |
| WA_CHILDS | Instance Attribute | LIKE | Private | ||
| WA_ERROR_CODE | Instance Attribute | LIKE | Private | ||
| WA_GRID_PAT | Instance Attribute | Work Area for Table IT_GRID_PAT | LIKE SABA_LST_ACC_PATTERN | Private | |
| WA_LIST_STRUCTURE | Instance Attribute | LIKE | Private | ||
| WA_TREE_ERR | Instance Attribute | LIKE | 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