SAP ABAP Class CL_ICL_NEGIT_OV_UI (Overview of Offers/Demands)
Hierarchy
INSURANCE (Software Component) SAP Insurance
   FS-CM (Application Component) Claims Management
     ICL_NEGOTIATION_UI (Package) Claims: Negotiation: User Interface Layer
Properties
Class CL_ICL_NEGIT_OV_UI  
Short Description Overview of Offers/Demands    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ICL_NEGOTIATION_UI   Claims: Negotiation: User Interface Layer 
Created 20050211   SAP 
Last change 20071120   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ICL_NEGIT_OV_UI has no forward declaration.
Interfaces
Class CL_ICL_NEGIT_OV_UI has no interface implemented.
Friends
Class CL_ICL_NEGIT_OV_UI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_FC_NEGIT_ADD Constant Public Type reference (TYPE) BU_FCODE 'ICL_NEGIT_ADD' Add Offer/Demand 20050211
2 GC_FC_NEGIT_CANCEL Constant Public Type reference (TYPE) BU_FCODE 'ICL_NEGITEM_CANCEL' Cancel Offer/Demand 20050426
3 GC_STRUC_NEGIT_ALV Constant Private Type reference (TYPE) STRUKNAME 'ICL_NEGIT_ALV' Offers/Demands ALV Structure 20050211
4 GO_ALV_NEGITEM_OV Static Attribute Private Object reference (TYPE REF TO) CL_ICL_ALV_GRID ALV Grid for Offers/Demands 20050211
5 GO_CCONTR_NEGITEM_OV Static Attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Offers/Demands Container for Custom Controls 20050211
6 GT_NEGIT_ALV Static Attribute Private Type reference (TYPE) ICL_NEGIT_ALV_TAB Offers/Demands ALV 20050211
7 GT_NEGIT_POPAI Static Attribute Private Type reference (TYPE) ICL_NEGITEM_TAB Offers/Demands in UI Memory 20050221
8 GV_NEGITID Static Attribute Private Type reference (TYPE) ICL_NEGITID_D_PE GUID of Current Offer/Demand 20050221
9 GV_NEGIT_EDIT Static Attribute Public Type reference (TYPE) BOOLE_D Current Offer/Demand: Changeable? (Yes = "X", No = "") 20050426
10 GV_SET_TABLE_FFD Static Attribute Private Type reference (TYPE) BOOLE_D "X": Execute in PBO Method SET_TABLE_FOR_FIRST_DISPLAY 20050211
Methods
# Method Level Visibility Method type Description Created on
1 ALV_CREATE Instance method Public Method Create ALV for Offers/Demands 20050211
2 CHECK Static method Public Method Check Offers/Demands 20050222
3 CHECK_FCODE_VISIBILITY Static method Private Method Check Whether FCode Can Be Displayed 20050310
4 CLICK Instance method Private Method Double Click and Hotspot Click 20050211
5 EDITMODE_SET Static method Public Method Current Negotiation: Changeable or Display Only (DCUAC) 20050426
6 FIELDCATALOG_GET Instance method Private Method ALV: Define Field Catalog 20050211
7 FMOD_GENERAL Static method Public Method General Field Modification 20050316
8 GET_ACTUAL_SUBOBJECT_BY_VIEW Static method Public Method Determine Current Negotiation or Offer/Demand with BDT View 20050617
9 GET_DISPLAY_SUBOBJ_NEGHEADER Static method Public Method Negotiation: Neg.to Display + Offer/Demand for Dep.Subobj. 20050617
10 LAYOUT_GET Instance method Private Method Determine ALV Layout 20050211
11 MEMPAI_CHANGE Static method Private Method Change an Offer/Demand in Global POPAI Memory 20050221
12 MEMPAI_DEL Instance method Private Method Delete an Offer/Demand in Global POPAI Memory 20050222
13 MEMPAI_GET Static method Private Method Read All Offers/Demands in Global POPAI Memory 20050222
14 MEMPAI_GET_SINGLE Static method Private Method Read an Offer/Demand in Global POPAI Memory 20050223
15 NEGITID_GET Static method Public Method Provides GUID for Current Offer/Demand 20050222
16 NEGITID_SET Static method Public Method Sets Current Offer/Demand 20050406
17 NEGIT_ADD Instance method Private Method Add Offer/Demand 20050211
18 NEGIT_CANCEL Static method Private Method Cancel Offer/Demand 20050503
19 NEGIT_GET Static method Public Method Get Offer/Demand 20050211
20 ON_DATA_CHANGED Instance method Protected Event handling method Event with Change in ALV Grid 20050221
21 ON_DBCLICK Instance method Public Event handling method Double Click: Event Handler 20050211
22 ON_HOTSPOT_CLICK Instance method Public Event handling method Hotspot Click: Event Handler 20050211
23 ON_TOOLBAR Instance method Public Event handling method Toolbar: Event Handler 20050211
24 ON_USERCOMMAND Instance method Public Event handling method Application Function: Event Handler 20050211
25 PAI Static method Public Method PAI for View ICLN45: Offers/Demands 20050222
26 PAI_ICLN49 Static method Public Method PAI Detail View Offer/Demand 20050316
27 PBC Instance method Public Method PBC 20050211
28 PBO Instance method Public Method PBO 20050211
29 PBO_ICLN49 Static method Public Method PBO View ICLN41: General Negotiation Data 20050316
30 POPAI Static method Public Method Copy Changes From Global PAI Memory to Local Memory 20050221
31 REFRESH Static method Public Method Initialization of Global Variables 20050211
32 SELECTION_INDICATOR_SET Instance method Private Method ALV: Set Details Arrow for Currently Selected Entry 20050211
33 SET_CELL_VALUES Instance method Protected Method Writes Data From ALV to Memory 20050221
Events
Class CL_ICL_NEGIT_OV_UI has no event.
Types
Class CL_ICL_NEGIT_OV_UI has no local type.
Method Signatures

