SAP ABAP Interface IF_RSTT_UI_PROC_RESULT_GRID (Display ABAP Elements)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSTT_UI (Package) Trace Tool for SAP Netweaver 2005 (BW): User Interface Layer
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSTT_UI_PROC_RESULT_GRID Display of Query Results While Playing Trace 20070920
Properties
Interface IF_RSTT_UI_PROC_RESULT_GRID  
Short Description Display ABAP Elements    
General Data
Package RSTT_UI   Trace Tool for SAP Netweaver 2005 (BW): User Interface Layer 
Created 20070920   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_RSTT_UI_PROC_RESULT_GRID has no interface.
Friends
Interface IF_RSTT_UI_PROC_RESULT_GRID has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_CUSTOM_TITLE Instance attribute Public Type reference (TYPE) LVC_TITLE ALV Control: Title Line Text 20070920
2 N_EDITABLE Instance attribute Public Type reference (TYPE) RS_BOOL Boolean 20070920
3 N_SPECIAL_TABLE_HANDLING Instance attribute Public Type reference (TYPE) RS_BOOL Boolean 20080214
4 N_USER_CONTAINER Instance attribute Public Type reference (TYPE) RS_BOOL Boolean 20071012
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_EDIT_MODE Instance method Public Method Activates editability mode 20071015
2 ADD_TOOLBAR_BUTTONS Instance method Public Method Add Own Toolbar Function Buttons 20070920
3 CHANGE_EDITABLE Instance method Public Method Changes editability 20070920
4 CHECK_DATA_CHANGED Instance method Public Method Checks whether data has changed 20071015
5 CREATE_CONTAINER Instance method Public Method Creates Container for GRID 20070920
6 FREE_ALL Instance method Public Method Clean Up Everything 20070920
7 REFRESH_TABLE Instance method Public Method Renew the Contents of the Table 20070920
8 SET_COLUMNS_HEADINGS Instance method Public Method Sets column headers 20070920
9 SET_CONTAINER Instance method Public Method Sets Existing Container 20071121
10 SET_DATA Instance method Public Method Sets Data Object to Be Displayed 20070920
11 SET_READY_FOR_INPUT Instance method Public Method Sets selectability/input readiness 20070920
12 SET_SPECIAL_TABLE_HANDLING Instance method Public Method Handle Table as Special Table (Error Tolerance) 20080214
13 SET_TITLE_ATTRS Instance method Public Method Changes title attributes 20070920
14 SET_TOOLBAR_VISIBLE Instance method Public Method Sets toolbar visibility 20070920
15 SET_ZEBRA_GRID Instance method Public Method Display Should Be Striped 20070920
16 SHOW_DATA Instance method Public Method Display Data (Corresponds to REFRESH_TABLE) 20070920
Events
Interface IF_RSTT_UI_PROC_RESULT_GRID has no event.
Types
Interface IF_RSTT_UI_PROC_RESULT_GRID has no local type.
Method Signatures

Method ACTIVATE_EDIT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing 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 Interface IF_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 Importing I_T_TOOLBAR_BUTTONS Call by reference Type reference (TYPE) RSTT_T_TOOLBAR_BUTTONS RSTT Ergebnisanzeige um Funktionsknöpfe erweitern 20070920

Method ADD_TOOLBAR_BUTTONS on Interface IF_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 Importing 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 Interface IF_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 Changing C_REFRESH Call by reference Type reference (TYPE) CHAR01 Charakterfeld der Länge 1 20071015
2 Exporting E_VALID Call by reference Type reference (TYPE) CHAR01 Charakterfeld der Länge 1 20071015

Method CHECK_DATA_CHANGED on Interface IF_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 Importing I_APPL_CONTAINER Call by reference Type reference (TYPE) STRING 20070920
2 Importing I_DYNNR Call by reference Type reference (TYPE) SYDYNNR Aktuelle Dynpro-Nummer 20070920
3 Importing I_REPID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20070920

Method CREATE_CONTAINER on Interface IF_RSTT_UI_PROC_RESULT_GRID has no exception.

Method FREE_ALL Signature

Method FREE_ALL on Interface IF_RSTT_UI_PROC_RESULT_GRID has no parameter.
Method FREE_ALL on Interface IF_RSTT_UI_PROC_RESULT_GRID has no exception.

Method REFRESH_TABLE Signature

Method REFRESH_TABLE on Interface IF_RSTT_UI_PROC_RESULT_GRID has no parameter.
Method REFRESH_TABLE on Interface IF_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 Importing 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 Interface IF_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 Importing 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 Interface IF_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 Importing I_R_DATA Call by reference Object reference (TYPE REF TO) DATA 20070920

Method SET_DATA on Interface IF_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 Importing I_READY_FOR_INPUT Call by reference Type reference (TYPE) RS_BOOL Boolean 20070920

Method SET_READY_FOR_INPUT on Interface IF_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 Importing I_SPECIAL_HANDLING Call by reference Type reference (TYPE) RS_BOOL Boolean 20080214

Method SET_SPECIAL_TABLE_HANDLING on Interface IF_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 Importing I_NO_TITLE Call by reference Type reference (TYPE) RS_BOOL Boolean 20070920
2 Importing I_TITLE Call by reference Type reference (TYPE) LVC_TITLE ALV-Control: Text der Titelzeile 20070920

Method SET_TITLE_ATTRS on Interface IF_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 Importing I_TOOLBAR_VISIBLE Call by reference Type reference (TYPE) RS_BOOL 'X' Boolean 20070920

Method SET_TOOLBAR_VISIBLE on Interface IF_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 Importing I_ZEBRA Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20070920

Method SET_ZEBRA_GRID on Interface IF_RSTT_UI_PROC_RESULT_GRID has no exception.

Method SHOW_DATA Signature

Method SHOW_DATA on Interface IF_RSTT_UI_PROC_RESULT_GRID has no parameter.
Method SHOW_DATA on Interface IF_RSTT_UI_PROC_RESULT_GRID has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700