SAP ABAP Class CL_RSTT_UI_CHECK_RESULTS_GRID (ALV Grid for Display of Check Results)
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 - 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 20050707
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSTT_UI_POS_FOR_DETAILS Returns the Current Position (Check or Reference Data) 20051118
Properties
Class CL_RSTT_UI_CHECK_RESULTS_GRID  
Short Description ALV Grid for Display of Check Results    
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 20050707   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSTT_UI_CHECK_RESULTS_GRID has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSTT_UI_POS_FOR_DETAILS Returns the Current Position (Check or Reference Data) 20051118
Friends
Class CL_RSTT_UI_CHECK_RESULTS_GRID has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_MAX_POSINO Instance attribute Protected Attribute reference (LIKE) 20070515
2 N_S_SEL_CHECK_RESULT Instance attribute Public Type reference (TYPE) RSTT_S_CHECKRES Structure for Test Results for All Check Positions (UI) 20050805
3 P_CURRENT_TRACEGUID Instance attribute Private Type reference (TYPE) RSTT_GUID RSTT:_Trace GUID 20050708
4 P_MAX_POSINO_BUFFERED Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20070515
5 P_R_ALV_GRID_PLAYMODES Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20101019
6 P_T_CHECK_RESULTS_GRID_DATA Instance attribute Private Type reference (TYPE) RSTT_T_CHECKRES RSTT: Table for Stack with Check Elements 20050707
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20050707
2 GET_CHECKPOS Instance method Public Method Returns the Current Check Position 20051118
3 GET_LINES_OF_CHECK_RES_GRID Instance method Public Method Returns the Rows for the Check Result GRID 20051118
4 GET_MAX_POSINO Instance method Public Method Returns the Highest Item Number of the Item Table 20070515
5 GO_TO_DETAILANALYSIS Instance method Public Method Goto Detailed Analysis 20070515
6 SET_CHECKPOS Instance method Public Method Sets the Current Check Position from Outside 20051118
7 _CREATE_ALV_GRID_PLAYMODES Instance method Private Method ALV: Play Settings 20101019
8 _FILL_CHECK_RESULTS_TABLE Instance method Private Method Fills the Data Table 20050707
9 _HND_ALV_GRID_DC Instance method Private Event handling method Event Handler for Double-Click Event of the ALV Grid 20050707
10 _HND_ALV_HOTSPOT_CLICK Instance method Private Event handling method Event Handler for Event HOTSPOT CLICK of ALV Grid 20050805
11 _SET_ALV_GRID_FCAT_PLAYMODES Instance method Private Method Parameters 20101019
Events
Class CL_RSTT_UI_CHECK_RESULTS_GRID has no event.
Types
Class CL_RSTT_UI_CHECK_RESULTS_GRID has no local type.
Method Signatures

Method CONSTRUCTOR 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 20050707
2 Importing I_CURRENT_TRACEGUID Call by reference Type reference (TYPE) RSTT_GUID RSTT: Traceguid 20050707
3 Importing I_DYNNO Call by reference Type reference (TYPE) SYDYNNR Aktuelle Dynpro-Nummer 20050707
4 Importing I_REPID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20050707

Method CONSTRUCTOR on class CL_RSTT_UI_CHECK_RESULTS_GRID has no exception.

Method GET_CHECKPOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_POSINO Value transfer Type reference (TYPE) RSTT_INT4 Trace-Tool: Integer-Wert 20051118

Method GET_CHECKPOS on class CL_RSTT_UI_CHECK_RESULTS_GRID has no exception.

Method GET_LINES_OF_CHECK_RES_GRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_LINES Value transfer Type reference (TYPE) RSTT_INT4 Trace-Tool: Integer-Wert 20051118

Method GET_LINES_OF_CHECK_RES_GRID on class CL_RSTT_UI_CHECK_RESULTS_GRID has no exception.

Method GET_MAX_POSINO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_POSINO Value transfer Type reference (TYPE) RSTT_INT4 Trace-Tool: Integer-Wert 20070515

Method GET_MAX_POSINO on class CL_RSTT_UI_CHECK_RESULTS_GRID has no exception.

Method GO_TO_DETAILANALYSIS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ROW_ID Call by reference Type reference (TYPE) RSTT_INT4 Trace-Tool: Integer-Wert 20070515

Method GO_TO_DETAILANALYSIS on class CL_RSTT_UI_CHECK_RESULTS_GRID has no exception.

Method SET_CHECKPOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DIRECTION Call by reference Type reference (TYPE) RS_BOOL (I) Erhöhen oder (D) Vermindern, falls Wert nicht vorhanden 20070515
2 Importing I_POSINO Call by reference Type reference (TYPE) RSTT_INT4 Trace-Tool: Integer-Wert 20051118
3 Returning R_POSINO Value transfer Type reference (TYPE) RSTT_INT4 Trace-Tool: Integer-Wert 20070515

Method SET_CHECKPOS on class CL_RSTT_UI_CHECK_RESULTS_GRID has no exception.

Method _CREATE_ALV_GRID_PLAYMODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPL_EVENTS Call by reference Type reference (TYPE) RS_BOOL Boolean 20101019
2 Importing I_READY_FOR_INPUT Call by reference Type reference (TYPE) INT4 1 Natürliche Zahl 20101019
3 Importing I_R_GUI_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20101019

Method _CREATE_ALV_GRID_PLAYMODES on class CL_RSTT_UI_CHECK_RESULTS_GRID has no exception.

Method _FILL_CHECK_RESULTS_TABLE Signature

Method _FILL_CHECK_RESULTS_TABLE on class CL_RSTT_UI_CHECK_RESULTS_GRID has no parameter.
Method _FILL_CHECK_RESULTS_TABLE on class CL_RSTT_UI_CHECK_RESULTS_GRID has no exception.

Method _HND_ALV_GRID_DC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20050707
2 Importing E_COLUMN Call by reference Attribute reference (LIKE) 20050707

Method _HND_ALV_GRID_DC on class CL_RSTT_UI_CHECK_RESULTS_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 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20050805
2 Importing E_COLUMN_ID Call by reference Attribute reference (LIKE) 20050805
3 Importing E_ROW_ID Call by reference Attribute reference (LIKE) 20050805

Method _HND_ALV_HOTSPOT_CLICK on class CL_RSTT_UI_CHECK_RESULTS_GRID has no exception.

Method _SET_ALV_GRID_FCAT_PLAYMODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_FIELDCAT Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20101019

Method _SET_ALV_GRID_FCAT_PLAYMODES on class CL_RSTT_UI_CHECK_RESULTS_GRID has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700