SAP ABAP Class CL_ICL_WCMP_VIEW_ICLW46_UI (Workers Comp - View ICLW40 ALV Grid)
Hierarchy
INSURANCE (Software Component) SAP Insurance
   FS-CM (Application Component) Claims Management
     ICL_WCOMP (Package) Workers Compensation
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ICL_WCMP_VIEW_BASE_UI Workers Comp - Base Class for BDT Views 20050510
Properties
Class CL_ICL_WCMP_VIEW_ICLW46_UI  
Short Description Workers Comp - View ICLW40 ALV Grid    
Super Class CL_ICL_WCMP_VIEW_BASE_UI Workers Comp - Base Class for BDT Views 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ICL_WCOMP   Workers Compensation 
Created 20050510   SAP 
Last change 20050705   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ICL_WCMP_VIEW_ICLW46_UI has no forward declaration.
Interfaces
Class CL_ICL_WCMP_VIEW_ICLW46_UI has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_ICL_WCMP_VIEW_BASE_UI 20050511 Workers Comp - Base Class for BDT Views
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_ALV_EH Instance attribute Public Object reference (TYPE REF TO) CL_ICL_ALV_GRID_XT_EH WComp ALV event handler class 20050510
2 GO_ALV_GRID Instance attribute Public Object reference (TYPE REF TO) CL_ICL_ALV_GRID ALV Grids in Claims Processing 20050510
3 GO_ALV_GRID_CONTAINER Instance attribute Public Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in Screen Area 20050510
4 GS_ALV_LAYOUT Instance attribute Public Type reference (TYPE) LVC_S_LAYO ALV Control: Layout Structure 20050510
5 GS_ALV_VARIANT Instance attribute Public Type reference (TYPE) DISVARIANT Layout (External Use) 20050510
6 GT_ALV_FCAT Instance attribute Public Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20050510
7 GT_ALV_FUNCT Instance attribute Public Type reference (TYPE) UI_FUNCTIONS Function Code Table 20050510
8 GT_ICL_WCMP_ICLW46_ALV Instance attribute Protected Type reference (TYPE) ICL_WCMP_ICLW46_ALV_T_UI Workers Compensation ALV Grid Table 20050511
9 GV_CHANGED Instance attribute Public Type reference (TYPE) XFELD CBox 20050510
10 GV_HIDDEN_REPID Instance attribute Public Type reference (TYPE) PROGNAME 'SAPLICL_WCOMP_BENCALC_BDT' ABAP Program Name 20050621
11 GV_HIDDEN_SCREEN Instance attribute Public Type reference (TYPE) SCRADNUM '0999' Hidden screen 20050621
12 GV_REFRESH_REQUIRED Instance attribute Public Type reference (TYPE) BOOLEAN Refresh required in PBO 20050510
13 GV_VISIBLE_REPID Instance attribute Public Type reference (TYPE) PROGNAME 'SAPLICL_WCOMP_BENCALC_BDT' ABAP Program Name 20050621
14 GV_VISIBLE_SCREEN Instance attribute Public Type reference (TYPE) SCRADNUM '0046' Visible Screen 20050621
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CALC_TO_GRID Instance method Public Method Add calculation to the grid 20050614
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050510
3 CONVERT_AL_TO_UI Instance method Protected Method 20050510
4 FREE Instance method Public Method Free Resources 20050510
5 GET_SUBSCREEN Instance method Public Method Get the subscreen to display 20050621
6 GET_TOTAL_SCH_COMPENSATION Instance method Public Method Totals up the suggested compensation that is to be owed 20050615
7 HANDLE_ALV_CHANGE Instance method Protected Event handling method Handle ALV Changes 20050510
8 HANDLE_DATA_CHANGED Instance method Protected Event handling method Handle Data Changed 20050510
9 SET_F4_HELP Instance method Protected Method Set field for F4 help 20050608
10 SET_SELECTED_ROW Instance method Protected Method Set Selected Row 20050510
11 UPDATE_GRID_TABLE_DATA Instance method Protected Method Update grid table data 20050510
Events
Class CL_ICL_WCMP_VIEW_ICLW46_UI has no event.
Types
Class CL_ICL_WCMP_VIEW_ICLW46_UI has no local type.
Method Signatures

