Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSTT_UI_ALV_GRID | Basis Class for ALV Grid Wrapper | 20070905 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSTT_UI_PROC_RESULT_GRID | Display ABAP Elements | 20070920 |
Properties
| Class | CL_RSTT_UI_PROC_RESULT_GRID | |
| Short Description | Display of Query Results While Playing Trace | |
| Super Class | CL_RSTT_UI_ALV_GRID | Basis Class for ALV Grid Wrapper |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSTT_UI | Trace Tool for SAP Netweaver 2005 (BW): User Interface Layer |
| Created | 20070726 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSTT_UI_PROC_RESULT_GRID | Display ABAP Elements | 20070920 |
Friends
Class CL_RSTT_UI_PROC_RESULT_GRID has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Attribute reference (LIKE) | 20070918 | |||||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20070920 | |||||
| 3 | Instance attribute | Public | Attribute reference (LIKE) | 20080214 | |||||
| 4 | Instance attribute | Public | Attribute reference (LIKE) | 20071012 | |||||
| 5 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20071015 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | LVC_TITLE | ALV Control: Title Line Text | 20070905 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20070918 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20070918 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20070905 | ||||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20070905 | ||||
| 11 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | Runtime Type Services | 20070905 | |||
| 12 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSTT_UI_PROC_RESULT_GRID | Display of Query Results While Playing Trace | 20070905 | |||
| 13 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSTT_UI_PROC_RESULT_GRID | Display of Query Results While Playing Trace | 20070905 | |||
| 14 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSTT_TRACE | OLAP Trace: Basic Class Trace | 20070905 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20070905 | |||
| 16 | Instance attribute | Private | Type reference (TYPE) | RSTT_S_EDIT_CALLBACK | Callback Program Object for Editing | 20071015 | |||
| 17 | Instance attribute | Private | Type reference (TYPE) | PT_S_JUMP_BACK_POS | ALV Control: Row Number (Index of Internal Table) | 20080331 | |||
| 18 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | 'X' | Boolean | 20070918 | ||
| 19 | Instance attribute | Private | Type reference (TYPE) | ABAP_TYPECATEGORY | 20070905 | ||||
| 20 | Instance attribute | Private | Type reference (TYPE) | PT_T_COLUMN_ICON | 20070905 | ||||
| 21 | Static Attribute | Private | Type reference (TYPE) | PT_T_DATA_DESCR_BUF | 20070905 | ||||
| 22 | Instance attribute | Private | Type reference (TYPE) | LVC_T_FCAT | Field Catalog for List Viewer Control | 20070905 | |||
| 23 | Instance attribute | Private | Type reference (TYPE) | RSTT_T_PROC_RES_COL_NAMES | RSTT: Column Name for Display of Process Result | 20070905 | |||
| 24 | Instance attribute | Private | Type reference (TYPE) | RSTT_T_RESULT_COLUMN_TEXTS | RSTT: Column Name for Display of Process Result | 20070905 | |||
| 25 | Instance attribute | Private | Type reference (TYPE) | RSTT_T_TOOLBAR_BUTTONS | Add Function Buttons to RSTT Results Display | 20070918 | |||
| 26 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20070920 |
Methods
Events
Class CL_RSTT_UI_PROC_RESULT_GRID has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ABAP_ATTRDESCR_S | Private | Type reference (TYPE) | ABAP_ATTRDESCR | 20070905 | |
|
| 2 | PT_S_COLUMN_ICON | Private | See coding | 20070905 | BEGIN OF pt_s_column_icon,
column_nr TYPE i,
type_kind TYPE abap_typekind,
END OF pt_s_column_icon
|
||
| 3 | PT_S_COL_TYPEDESCR | Private | See coding | 20070905 | BEGIN OF pt_s_col_typedescr,
column TYPE i,
r_typedescr TYPE REF TO cl_abap_typedescr,
END OF pt_s_col_typedescr
|
||
| 4 | PT_S_DATA_DESCR_BUF | Private | See coding | 20070905 | BEGIN OF pt_s_data_descr_buf,
type_kind TYPE abap_typekind,
length TYPE i,
decimals TYPE i,
r_type TYPE REF TO cl_abap_datadescr ,
END OF pt_s_data_descr_buf
|
||
| 5 | PT_S_JUMP_BACK_POS | Private | See coding | 20080331 | BEGIN OF PT_S_JUMP_BACK_POS,
fieldname TYPE lvc_fname,
INDEX TYPE lvc_index,
END OF PT_S_JUMP_BACK_POS
|
||
| 6 | PT_T_COLUMN_ICON | Private | See coding | 20070905 | pt_t_column_icon TYPE SORTED TABLE OF pt_s_column_icon WITH UNIQUE KEY column_nr
|
||
| 7 | PT_T_COL_TYPEDESCR | Private | See coding | 20070905 | pt_t_col_typedescr TYPE SORTED TABLE OF pt_s_col_typedescr
WITH UNIQUE KEY column
|
||
| 8 | PT_T_DATA_DESCR_BUF | Private | See coding | 20070905 | pt_t_data_descr_buf TYPE TABLE OF pt_s_data_descr_buf WITH NON-UNIQUE KEY type_kind length decimals
|
||
| 9 | P_TS_RES_COL_TEXT | Private | See coding | 20070905 | p_ts_res_col_text TYPE STANDARD TABLE OF rstt_s_result_column_texts WITH KEY column_nr
|
Method Signatures
Method ACTIVATE_EDIT_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_EDIT_CALLBACK | Call by reference | Type reference (TYPE) | RSTT_S_EDIT_CALLBACK | Callback-Programmobjekt für Editierung | 20071015 |
Method ACTIVATE_EDIT_MODE on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method ADD_TOOLBAR_BUTTONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_TOOLBAR_BUTTONS | Call by reference | Type reference (TYPE) | RSTT_T_TOOLBAR_BUTTONS | RSTT Ergebnisanzeige um Funktionsknöpfe erweitern | 20070918 |
Method ADD_TOOLBAR_BUTTONS on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method CHANGE_EDITABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_COLUMNS | Call by reference | Type reference (TYPE) | LVC_T_COL | ALV-Control: Tabelle von Zeilen des Typs LVC_S_COL | 20070920 |
Method CHANGE_EDITABLE on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method CHECK_DATA_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_REFRESH | Call by reference | Type reference (TYPE) | CHAR01 | Charakterfeld der Länge 1 | 20071015 | |||
| 2 | E_VALID | Call by reference | Type reference (TYPE) | CHAR01 | Charakterfeld der Länge 1 | 20071015 |
Method CHECK_DATA_CHANGED on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method CLEAR_TABLE Signature
Method CLEAR_TABLE on class CL_RSTT_UI_PROC_RESULT_GRID has no parameter.
Method CLEAR_TABLE on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_READY_FOR_INPUT | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20071016 | |||
| 2 | I_R_TRACE | Call by reference | Object reference (TYPE REF TO) | CL_RSTT_TRACE | OLAP Trace: Grundklasse Trace | 20070905 | |||
| 3 | I_SUBDATA | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean (Intern) | 20070905 | |||
| 4 | I_TOOLBAR_VISIBLE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20071016 | ||
| 5 | I_ZEBRA | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20071016 |
Method CONSTRUCTOR on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method CREATE_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPL_CONTAINER | Call by reference | Type reference (TYPE) | STRING | 20070905 | ||||
| 2 | I_DYNNR | Call by reference | Type reference (TYPE) | SYDYNNR | Aktuelle Dynpro-Nummer | 20070905 | |||
| 3 | I_REPID | Call by reference | Type reference (TYPE) | SYREPID | ABAP-Programm, aktuelles Rahmenprogramm | 20070905 |
Method CREATE_CONTAINER on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method FREE_ALL Signature
Method FREE_ALL on class CL_RSTT_UI_PROC_RESULT_GRID has no parameter.
Method FREE_ALL on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method SET_COLUMNS_HEADINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_RES_COL_TEXTS | Call by reference | Type reference (TYPE) | RSTT_T_RESULT_COLUMN_TEXTS | RSTT: Texte für Spalten bei Anzeige der Ergebnistabelle | 20070920 |
Method SET_COLUMNS_HEADINGS on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method SET_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container fuer Custom Controls in der Dynpro Area | 20071121 |
Method SET_CONTAINER on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method SET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20070905 |
Method SET_DATA on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method SET_READY_FOR_INPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_READY_FOR_INPUT | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20070918 |
Method SET_READY_FOR_INPUT on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method SET_SPECIAL_TABLE_HANDLING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SPECIAL_HANDLING | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20080214 |
Method SET_SPECIAL_TABLE_HANDLING on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method SET_TITLE_ATTRS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NO_TITLE | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20070918 | |||
| 2 | I_TITLE | Call by reference | Type reference (TYPE) | LVC_TITLE | ALV-Control: Text der Titelzeile | 20070918 |
Method SET_TITLE_ATTRS on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method SET_TOOLBAR_VISIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TOOLBAR_VISIBLE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20070918 |
Method SET_TOOLBAR_VISIBLE on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method SET_ZEBRA_GRID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ZEBRA | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20070920 |
Method SET_ZEBRA_GRID on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method SHOW_DATA Signature
Method SHOW_DATA on class CL_RSTT_UI_PROC_RESULT_GRID has no parameter.
Method SHOW_DATA on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method _CLEAR_SUBGRID Signature
Method _CLEAR_SUBGRID on class CL_RSTT_UI_PROC_RESULT_GRID has no parameter.
Method _CLEAR_SUBGRID on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method _FILL_NAM_VAL_FROM_SUBSTRUCT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ICON | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20070905 | |||
| 2 | C_T_TABLE | Call by reference | Type reference (TYPE) | ANY TABLE | 20070905 | ||||
| 3 | I_COMPONENT_NAME | Value transfer | Type reference (TYPE) | STRING | 20070905 | ||||
| 4 | I_S_STRUCTURE | Call by reference | Type reference (TYPE) | ANY | 20070905 |
Method _FILL_NAM_VAL_FROM_SUBSTRUCT on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method _FILL_PROC_RESULT_TABLE Signature
Method _FILL_PROC_RESULT_TABLE on class CL_RSTT_UI_PROC_RESULT_GRID has no parameter.
Method _FILL_PROC_RESULT_TABLE on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method _FILL_RES_TAB_FROM_ELEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_ELEMDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_ELEMDESCR | Run Time Type Services | 20070905 | |||
| 2 | I_R_TYPEDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | Run Time Type Services | 20070905 |
Method _FILL_RES_TAB_FROM_ELEM on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method _FILL_RES_TAB_FROM_OBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_OBJECTDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_OBJECTDESCR | Run Time Type Services | 20070905 | |||
| 2 | I_R_TYPEDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | Run Time Type Services | 20070905 |
Method _FILL_RES_TAB_FROM_OBJ on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method _FILL_RES_TAB_FROM_STRUCT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_STRUCTDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Run Time Type Services | 20070905 | |||
| 2 | I_R_TYPEDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | Run Time Type Services | 20070905 |
Method _FILL_RES_TAB_FROM_STRUCT on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method _FILL_RES_TAB_FROM_SUBSTRUCT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_COUNTER | Call by reference | Type reference (TYPE) | I | 20070905 | ||||
| 2 | C_S_TARGET | Call by reference | Type reference (TYPE) | ANY | 20070905 | ||||
| 3 | I_MAX_COUNT | Call by reference | Type reference (TYPE) | I | 20070905 | ||||
| 4 | I_S_SOURCE | Call by reference | Type reference (TYPE) | ANY | 20070905 |
Method _FILL_RES_TAB_FROM_SUBSTRUCT on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method _FILL_RES_TAB_FROM_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_TABLEDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Run Time Type Services | 20070905 | |||
| 2 | I_R_TYPEDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | Run Time Type Services | 20070905 |
Method _FILL_RES_TAB_FROM_TABLE on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method _FILL_TAB_DESCR_FROM_SUBSTRUCT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_COLUMN | Call by reference | Type reference (TYPE) | I | 20070905 | ||||
| 2 | C_SPECIAL | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20070905 | |||
| 3 | C_T_ABAP_COMPDESCR | Call by reference | Type reference (TYPE) | ABAP_COMPONENT_TAB | 20070905 | ||||
| 4 | E_REPAIR_COMPNAME | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20070919 | |||
| 5 | I_COMPONENT_NAME | Value transfer | Type reference (TYPE) | STRING | 20070905 | ||||
| 6 | I_NOT_STANDARD | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20070918 | |||
| 7 | I_RECURSIVE | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20070905 | |||
| 8 | I_R_TABLEDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Run Time Type Services | 20070905 | |||
| 9 | I_S_STRUCTURE | Call by reference | Type reference (TYPE) | ANY | 20070905 | ||||
| 10 | I_TS_RES_COL_TEXT | Call by reference | Type reference (TYPE) | P_TS_RES_COL_TEXT | 20070905 |
Method _FILL_TAB_DESCR_FROM_SUBSTRUCT on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method _GET_COMPDESCR_FROM_SUBSTRUCT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_ABAP_COMPDESCR | Call by reference | Type reference (TYPE) | ABAP_COMPONENTDESCR | 20070905 | ||||
| 2 | I_S_STRUCTURE | Call by reference | Type reference (TYPE) | ANY | 20070905 |
Method _GET_COMPDESCR_FROM_SUBSTRUCT on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method _GET_COMPDESCR_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DECIMALS | Call by reference | Type reference (TYPE) | I | 20070905 | ||||
| 2 | I_LENGTH | Call by reference | Type reference (TYPE) | I | 20070905 | ||||
| 3 | I_TYPE_KIND | Call by reference | Type reference (TYPE) | ABAP_TYPEKIND | 20070905 | ||||
| 4 | R_R_TYPE | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Run Time Type Services | 20070905 |
Method _GET_COMPDESCR_TYPE on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method _GET_SELECTED_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_COLUMNS | Call by reference | Type reference (TYPE) | LVC_T_COL | ALV-Control: Tabelle von Zeilen des Typs LVC_S_COL | 20070920 | |||
| 2 | E_T_NAME_VAL | Call by reference | Type reference (TYPE) | RSTT_T_NAME_VAL | RSTT: Name-Wert-Tabelle | 20070920 | |||
| 3 | E_T_ROWS | Call by reference | Type reference (TYPE) | LVC_T_ROW | ALV-Control: Tabellenzeilen | 20070920 |
Method _GET_SELECTED_FIELDS on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method _HND_ALV_GRID_DATA_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_DATA_CHANGED | Value transfer | Attribute reference (LIKE) | 20070920 | |||||
| 2 | E_UCOMM | Value transfer | Attribute reference (LIKE) | 20070920 |
Method _HND_ALV_GRID_DATA_CHANGED on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method _HND_ALV_HOTSPOT_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ROW_NO | Value transfer | Attribute reference (LIKE) | 20070905 | |||||
| 2 | E_COLUMN_ID | Value transfer | Attribute reference (LIKE) | 20070905 | |||||
| 3 | E_ROW_ID | Value transfer | Attribute reference (LIKE) | 20070905 |
Method _HND_ALV_HOTSPOT_CLICK on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method _HND_TRACE_DISP_PROC_RES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_RESULT | Value transfer | Attribute reference (LIKE) | 20070905 | |||||
| 2 | E_T_RESULT_COLUMN_TEXTS | Value transfer | Attribute reference (LIKE) | >INVALID< | 20070905 |
Method _HND_TRACE_DISP_PROC_RES on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method _SET_CELL_VIA_ID Signature
Method _SET_CELL_VIA_ID on class CL_RSTT_UI_PROC_RESULT_GRID has no parameter.
Method _SET_CELL_VIA_ID on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method _SET_PRED_GRID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_PRED_GRID | Call by reference | Object reference (TYPE REF TO) | CL_RSTT_UI_PROC_RESULT_GRID | Anzeigen der Queryergebnisse beim Traceabspielen | 20070905 |
Method _SET_PRED_GRID on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
Method _SHOW_SUBDATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20070905 |
Method _SHOW_SUBDATA on class CL_RSTT_UI_PROC_RESULT_GRID has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 711 |