SAP ABAP Class CL_PS_GRID_DISPLAY (Class to display the ALV Grid for the project views)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   PS-IS-REP (Application Component) Project Reports
     CN_CNIS (Package) CN41N Development
Properties
Class CL_PS_GRID_DISPLAY  
Short Description Class to display the ALV Grid for the project views    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CN_CNIS   CN41N Development 
Created 20070327   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_PS_GRID_DISPLAY has no forward declaration.
Interfaces
Class CL_PS_GRID_DISPLAY has no interface implemented.
Friends
Class CL_PS_GRID_DISPLAY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_YES Constant Private Type reference (TYPE) C 'X' Constant with value 'X' 20070327
2 G_ALV_GRID Instance attribute Public Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV GRID Control 20070327
3 G_CONTAINER_NAME Instance attribute Private See coding 20070327
4 G_FIELDCATALOG Static Attribute Private See coding Field Catalog for the Grid 20070327
5 G_TOOLBAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar Control 20070327
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCT_FIELDCATALOG Instance method Private Method Constructs the Field Catalog 20070327
2 DISPLAY_GRID Instance method Public Method Displays the Grid 20070327
3 EXCLUDE_FIELDS Instance method Private Method Excluds the field catalog entries based on the profile data 20070327
4 EXCLUDE_FROM_STRUC Instance method Private Method excludes the fields of a global structure 20070327
5 MODIFY_TOOLBAR Instance method Private Method Adds new buttons in the toolbar of the tree 20070327
6 PREPARE_GRID Instance method Public Method Creates the Grid object and initialize it 20070327
Events
Class CL_PS_GRID_DISPLAY has no event.
Types
Class CL_PS_GRID_DISPLAY has no local type.
Method Signatures

Method CONSTRUCT_FIELDCATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ST_NAME Call by reference Type reference (TYPE) C 20070327

Method CONSTRUCT_FIELDCATALOG on class CL_PS_GRID_DISPLAY has no exception.

Method DISPLAY_GRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_GRID_TAB Call by reference Type reference (TYPE) STANDARD TABLE Table contains the data to be displayed 20070327
2 Importing IM_DEF_CATALOG Call by reference Type reference (TYPE) STANDARD TABLE Default field catalog if any exists 20070327
3 Importing IM_STRUC_TYPE Call by reference Type reference (TYPE) C 20070327

Method DISPLAY_GRID on class CL_PS_GRID_DISPLAY has no exception.

Method EXCLUDE_FIELDS Signature

Method EXCLUDE_FIELDS on class CL_PS_GRID_DISPLAY has no parameter.
Method EXCLUDE_FIELDS on class CL_PS_GRID_DISPLAY has no exception.

Method EXCLUDE_FROM_STRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ST_NAME Call by reference Type reference (TYPE) C Structure name whose fields should be removed from catalog 20070327

Method EXCLUDE_FROM_STRUC on class CL_PS_GRID_DISPLAY has no exception.

Method MODIFY_TOOLBAR Signature

Method MODIFY_TOOLBAR on class CL_PS_GRID_DISPLAY has no parameter.
Method MODIFY_TOOLBAR on class CL_PS_GRID_DISPLAY has no exception.

Method PREPARE_GRID 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) C Name of the container in the screen 20070327

Method PREPARE_GRID on class CL_PS_GRID_DISPLAY has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in