Method ALV_CREATE Signature

Method ALV_CREATE on class CL_ICL_NEGIT_OV_UI has no parameter.
Method ALV_CREATE on class CL_ICL_NEGIT_OV_UI has no exception.

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NEGITEM Call by reference Type reference (TYPE) ICL_NEGITEM Angebot / Forderung 20050222
# Exception Resumable Description Created on
1 CX_ICL_CLAIM_IS_INITIAL Fall ist initial 20050222

Method CHECK_FCODE_VISIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ENABLED Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20050310
2 Exporting EV_VISIBLE Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20050310
3 Importing IV_FCODE Call by reference Type reference (TYPE) TBZ4-FCODE GUI-Funktionscode 20050310

Method CHECK_FCODE_VISIBILITY on class CL_ICL_NEGIT_OV_UI has no exception.

Method CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ROW_NO Call by reference Type reference (TYPE) LVC_S_ROID Zuordnung Zeilennummer zu Zeilen-ID 20050211

Method CLICK on class CL_ICL_NEGIT_OV_UI has no exception.

Method EDITMODE_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EDIT Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20050426

Method EDITMODE_SET on class CL_ICL_NEGIT_OV_UI has no exception.

Method FIELDCATALOG_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FCAT Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20050211

Method FIELDCATALOG_GET on class CL_ICL_NEGIT_OV_UI has no exception.

Method FMOD_GENERAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_STATUS Call by reference Type reference (TYPE) BUS000FLDS-FLDSTAT Feldstatus (Mußeingabe, Kanneingabe, Anzeige, Ausgeblendet) 20050316
2 Importing IV_FLDGR Call by reference Type reference (TYPE) TBZ3W-FLDGR Feldgruppe 20050316
3 Importing IV_STATUS Call by reference Type reference (TYPE) BUS000FLDS-FLDSTAT Feldstatus (Mußeingabe, Kanneingabe, Anzeige, Ausgeblendet) 20050316

Method FMOD_GENERAL on class CL_ICL_NEGIT_OV_UI has no exception.

Method GET_ACTUAL_SUBOBJECT_BY_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SUBOBJCAT Call by reference Type reference (TYPE) ICL_SUBOBJCAT Fallteilobjekttyp 20050617
2 Exporting EV_SUBOBJECT Call by reference Type reference (TYPE) ICL_SUBOBJECT Fallteilobjekt 20050617
3 Importing IV_CLAIM Call by reference Type reference (TYPE) ICL_CLAIM Nummer des Schaden-/Leistungsfalls 20050617

