SAP ABAP Class CL_ABAP_LIST_PARSER_DISPLAY (List Heuristic and Check Tool Part 2: Display)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
S_ACC_CHECK (Package) Structure Recognition of Lists and WinGUI Checks
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | SCL_ABAP_LIST_PARSER | Interface Between List Heuristic and Check Tool | 20040527 |
Properties
| Class | CL_ABAP_LIST_PARSER_DISPLAY | |
| Short Description | List Heuristic and Check Tool Part 2: Display | |
| Super Class | SCL_ABAP_LIST_PARSER | Interface Between List Heuristic and Check Tool |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | S | System Program |
| Category | 0 | |
| Package | S_ACC_CHECK | Structure Recognition of Lists and WinGUI Checks |
| Created | 20040525 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ABAP_LIST_PARSER_DISPLAY has no forward declaration.
Interfaces
Class CL_ABAP_LIST_PARSER_DISPLAY has no interface implemented.
Friends
Class CL_ABAP_LIST_PARSER_DISPLAY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container for Output of Structure | 20040525 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container for Output of ACC Errors | 20040525 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_DOCKING_CONTAINER | Docking Container for Including Splitter Control | 20040525 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | Grid for Output of Structure ID | 20040525 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | LVC_S_LAYO | Layout for Grid Control | 20040525 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter Control for Including Containers | 20040525 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_TREE | ALV Tree for Output of ACC Error Messages | 20040525 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | I | 1 | Current Error List Page | 20040525 | ||
| 9 | Static Attribute | Private | Type reference (TYPE) | I | 100 | Step Size for Error Display | 20040525 | ||
| 10 | Instance attribute | Private | See coding | ALV Control: Field Catalog | 20040525 | ||||
| 11 | Instance attribute | Private | See coding | ALV control: Filter structure | 20040525 | ||||
| 12 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | Toolbar Control | 20040525 | |||
| 13 | Static Attribute | Private | See coding | 20040525 | |||||
| 14 | Instance attribute | Private | See coding | 20040525 | |||||
| 15 | Static Attribute | Private | See coding | Buffer for Error Messages | 20040525 | ||||
| 16 | Instance attribute | Private | See coding | 20040525 | |||||
| 17 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_LIST_PARSER | Reference to Parser Object | 20040525 | |||
| 18 | Instance attribute | Private | Type reference (TYPE) | STRING | 20040525 | ||||
| 19 | Instance attribute | Private | See coding | Statistical Analysis as Text | 20040525 | ||||
| 20 | Static Attribute | Private | Type reference (TYPE) | MY_CHILDS | 20040525 | ||||
| 21 | Instance attribute | Private | Type reference (TYPE) | ERROR_CODE | 20040525 | ||||
| 22 | Instance attribute | Private | Type reference (TYPE) | SABA_LST_ACC_PATTERN | Work Area for Table IT_GRID_PAT | 20040525 | |||
| 23 | Instance attribute | Private | Type reference (TYPE) | LIST_PATTERN | 20040525 | ||||
| 24 | Instance attribute | Private | Type reference (TYPE) | SABA_LST_ACC_ERROR | 20040525 |
Methods
Events
Class CL_ABAP_LIST_PARSER_DISPLAY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MY_CHILDS | Private | See coding | 20040525 | BEGIN OF my_childs,
level TYPE int4,
object TYPE REF TO cl_abap_list_parser_display,
END OF my_childs
|
||
| 2 | T_ERRTAB | Private | See coding | 20040525 | BEGIN OF t_errtab,
severity TYPE saba_lst_acc_error-severity,
error_code TYPE saba_lst_acc_error-error_code,
error_text TYPE saba_lst_acc_error-error_text,
count TYPE i,
END OF t_errtab
|
||
| 3 | T_ERRTAB_T | Private | See coding | 20040525 | t_errtab_t TYPE STANDARD TABLE OF t_errtab
|
||
| 4 | T_GRIDTEXT | Private | See coding | 20040525 | begin of t_gridtext,
text type popuptext-text,
Anzahl(5) type c,
end of t_gridtext
|
||
| 5 | T_TEXT_T | Private | See coding | 20040525 | t_text_t TYPE STANDARD TABLE OF t_gridtext
|
Method Signatures
Method CALL_LIST_STRUCTURE_RECOGNIZER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTPAGE | Value transfer | Type reference (TYPE) | I | 1 | Aktuelle Fehlerseite | 20040525 | ||
| 2 | PROGRAM | Call by reference | Type reference (TYPE) | SY-REPID | 'SAPMSSY0' | ABAP-Programm | 20040525 | ||
| 3 | SAVE_FLAG | Value transfer | Type reference (TYPE) | XFELD | SPACE | AUTOSAVE durchgeführt | 20040525 | ||
| 4 | SCREEN | Call by reference | Type reference (TYPE) | SY-DYNNR | '0120' | ABAP-Programm, Nummer des aktuellen Dynpros | 20040525 | ||
| 5 | TEXTZEILEN | Value transfer | Attribute reference (LIKE) | TEXTZEILEN | Statistische Auswertung als Text | 20040525 |
Method CALL_LIST_STRUCTURE_RECOGNIZER on class CL_ABAP_LIST_PARSER_DISPLAY has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_ABAP_LIST_PARSER_DISPLAY has no parameter.
Method CONSTRUCTOR on class CL_ABAP_LIST_PARSER_DISPLAY has no exception.
Method DESTROY_ALL_CHILDS Signature
Method DESTROY_ALL_CHILDS on class CL_ABAP_LIST_PARSER_DISPLAY has no parameter.
Method DESTROY_ALL_CHILDS on class CL_ABAP_LIST_PARSER_DISPLAY has no exception.
Method DISPLAY_HEURISTICS_RESULTS Signature
Method DISPLAY_HEURISTICS_RESULTS on class CL_ABAP_LIST_PARSER_DISPLAY has no parameter.
Method DISPLAY_HEURISTICS_RESULTS on class CL_ABAP_LIST_PARSER_DISPLAY has no exception.
Method DISPLAY_TEXT_AS_GRID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TEXT | Value transfer | Type reference (TYPE) | T_TEXT_T | 20040525 |
Method DISPLAY_TEXT_AS_GRID on class CL_ABAP_LIST_PARSER_DISPLAY has no exception.
Method FREE Signature
Method FREE on class CL_ABAP_LIST_PARSER_DISPLAY has no parameter.
Method FREE on class CL_ABAP_LIST_PARSER_DISPLAY has no exception.
Method GET_ACTUAL_PAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTPAGE | Value transfer | Type reference (TYPE) | I | Aktuelle Fehlerseite | 20040608 | |||
| 2 | CALC | Value transfer | Type reference (TYPE) | C | SPACE | Addition/Subtraktion? | 20040525 | ||
| 3 | OLD_ACT_PAGE | Value transfer | Type reference (TYPE) | I | Aktuelle Vorgängerseite | 20040525 |
Method GET_ACTUAL_PAGE on class CL_ABAP_LIST_PARSER_DISPLAY has no exception.
Method GET_NEW_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_FILTER | Value transfer | Attribute reference (LIKE) | GT_FILTER | ALV-Control: Filterstruktur | 20040525 | |||
| 2 | I_DATA | Value transfer | Type reference (TYPE) | ERROR_CODES | 20040525 | ||||
| 3 | I_FCAT | Value transfer | Attribute reference (LIKE) | GT_FIELDCAT | ALV-Control: Feldkatalog | 20040525 |
Method GET_NEW_FILTER on class CL_ABAP_LIST_PARSER_DISPLAY has no exception.
Method GET_STATISTIC_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ERRTAB | Value transfer | Type reference (TYPE) | T_ERRTAB_T | ABAP List Heuristic Accessibility Issues | 20040525 | |||
| 2 | TEXT | Value transfer | Attribute reference (LIKE) | TEXTZEILEN | Texte fuer allgemeinen Popup | 20040525 |
Method GET_STATISTIC_VALUES on class CL_ABAP_LIST_PARSER_DISPLAY has no exception.
Method HANDLE_ITEM_DOUBLE_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELDNAME | Value transfer | Attribute reference (LIKE) | 20040525 | |||||
| 2 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20040525 |
Method HANDLE_ITEM_DOUBLE_CLICK on class CL_ABAP_LIST_PARSER_DISPLAY has no exception.
Method HANDLE_NODE_DOUBLE_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20040525 | |||||
| 2 | SENDER | Value transfer | Attribute reference (LIKE) | 20040525 |
Method HANDLE_NODE_DOUBLE_CLICK on class CL_ABAP_LIST_PARSER_DISPLAY has no exception.
Method HANDLE_ROW_DOUBLE_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_COLUMN | Value transfer | Attribute reference (LIKE) | 20040525 | |||||
| 2 | E_ROW | Value transfer | Attribute reference (LIKE) | 20040525 |
Method HANDLE_ROW_DOUBLE_CLICK on class CL_ABAP_LIST_PARSER_DISPLAY has no exception.
Method HANDLE_TOOLBAR_EVENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Value transfer | Attribute reference (LIKE) | 20040525 |
Method HANDLE_TOOLBAR_EVENTS on class CL_ABAP_LIST_PARSER_DISPLAY has no exception.
Method LIST_STRUCTURE_PAGES_DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTPAGE | Value transfer | Type reference (TYPE) | I | 1 | Aktuelle Fehlerseite | 20040525 |
Method LIST_STRUCTURE_PAGES_DISPLAY on class CL_ABAP_LIST_PARSER_DISPLAY has no exception.
Method SAVE_ACCESSIBILITY_ISSUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SAVE_FLAG | Value transfer | Type reference (TYPE) | XFELD | AUTOSAVE durchgeführt | 20040525 |
Method SAVE_ACCESSIBILITY_ISSUES on class CL_ABAP_LIST_PARSER_DISPLAY has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 700 |