SAP ABAP Class CL_PARAM_LIST (Display Parameter List)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-CLA (Application Component) Class Builder
     SEOE (Package) ABAP Objects Class Builder
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PARAM_LIST Interface: Parameter Display Tool 19990128
Properties
Class CL_PARAM_LIST  
Short Description Display Parameter List    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SEOE   ABAP Objects Class Builder 
Created 19981216   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SEOD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SEOK Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SEOS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 SEOU Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_PARAM_LIST Interface: Parameter Display Tool 19990128
Friends
Class CL_PARAM_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DECLTYPICO_NO_CHAR Constant Public Type reference (TYPE) I 4 Width of Passing Method Icon 19990209
2 DESCRIPT_MAX Instance attribute Private Type reference (TYPE) I Length of Longest Short Text 19990316
3 DESCRIPT_MIN Constant Public Type reference (TYPE) I 5 Minimum Length of Short Text 19990316
4 GRID Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID Grid for Parameter Display 19981216
5 GRID_LAYOUT Instance attribute Private Type reference (TYPE) LVC_S_LAYO ALV Grid Layout Settings 19990224
6 HEIGHT_OFFSET Constant Public Type reference (TYPE) I 25 Height of Header Line 19990210
7 HEIGHT_TOOLBAR Constant Public Type reference (TYPE) I 30 Height of Toolbar 19990216
8 MAX_LINES Constant Public Type reference (TYPE) I 10 Maximum Number of Lines 19990222
9 NAME_PASS_MAX Instance attribute Private Type reference (TYPE) I Length of Longest Parameter Name 19990211
10 NAME_PASS_MIN Constant Public Type reference (TYPE) I 15 Minimum Width of Parameter Name 19990209
11 PARAMETERS Instance attribute Private Type reference (TYPE) SEOU_PARDIS_TABLE Parameter Table 19990202
12 PARAMETERS_LOADED Instance attribute Private Type reference (TYPE) BOOLEAN '-' Have Parameters Already Been Loaded? 19990202
13 PIXELS_PER_CHAR Constant Public Type reference (TYPE) F 7 Conversion Ratio: Pixels Per Character 19990209
14 PIXELS_PER_LINE Constant Public Type reference (TYPE) I 20 Pixels Per Text Line 19990210
15 RELEVANT_FCAT_AT_BACKEND Instance attribute Private Type reference (TYPE) BOOLEAN ABAP_TRUE Intended Grid Settings At Backend 19990210
16 RELEVANT_HEIGHT_AT_BACKEND Instance attribute Private Type reference (TYPE) BOOLEAN ABAP_TRUE Intended Window Width at Backend 19990210
17 TOOL_STATE Instance attribute Private Object reference (TYPE REF TO) CL_PARAM_LIST_TOOL_STATE Tool Settings 19990126
18 TYPE_TEXT_MAX Instance attribute Private Type reference (TYPE) I Length of Longest Parameter Type 19990211
19 TYPE_TEXT_MIN Constant Public Type reference (TYPE) I 15 Minimum Width Parameter Type 19990209
20 VISIBLE Instance attribute Private Type reference (TYPE) BOOLEAN '-' Is There a Visible Display Window? 19990202
21 WB_WINDOW Instance attribute Private Object reference (TYPE REF TO) CL_WB_WINDOW Workbench Window 19990222
22 WIDTH_FACTOR Constant Public Type reference (TYPE) F '1.20' Width Factor for Proportional Font 19990212
23 WINDOW Instance attribute Private Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER Docking Window 19990201
24 WINDOW_PIXEL_OFFSET Constant Public Type reference (TYPE) I 20 Number of Pixels for Number of Characters = 0 19990209
Methods
# Method Level Visibility Method type Description Created on
1 ADAPT_WINDOW_HEIGHT Instance method Private Method Set Window Height According to Number of Parameters 19990210
2 ANALYZE_TYPE Instance method Private Method Analyze Parameter Type Information 19990826
3 CONSTRUCTOR Instance method Public Constructor Constructor 19990210
4 FILL_FIELD_CATALOG Instance method Private Method Fill Field Catalog 19990118
5 GET_NUMBER_OF_PARAMETERS Instance method Private Method 19990204
6 GET_TOOL_STATE Instance method Private Method 19990204
7 GET_TYPE_REQUEST Instance method Private Method Get Request from Type Information 19990826
8 HANDLE_EVT_CTX_MENU_REQ Instance method Private Event handling method Context Menu Requested 20000522
9 HANDLE_EVT_PARAMS_CHANGED Instance method Private Event handling method Event: Method Signature Changed 20000522
10 HANDLE_NAVIGATION_REQUEST Instance method Private Event handling method User Action: Navigation 19990315
11 HIDE_DISPLAY Instance method Private Method 19990204
12 INITIALIZE Instance method Private Method Tool Initialization: Make Visible 19990202
13 LOAD_PARAMETERS Instance method Private Method Fill (or Refill) Parameter Table 19990202
14 PREPARE_FOR_TERMINATION Instance method Private Method 19990204
15 REFRESH Instance method Private Method User Action: Update Parameter Display 19990202
16 RELOAD_DATA Instance method Private Method 19990204
17 SET_METHOD Instance method Private Method 19990204
18 SET_TOOL_STATE Instance method Private Method 19990204
19 SET_WINDOW Instance method Private Method 19990204
20 SHOW_PARAMETERS Instance method Private Method 19990204
Events
# Event Type Visibility Description Created on
1 ADJUST_WINDOW_HEIGHT Instance Event
(0)
Private
(0)
19990825
2