Method GET_ACTUAL_SUBOBJECT_BY_VIEW on class CL_ICL_NEGIT_OV_UI has no exception.

Method GET_DISPLAY_SUBOBJ_NEGHEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SUBOBJECT Call by reference Type reference (TYPE) ICL_SUBOBJ_T Tabelle von Teilobjekten mit evtl. unterschiedl. TObjTypen 20050617
2 Importing IV_CLAIM Call by reference Type reference (TYPE) ICL_CLAIM Nummer des Schaden-/Leistungsfalls 20050617
3 Importing IV_SUBOBJECT Call by reference Type reference (TYPE) ICL_SUBOBJECT Fallteilobjekt 20050617
# Exception Resumable Description Created on
1 CX_ICL_CLAIM_IS_INITIAL Fall ist initial 20050617
2 CX_ICL_SUBOBJECT_IS_INITIAL Teilobjekt ist initial 20050617
3 CX_ICL_SUBOBJECT_NOT_FOUND Teilobjekt nicht gefunden 20050617

Method LAYOUT_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_LAYOUT Call by reference Type reference (TYPE) LVC_S_LAYO ALV-Control: Layoutstruktur 20050211

Method LAYOUT_GET on class CL_ICL_NEGIT_OV_UI has no exception.

Method MEMPAI_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NEGITEM Call by reference Type reference (TYPE) ICL_NEGITEM Angebot / Forderung 20050221
# Exception Resumable Description Created on
1 CX_ICL_CLAIM_IS_INITIAL Fall ist initial 20050221
2 CX_ICL_NEGID_IS_INITIAL Verhandlungs-GUID ist initial 20050221

Method MEMPAI_DEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NEGITEM Call by reference Type reference (TYPE) ICL_NEGITEM Angebot / Forderung 20050222
# Exception Resumable Description Created on
1 CX_ICL_CLAIM_IS_INITIAL Fall ist initial 20050222
2 CX_ICL_NEGID_IS_INITIAL Verhandlungs-GUID ist initial 20050222

Method MEMPAI_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NEGIT Call by reference Type reference (TYPE) ICL_NEGITEM_TAB Verhandlung 20050222
# Exception Resumable Description Created on
1 CX_ICL_CLAIM_IS_INITIAL Fall ist initial 20050222
2 CX_ICL_NEG_NOT_FOUND Verfahren nicht gefunden 20050222

Method MEMPAI_GET_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NEGITEM Call by reference Type reference (TYPE) ICL_NEGITEM Verhandlung 20050223
2 Importing IV_CLAIM Call by reference Type reference (TYPE) ICL_CLAIM Nummer des Schaden-/Leistungsfalls 20050223
3 Importing IV_NEGID Call by reference Type reference (TYPE) ICL_NEGID_D_PE UUID der Verhandlung 20050223
4 Importing IV_NEGITID Call by reference Type reference (TYPE) ICL_NEGITID_D_PE ID des Verhandlungsarguments 20050223
# Exception Resumable Description Created on
1 CX_ICL_CLAIM_IS_INITIAL Fall ist initial 20050223
2 CX_ICL_NEG_NOT_FOUND Verfahren nicht gefunden 20050223

Method NEGITID_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NEGITID Value transfer Type reference (TYPE) ICL_NEGITID_D_PE ID der Angebot / Forderung 20050310

Method NEGITID_GET on class CL_ICL_NEGIT_OV_UI has no exception.

Method NEGITID_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NEGITID Call by reference Type reference (TYPE) ICL_NEGITID_D_PE UUID der Angebot / Forderung 20050406

Method NEGITID_SET on class CL_ICL_NEGIT_OV_UI has no exception.

Method NEGIT_ADD Signature

Method NEGIT_ADD on class CL_ICL_NEGIT_OV_UI has no parameter.
Method NEGIT_ADD on class CL_ICL_NEGIT_OV_UI has no exception.

Method NEGIT_CANCEL Signature

Method NEGIT_CANCEL on class CL_ICL_NEGIT_OV_UI has no parameter.
Method NEGIT_CANCEL on class CL_ICL_NEGIT_OV_UI has no exception.

Method NEGIT_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_NEGIT_ALV Call by reference Type reference (TYPE) ICL_NEGIT_ALV_TAB Angebote / Forderungen: ALV 20050211

