SAP ABAP Class CL_RSTT_UI_JOB_LOGS_GRID (Display of Log for Jobs)
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 20051116
Properties
Class CL_RSTT_UI_JOB_LOGS_GRID  
Short Description Display of Log for Jobs    
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 20051116   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RSTT1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSTT_UI_JOB_LOGS_GRID has no interface implemented.
Friends
Class CL_RSTT_UI_JOB_LOGS_GRID has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_CURRENT_APPL_LOGHANDLE Instance attribute Public Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20061113
2 N_S_CURRENT_JOBLOG Instance attribute Public Type reference (TYPE) RSTT_S_JOBLOGH Structure for Job Log Header 20051117
3 N_TJOBID Instance attribute Public Type reference (TYPE) RSTT_TJOBID Trace Tool: ID for Trace Job/Test Job 20070125
4 N_URL Instance attribute Public Type reference (TYPE) RSTT_STRING Trace Tool: String Field 20051117
5 P_ALL_JOBS_DISPLAY Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20051117
6 P_TJOB_LOG_FROM_DATE Instance attribute Private Type reference (TYPE) RSDATE Verification: Date of Verification Run 20051117
7 P_TJOB_LOG_TO_DATE Instance attribute Private Type reference (TYPE) RSDATE Verification: Date of Verification Run 20051117
8 P_T_JOB_LOG_GRID_DATA Instance attribute Private Type reference (TYPE) RSTT_T_JOBLOGH Table for Job Log Header 20051116
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20051116
2 GET_DATE_SELECTION Instance method Public Method Returns the Data Restriction 20051117
3 REFRESH_JOB_GRID Instance method Public Method Refresh Job Log 20051116
4 RESET_BUFFERED_DATES Instance method Public Method Deletes reference data that prevents unnecessary DB reads 20061114
5 _FILL_JOB_LOG_TABLE Instance method Private Method Fills the Table with Data 20051116
6 _GET_GRID_TITLE Instance method Private Method Determines the Title 20051122
7 _HND_ALV_HOTSPOT_CLICK Instance method Private Event handling method Event Handler for HOTSPOT on ALV GRID 20051116
Events
Class CL_RSTT_UI_JOB_LOGS_GRID has no event.
Types
Class CL_RSTT_UI_JOB_LOGS_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_ALL_JOBS_DISPLAY Call by reference Type reference (TYPE) RS_BOOL Boolean 20051117
2 Importing I_APPL_CONTAINER Call by reference Type reference (TYPE) STRING 20051116
3 Importing I_DYNNO Call by reference Type reference (TYPE) SYDYNNR Aktuelle Dynpro-Nummer 20051116
4 Importing I_REPID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20051116
5 Importing I_TJOBID Call by reference Type reference (TYPE) RSTT_TJOBID Trace-Tool: ID für Trace-Job/Test-Job 20070125
6 Importing I_TJOB_LOG_FROM_DATE Call by reference Type reference (TYPE) RSDATE Aktuelles Datum des Applikationsservers 20051116
7 Importing I_TJOB_LOG_TO_DATE Call by reference Type reference (TYPE) RSDATE Query: Stichtagsdatum 20051116

Method CONSTRUCTOR on class CL_RSTT_UI_JOB_LOGS_GRID has no exception.

Method GET_DATE_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TJOB_LOG_FROM_DATE Call by reference Type reference (TYPE) RSDATE Verifikation : Date of Veri Run 20051117
2 Exporting E_TJOB_LOG_TO_DATE Call by reference Type reference (TYPE) RSDATE Verifikation : Date of Veri Run 20051117

Method GET_DATE_SELECTION on class CL_RSTT_UI_JOB_LOGS_GRID has no exception.

Method REFRESH_JOB_GRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TJOBID Call by reference Type reference (TYPE) RSTT_TJOBID Trace-Tool: ID für Trace-Job/Test-Job 20070125
2 Importing I_TJOB_LOG_FROM_DATE Call by reference Type reference (TYPE) SYDATUM Query: Stichtagsdatum 20051116
3 Importing I_TJOB_LOG_TO_DATE Call by reference Type reference (TYPE) SYDATUM Query: Stichtagsdatum 20051116

Method REFRESH_JOB_GRID on class CL_RSTT_UI_JOB_LOGS_GRID has no exception.

Method RESET_BUFFERED_DATES Signature

Method RESET_BUFFERED_DATES on class CL_RSTT_UI_JOB_LOGS_GRID has no parameter.
Method RESET_BUFFERED_DATES on class CL_RSTT_UI_JOB_LOGS_GRID has no exception.

Method _FILL_JOB_LOG_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATE_FROM Call by reference Type reference (TYPE) RSDATE Query: Stichtagsdatum 20051116
2 Importing I_DATE_TO Call by reference Type reference (TYPE) RSDATE Query: Stichtagsdatum 20051116
3 Importing I_TJOBID Call by reference Type reference (TYPE) RSTT_TJOBID Trace-Tool: Trace-Job/Test-Job-Tabelle 20070125

Method _FILL_JOB_LOG_TABLE on class CL_RSTT_UI_JOB_LOGS_GRID has no exception.

Method _GET_GRID_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TITLE Value transfer Type reference (TYPE) LVC_TITLE ALV-Control: Text der Titelzeile 20051122

Method _GET_GRID_TITLE on class CL_RSTT_UI_JOB_LOGS_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) 20051117
2 Importing E_COLUMN_ID Call by reference Attribute reference (LIKE) 20051117
3 Importing E_ROW_ID Call by reference Attribute reference (LIKE) 20051117

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