SAP ABAP Class CL_FVD_CORR_HITLIST_TREE (CML: Hit List Display for Outgoing Documents)
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 20030304
Properties
Class CL_FVD_CORR_HITLIST_TREE  
Short Description CML: Hit List Display for Outgoing Documents    
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 20030304   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ALINK_HITLIST ArchiveLink: Display Interface 20030304
Friends
Class CL_FVD_CORR_HITLIST_TREE 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 20030304
2 ACTUAL_HITLIST Instance attribute Protected Type reference (TYPE) TOARSDOC_T Current List 20030304
3 ACTUAL_NODE_KEY Instance attribute Protected Type reference (TYPE) I Current Node Counter 20030304
4 CHANGE_TEXT Instance attribute Protected Type reference (TYPE) CHAR128 Constant for Change Popup 20030304
5 CLIENT Instance attribute Protected Object reference (TYPE REF TO) IF_ALINK_HITLIST_CALLBACK ArchiveLink: Query Interface 20030304
6 CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20030304
7 CO_DATE_WIDTH Constant Protected Type reference (TYPE) I 230 Width of Date Column 20030304
8 CO_HITLIST_WIDTH Constant Protected Type reference (TYPE) I 100 20030304
9 DATE_HEADER Instance attribute Protected Type reference (TYPE) TV_HEADING Constant for Date Column 20030304
10 HEADER Instance attribute Protected Type reference (TYPE) TV_HEADING Tree Control: Text in Length 132 20030304
11 HITLIST_HEADER Instance attribute Protected Type reference (TYPE) TV_HEADING Constant for Header 20030304
12 ICONTAB Static Attribute Protected Type reference (TYPE) AKCL_ICON_TAB Icon Table 20030304
13 SELECTION_MODE Instance attribute Protected Type reference (TYPE) I Selection Mode 20030304
14 TREE Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_COLUMN_TREE Column Tree Control 20030304
15 TREE_WIDTH Instance attribute Protected Type reference (TYPE) I 20030304
16 X_NO_DATE Instance attribute Protected Type reference (TYPE) C SPACE 'X' = No Date Column 20030304
17 X_OPEN_FIRST_NODE Instance attribute Protected Type reference (TYPE) C 'X'= Open First Level 20030304
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_NODETAB_FIRST_TIME Instance method Protected Method Internal: Structure the Node Table With the First Call. 20030304
2 BUILD_NODETAB_NEXT_TIME Instance method Protected Method Internal: Structure the Node Table 20030304
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20030304
4 ON_EXPAND_NO_CHILDREN Instance method Protected Event handling method Internal: Event Method for 'EXPAND_NO_CHILDREN' 20030304
5 ON_NODE_CM_REQUEST Instance method Protected Event handling method Internal: Event Method for Node CM Request 20030304
6 ON_NODE_CM_SELECT Instance method Protected Event handling method Internal: Event Methode for Node CM Select 20030304
7 ON_NODE_DOUBLE_CLICK Instance method Protected Event handling method Internal: Event Method for Node Double Click. 20030304
8 REGISTER_EVENTS Instance method Protected Method Internal: Registered Concrete Events for Hitlist Control 20030304
9 TRANSPORT_HITLIST_TO_FRONTEND Instance method Protected Method Internal: Transport Hit List to Front End 20030304
Events
# Event Type Visibility Description Created on
1 NODE_CM_REQUESTED Instance Event
(0)
Public
(2)
Request of Node Text Menu 20030304
2 NODE_CM_SELECTED Instance Event
(0)
Public
(2)
Request in a Menu 20030304
3 NODE_DOUBLE_CLICK Instance Event
(0)
Public
(2)
Double-Click 20030304
Types
Class CL_FVD_CORR_HITLIST_TREE has no local type.
Method Signatures

Method BUILD_NODETAB_FIRST_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_HITLIST Call by reference Type reference (TYPE) TOARSDOC_T Trefferliste 20030304
# Exception Resumable Description Created on
1 CONTROL_ERROR Control Error 20030304

Method BUILD_NODETAB_NEXT_TIME 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 Attribute mit absoluten Werten 20030304
2 Exporting EX_RELATIVE_HITLIST Call by reference Type reference (TYPE) TOARSDOC_T Trefferliste mit absoluten Werten 20030304
3 Importing IM_ATTRIBUTES Call by reference Type reference (TYPE) TOARSATR_T Attribute zu Treffern 20030304
4 Importing IM_FOLDER_KEY Call by reference Type reference (TYPE) TOARSDOC_S-COUNTER Folder Knoten zum Einhängen 0=Root 20030304
5 Importing IM_HITLIST Call by reference Type reference (TYPE) TOARSDOC_T Trefferliste aus Query Klasse 20030304
# Exception Resumable Description Created on
1 CONTROL_ERROR Control Error 20030304

Method CONSTRUCTOR Signature

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

Method ON_EXPAND_NO_CHILDREN Signature

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

Method ON_EXPAND_NO_CHILDREN on class CL_FVD_CORR_HITLIST_TREE has no exception.

Method ON_NODE_CM_REQUEST Signature

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

Method ON_NODE_CM_REQUEST on class CL_FVD_CORR_HITLIST_TREE has no exception.

Method ON_NODE_CM_SELECT Signature

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

Method ON_NODE_CM_SELECT on class CL_FVD_CORR_HITLIST_TREE has no exception.

Method ON_NODE_DOUBLE_CLICK Signature

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

Method ON_NODE_DOUBLE_CLICK on class CL_FVD_CORR_HITLIST_TREE has no exception.

Method REGISTER_EVENTS Signature

Method REGISTER_EVENTS on class CL_FVD_CORR_HITLIST_TREE has no parameter.
# Exception Resumable Description Created on
1 CONTROL_ERROR Error beim Control Aufruf 20030304

Method TRANSPORT_HITLIST_TO_FRONTEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ATTRIBUTES Call by reference Type reference (TYPE) TOARSATR_T Attribute zu Treffern 20030304
2 Importing IM_HITLIST Call by reference Type reference (TYPE) TOARSDOC_T Trefferliste 20030304
# Exception Resumable Description Created on
1 CONTROL_ERROR Control Error 20030304
Event Signatures

Event NODE_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 20030304
2 EX_MENU Exporting Value transfer Object reference (TYPE REF TO) CL_CTMENU Context Menu 20030304

Event NODE_CM_SELECTED 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 20030304
2 EX_HIT Exporting Value transfer Type reference (TYPE) TOARSDOC_S Dokumenttrefferliste 20030304

Event NODE_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 20030304
History
Last changed by/on SAP  20030414 
SAP Release Created in 200