Method NEGIT_GET on class CL_ICL_NEGIT_OV_UI has no exception.

Method ON_DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_DATA_CHANGED Value transfer Attribute reference (LIKE) 20050221
2 Importing E_ONF4 Value transfer Attribute reference (LIKE) 20050221
3 Importing E_ONF4_AFTER Value transfer Attribute reference (LIKE) 20050221
4 Importing E_ONF4_BEFORE Value transfer Attribute reference (LIKE) 20050221
5 Importing E_UCOMM Value transfer Attribute reference (LIKE) 20050221

Method ON_DATA_CHANGED on class CL_ICL_NEGIT_OV_UI has no exception.

Method ON_DBCLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) Zuordnung Zeilennummer zu Zeilen-ID 20050211

Method ON_DBCLICK on class CL_ICL_NEGIT_OV_UI has no exception.

Method ON_HOTSPOT_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) 20050211

Method ON_HOTSPOT_CLICK on class CL_ICL_NEGIT_OV_UI has no exception.

Method ON_TOOLBAR Signature

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

Method ON_TOOLBAR on class CL_ICL_NEGIT_OV_UI has no exception.

Method ON_USERCOMMAND Signature

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

Method ON_USERCOMMAND on class CL_ICL_NEGIT_OV_UI has no exception.

Method PAI Signature

Method PAI on class CL_ICL_NEGIT_OV_UI has no parameter.
# Exception Resumable Description Created on
1 CX_ICL_CLAIM_IS_INITIAL Fall ist initial 20050222
2 CX_ICL_NEGID_IS_INITIAL Verhandlungs-GUID ist initial 20050222

Method PAI_ICLN49 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ICLN42 Call by reference Type reference (TYPE) ICL_ICLN42 Dynpro-Struktur zu Sicht ICLN49: Angebot / Forderung Detail 20050316
# Exception Resumable Description Created on
1 CX_ICL_CLAIM_IS_INITIAL Fall ist initial 20050316
2 CX_ICL_NEGID_IS_INITIAL Verhandlungs-GUID ist initial 20050316

Method PBC Signature

Method PBC on class CL_ICL_NEGIT_OV_UI has no parameter.
Method PBC on class CL_ICL_NEGIT_OV_UI has no exception.

Method PBO Signature

Method PBO on class CL_ICL_NEGIT_OV_UI has no parameter.
Method PBO on class CL_ICL_NEGIT_OV_UI has no exception.

Method PBO_ICLN49 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ICLN42 Call by reference Type reference (TYPE) ICL_ICLN42 Dynpro-Struktur zu Sicht ICLN49: Detail Angebot / Forderung 20050316

Method PBO_ICLN49 on class CL_ICL_NEGIT_OV_UI has no exception.

Method POPAI Signature

Method POPAI on class CL_ICL_NEGIT_OV_UI has no parameter.
# Exception Resumable Description Created on
1 CX_ICL_CLAIM_IS_INITIAL Fall ist initial 20050221
2 CX_ICL_ERROR_IN_BRF Im BRF ist ein Fehler aufgetreten 20050221
3 CX_ICL_NEG_NOT_FOUND Verfahren nicht gefunden 20050221

Method REFRESH Signature

Method REFRESH on class CL_ICL_NEGIT_OV_UI has no parameter.
Method REFRESH on class CL_ICL_NEGIT_OV_UI has no exception.

Method SELECTION_INDICATOR_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_NEGIT_ALV Call by reference Type reference (TYPE) ICL_NEGIT_ALV_TAB Angebote / Forderungen: ALV 20050211

Method SELECTION_INDICATOR_SET on class CL_ICL_NEGIT_OV_UI has no exception.

Method SET_CELL_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_XERROR Call by reference Type reference (TYPE) BOOLE_D 20050221
2 Importing IR_DATA_CHANGED Call by reference Object reference (TYPE REF TO) CL_ALV_CHANGED_DATA_PROTOCOL 20050221
3 Importing IS_GOOD Call by reference Type reference (TYPE) LVC_S_MODI 20050221

Method SET_CELL_VALUES on class CL_ICL_NEGIT_OV_UI has no exception.
History
Last changed by/on SAP  20071120 
SAP Release Created in 600