SAP ABAP Class CL_FVD_CORR_HITLIST_GRID (CML: Tabular Hit list Display (DO NOT USE))
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   FS-CML (Application Component) Loans Management
     FVVD_CORR_PRINT (Package) Loans: Central Modules for Correspondence Tool
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ALINK_HITLIST ArchiveLink: Display Interface 20030228
Properties
Class CL_FVD_CORR_HITLIST_GRID  
Short Description CML: Tabular Hit list Display (DO NOT USE)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FVVD_CORR_PRINT   Loans: Central Modules for Correspondence Tool 
Created 20030228   SAP 
Last change 20030414   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 AKCL Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SLIS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ALINK_HITLIST ArchiveLink: Display Interface 20030228
Friends
Class CL_FVD_CORR_HITLIST_GRID has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTUAL_ATTRIBUTES Instance attribute Protected Type reference (TYPE) TOARSATR_T Current List of Attributes 20030228
2 ACTUAL_HITLIST Instance attribute Protected Type reference (TYPE) TOARSDOC_T Current List 20030228
3 ACTUAL_NODE_KEY Instance attribute Protected Type reference (TYPE) I Current Node Counter 20030228
4 CHANGE_TEXT Instance attribute Protected Type reference (TYPE) CHAR128 Constant for Change Popup 20030228
5 CLIENT Instance attribute Protected Object reference (TYPE REF TO) IF_ALINK_HITLIST_CALLBACK ArchiveLink: Query Interface 20030228
6 CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20030228
7 CO_DATE_WIDTH Constant Protected Type reference (TYPE) I 230 Width of Date Column 20030228
8 CO_HITLIST_WIDTH Constant Protected Type reference (TYPE) I 100 20030228
9 DATE_HEADER Instance attribute Protected Type reference (TYPE) TV_HEADING Constant for Date Column 20030228
10 GRID Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20030228
11 HEADER Instance attribute Protected Type reference (TYPE) TV_HEADING Tree Control: Text in Length 132 20030228
12 HITLIST_HEADER Instance attribute Protected Type reference (TYPE) TV_HEADING Constant for Header 20030228
13 ICONTAB Static Attribute Protected Type reference (TYPE) AKCL_ICON_TAB Icon Table 20030228
14 SELECTION_MODE Instance attribute Protected Type reference (TYPE) I Selection Mode 20030228
15 TREE Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_COLUMN_TREE Column Tree Control 20030228
16 TREE_WIDTH Instance attribute Protected Type reference (TYPE) I 20030228
17 X_NO_DATE Instance attribute Protected Type reference (TYPE) C SPACE 'X' = No Date Column 20030228
18 X_OPEN_FIRST_NODE Instance attribute Protected Type reference (TYPE) C 'X'= Open First Level 20030228
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20030228
2 MERGE_NODETAB Instance method Protected Method Internal: Position Hit List in Tree 20030303
3 ON_CM_REQUEST Instance method Protected Event handling method Event Method for Context Menu 20030228
4 ON_DOUBLE_CLICK Instance method Protected Event handling method Event Method for Double-Click 20030228
5 ON_TOOLBAR Instance method Protected Event handling method Event Method for Toolbar Menu 20030303
6 ON_USER_COMMAND Instance method Protected Event handling method Event Method for User Command 20030303
7 REGISTER_EVENTS Instance method Protected Method Internal: Registered Concrete Events for Hitlist Control 20030228
Events
# Event Type Visibility Description Created on
1 CM_REQUESTED Instance Event
(0)
Public
(2)
Request a Context Menu 20030228
2 DOUBLE_CLICK Instance Event
(0)
Public
(2)
Double-Click 20030228
3 USER_COMMAND Instance Event
(0)
Public
(2)
User Command 20030303
Types
Class CL_FVD_CORR_HITLIST_GRID has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_FVD_CORR_HITLIST_GRID has no parameter.
Method CONSTRUCTOR on class CL_FVD_CORR_HITLIST_GRID has no exception.

Method MERGE_NODETAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RELATIVE_ATTRIBUTES Call by reference Type reference (TYPE) TOARSATR_T Dokumentenattribute mit Wert und korrigiertem Bezug 20030303
2 Exporting EX_RELATIVE_HITLIST Call by reference Type reference (TYPE) TOARSDOC_T Trefferliste mit absoluten Werten 20030303
3 Importing IM_ATTRIBUTES Call by reference Type reference (TYPE) TOARSATR_T Tabelle zu Dokumentenattribut mit Wert 20030303
4 Importing IM_FOLDER_KEY Call by reference Type reference (TYPE) TOARSDOC_S-COUNTER Folder Knoten zum Einhängen 0=Root 20030303
5 Importing IM_HITLIST Call by reference Type reference (TYPE) TOARSDOC_T Tabelle zur Dokumenttrefferliste 20030303

Method MERGE_NODETAB on class CL_FVD_CORR_HITLIST_GRID has no exception.

Method ON_CM_REQUEST Signature

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

Method ON_CM_REQUEST on class CL_FVD_CORR_HITLIST_GRID has no exception.

Method ON_DOUBLE_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) 20030228
2 Importing E_COLUMN Call by reference Attribute reference (LIKE) 20030228
3 Importing E_ROW Call by reference Attribute reference (LIKE) 20030228

Method ON_DOUBLE_CLICK on class CL_FVD_CORR_HITLIST_GRID has no exception.

Method ON_TOOLBAR Signature

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

Method ON_TOOLBAR on class CL_FVD_CORR_HITLIST_GRID has no exception.

Method ON_USER_COMMAND Signature

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

Method ON_USER_COMMAND on class CL_FVD_CORR_HITLIST_GRID has no exception.

Method REGISTER_EVENTS Signature

Method REGISTER_EVENTS on class CL_FVD_CORR_HITLIST_GRID has no parameter.
# Exception Resumable Description Created on
1 CONTROL_ERROR Error beim Control Aufruf 20030228
Event Signatures

Event CM_REQUESTED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EX_HIT Exporting Value transfer Type reference (TYPE) TOARSDOC_S Dokumenttrefferliste 20030228
2 EX_MENU Exporting Value transfer Object reference (TYPE REF TO) CL_CTMENU Context Menu 20030228

Event DOUBLE_CLICK Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EX_HIT Exporting Value transfer Type reference (TYPE) TOARSDOC_S Treffer 20030228

Event USER_COMMAND Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EX_FCODE Exporting Value transfer Type reference (TYPE) SY-UCOMM Bildschirmbilder, Funktionscode, der PAI ausgelöst hat 20030303
2 EX_HIT Exporting Value transfer Type reference (TYPE) TOARSDOC_S Dokumenttrefferliste 20030303
History
Last changed by/on SAP  20030414 
SAP Release Created in 200