Method ADD_CALC_TO_GRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SCALCULATION Call by reference Object reference (TYPE REF TO) CL_ICL_WCMP_CALC_SCHED_AL Workers Compensation Benefit Calculation Application Layer 20050614

Method ADD_CALC_TO_GRID on class CL_ICL_WCMP_VIEW_ICLW46_UI has no exception.

Method CONSTRUCTOR Signature

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

Method CONVERT_AL_TO_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ICLW46 Call by reference Type reference (TYPE) ICL_WCMP_ICLW46_ALV_T_UI Scheduled Calculation Table 20050525
2 Importing IO_CALC_SCOLLECTION Call by reference Object reference (TYPE REF TO) CL_ICL_WCMP_SCH_COLLECTION_AL Scheduled Calculation Collection 20050525

Method CONVERT_AL_TO_UI on class CL_ICL_WCMP_VIEW_ICLW46_UI has no exception.

Method FREE Signature

Method FREE on class CL_ICL_WCMP_VIEW_ICLW46_UI has no parameter.
Method FREE on class CL_ICL_WCMP_VIEW_ICLW46_UI has no exception.

Method GET_SUBSCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SUBSCREEN_PROG Call by reference Type reference (TYPE) PROGNAME ABAP-Programmname 20050621
2 Exporting EV_SUBSCREEN_SCREEN Call by reference Type reference (TYPE) SCRADNUM Dynpronummer 20050621

Method GET_SUBSCREEN on class CL_ICL_WCMP_VIEW_ICLW46_UI has no exception.

Method GET_TOTAL_SCH_COMPENSATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_COMPENSATION Call by reference Type reference (TYPE) ICL_WCMPD_SCH-COMPENSATION Entschädigungssumme, die auszubezahlen ist 20050615
2 Exporting EV_UNIT Call by reference Type reference (TYPE) ICL_WCMPD_SCH-COMP_UNIT Einheit für die Entschädigung 20050615

Method GET_TOTAL_SCH_COMPENSATION on class CL_ICL_WCMP_VIEW_ICLW46_UI has no exception.

Method HANDLE_ALV_CHANGE Signature

Method HANDLE_ALV_CHANGE on class CL_ICL_WCMP_VIEW_ICLW46_UI has no parameter.
Method HANDLE_ALV_CHANGE on class CL_ICL_WCMP_VIEW_ICLW46_UI has no exception.

Method HANDLE_DATA_CHANGED Signature

Method HANDLE_DATA_CHANGED on class CL_ICL_WCMP_VIEW_ICLW46_UI has no parameter.
Method HANDLE_DATA_CHANGED on class CL_ICL_WCMP_VIEW_ICLW46_UI has no exception.

Method SET_F4_HELP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_F4 Call by reference Type reference (TYPE) LVC_T_F4 ALV-Control: Tabelle für F4-Behandlung registrierte Felder 20050608

Method SET_F4_HELP on class CL_ICL_WCMP_VIEW_ICLW46_UI has no exception.

Method SET_SELECTED_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CALCULATION Call by reference Object reference (TYPE REF TO) CL_ICL_WCMP_CALC_AL Workers Compensation Berechnung 20050510

Method SET_SELECTED_ROW on class CL_ICL_WCMP_VIEW_ICLW46_UI has no exception.

Method UPDATE_GRID_TABLE_DATA Signature

Method UPDATE_GRID_TABLE_DATA on class CL_ICL_WCMP_VIEW_ICLW46_UI has no parameter.
Method UPDATE_GRID_TABLE_DATA on class CL_ICL_WCMP_VIEW_ICLW46_UI has no exception.
History
Last changed by/on SAP  20050705 
SAP Release Created in 600