SAP ABAP Class CL_PTC_V_ALV_POPUP (View Class for ALV Grids in Dialog Box)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TWB-TST-P-PA (Application Component) Performance Analysis (Transaction ST05)
     S_PERFORMANCE_TOOLS_CORE (Package) Performance Tools (Measurements, Analyses) - Central Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_PTC_V View Class for Performance Tools 20130419
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ST05_ABAP_CALL_STACK_V ABAP Call Stack View Class 20130419
Properties
Class CL_PTC_V_ALV_POPUP  
Short Description View Class for ALV Grids in Dialog Box    
Super Class CL_PTC_V View Class for Performance Tools 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_PERFORMANCE_TOOLS_CORE   Performance Tools (Measurements, Analyses) - Central Objects 
Created 20130419   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_PTC_V_ALV_POPUP has no forward declaration.
Interfaces
Class CL_PTC_V_ALV_POPUP has no interface implemented.
Friends
Class CL_PTC_V_ALV_POPUP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALV_GRID Static Attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID Container for Custom Controls in Screen Area 20130419
2 FIELD_CATALOG Static Attribute Protected Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20130419
3 GRID_TABLE_REF Instance attribute Protected Object reference (TYPE REF TO) DATA Reference to Data Table to be Displayed in the ALV Grid 20130419
4 GUI_CONTROL_CONTAINER Static Attribute Private Object reference (TYPE REF TO) CL_GUI_DIALOGBOX_CONTAINER Abstract Container for GUI Controls 20130419
5 LAYOUT Static Attribute Protected Type reference (TYPE) LVC_S_LAYO ALV control: Layout structure 20130419
6 STANDARD_TOOLBAR Static Attribute Protected Type reference (TYPE) CHAR1 'C' 'C': Collapsed, 'E': Expanded 20130422
7 VARIANT Static Attribute Protected See coding 20130419
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_ALV_GRID Instance method Protected Method Create ALV Grid 20130419
2 CREATE_FIELD_CATALOG Instance method Protected Method Create Field Catalog 20130419
3 CREATE_GUI_CONTROL_CONTAINER Instance method Protected Method Create GUI Container Control 20130419
4 CREATE_LAYOUT Instance method Protected Method Create Layout 20130419
5 DISPLAY Instance method Protected Method Display ALV Grid 20130419
6 GET_ALV_GRID Instance method Public Method Get Member Attribute ALV_Grid 20130419
7 GET_GUI_CONTROL_CONTAINER Instance method Public Method Get Member Attribute GUI Container Control 20130419
8 GET_RECORD Instance method Public Method Get Current Record 20130419
9 GET_SELECTED_CELLS Instance method Public Method Get Cell IDs 20130419
10 HANDLE_CLOSE Instance method Protected Event handling method Handle Dialog Box Container Event CLOSE 20130419
11 HANDLE_DOUBLE_CLICK Instance method Protected Event handling method Handle ALV Grid Event DOUBLE_CLICK 20130419
12 HANDLE_TOOLBAR Instance method Protected Event handling method Handle ALV Grid Event TOOLBAR 20130419
13 HANDLE_USER_COMMAND Instance method Protected Event handling method Handle ALV Grid Event USER_COMMAND 20130419
14 SHOW_DATA Instance method Public Method Show Data in ALV Grid 20130419
Events
# Event Type Visibility Description Created on
1 USER_COMMAND Instance Event
(0)
Public
(2)
User Command 20130419
Types
Class CL_PTC_V_ALV_POPUP has no local type.
Method Signatures

Method CREATE_ALV_GRID Signature

Method CREATE_ALV_GRID on class CL_PTC_V_ALV_POPUP has no parameter.
Method CREATE_ALV_GRID on class CL_PTC_V_ALV_POPUP has no exception.

Method CREATE_FIELD_CATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing STRUCTURE_NAME Call by reference Type reference (TYPE) TABNAME Table Name 20130419

Method CREATE_FIELD_CATALOG on class CL_PTC_V_ALV_POPUP has no exception.

Method CREATE_GUI_CONTROL_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTAINER_NAME Call by reference Type reference (TYPE) SCRFNAME 'GUI_CONTROL_CONTAINER' Name of a dynpro element 20130419

Method CREATE_GUI_CONTROL_CONTAINER on class CL_PTC_V_ALV_POPUP has no exception.

Method CREATE_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LAYOUT Call by reference Type reference (TYPE) LVC_S_LAYO ALV Control: Layout Structure 20130419

Method CREATE_LAYOUT on class CL_PTC_V_ALV_POPUP has no exception.

Method DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing DATA Call by reference Type reference (TYPE) STANDARD TABLE 20130419

Method DISPLAY on class CL_PTC_V_ALV_POPUP has no exception.

Method GET_ALV_GRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ALV_GRID Value transfer Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20130419

Method GET_ALV_GRID on class CL_PTC_V_ALV_POPUP has no exception.

Method GET_GUI_CONTROL_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning GUI_CONTROL_CONTAINER Value transfer Object reference (TYPE REF TO) CL_GUI_DIALOGBOX_CONTAINER Container for Custom Controls in the Screen Area 20130419

Method GET_GUI_CONTROL_CONTAINER on class CL_PTC_V_ALV_POPUP has no exception.

Method GET_RECORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CELL_ID Call by reference Type reference (TYPE) LVC_S_CELL ALV Control: Cell Description 20130419
2 Returning RECORD_REF Value transfer Object reference (TYPE REF TO) DATA 20130419

Method GET_RECORD on class CL_PTC_V_ALV_POPUP has no exception.

Method GET_SELECTED_CELLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CELL_ID_TABLE Value transfer Type reference (TYPE) LVC_T_CELL ALV control: Table with cell descriptions 20130419

Method GET_SELECTED_CELLS on class CL_PTC_V_ALV_POPUP has no exception.

Method HANDLE_CLOSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Value transfer Attribute reference (LIKE) 20130419

Method HANDLE_CLOSE on class CL_PTC_V_ALV_POPUP has no exception.

Method HANDLE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_COLUMN Value transfer Attribute reference (LIKE) 20130419
2 Importing E_ROW Value transfer Attribute reference (LIKE) 20130419

Method HANDLE_DOUBLE_CLICK on class CL_PTC_V_ALV_POPUP has no exception.

Method HANDLE_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20130419

Method HANDLE_TOOLBAR on class CL_PTC_V_ALV_POPUP has no exception.

Method HANDLE_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Value transfer Attribute reference (LIKE) 20130419

Method HANDLE_USER_COMMAND on class CL_PTC_V_ALV_POPUP has no exception.

Method SHOW_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTAINER_NAME Call by reference Type reference (TYPE) SCRFNAME 'GUI_CONTROL_CONTAINER' Name of a dynpro element 20130419
2 Changing DATA Call by reference Type reference (TYPE) STANDARD TABLE 20130419
3 Importing STRUCTURE_NAME Call by reference Type reference (TYPE) TABNAME Table Name 20130419

Method SHOW_DATA on class CL_PTC_V_ALV_POPUP has no exception.
Event Signatures

Event USER_COMMAND Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 COMMAND Exporting Value transfer Type reference (TYPE) SYUCOMM Function Code that Triggered PAI 20130419
History
Last changed by/on SAP  20140121 
SAP Release Created in 740