SAP ABAP Class CL_ICL_HEADER_PAGING_UI (Compressed Header Text with Scroll Function)
Hierarchy
INSURANCE (Software Component) SAP Insurance
   FS-CM (Application Component) Claims Management
     ICL_BASIS (Package) FS-CM: General Functionality
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ICL_SUBROG_HEADER_PAGING_UI Compressed Subro/Recovery Hdr Txt w.Scroll Fctn for TabPage 20050621
Properties
Class CL_ICL_HEADER_PAGING_UI  
Short Description Compressed Header Text with Scroll Function    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ICL_BASIS   FS-CM: General Functionality 
Created 20050621   SAP 
Last change 20050705   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ISCM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ICL_HEADER_PAGING_UI has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_ICL_BS_PRIVLG_UI 20050621 Special Rights Details (Dialog)
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_NEXT Constant Public Type reference (TYPE) ICL_PAGING '+' Scroll Function (e.g. in Compressed Header Information) 20050621
2 GC_PREVIOUS Constant Public Type reference (TYPE) ICL_PAGING '-' Scroll Function (e.g. in Compressed Header Information) 20050621
3 GV_FIELDGROUP_NEXT Instance attribute Private Type reference (TYPE) TBZ3W-FLDGR Field Group for Scroll Forward 20050621
4 GV_FIELDGROUP_PREVIOUS Instance attribute Private Type reference (TYPE) TBZ3W-FLDGR Field Group for Scoll Backward 20050621
Methods
# Method Level Visibility Method type Description Created on
1 ACTUALIZE Instance method Protected Method Execute Specific Object Update Acc. to Table Index 20050621
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050621
3 COUNT Instance method Protected Method Determine Number of Currently Existing Objects 20050621
4 CREATE_HEADER_TXT Instance method Protected Method Re PBO: Create Compressed Header Text 20050621
5 FMOD_CUST Instance method Public Method Field Modifications for Paging and Toggle Buttons 20050621
6 PBC Instance method Public Method PBC: For Display of Compressed Header Text 20050621
7 PBO Instance method Public Method PBO: Determine and Display Compressed Header Text 20050621
8 PREPARE Instance method Protected Method For PBC: Preparatory Measures 20050621
9 SET_REQUIRED_SUBJECT Instance method Public Method Update of Desired Element 20050622
10 SORTED_TABIX Instance method Protected Method Determine Current Table Index in Table Sorted for Scrolling 20050621
Events
Class CL_ICL_HEADER_PAGING_UI has no event.
Types
Class CL_ICL_HEADER_PAGING_UI has no local type.
Method Signatures

Method ACTUALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CLAIM Call by reference Type reference (TYPE) ICLCLAIM aktueller Schaden-/Leistungsfall 20050621
2 Importing IV_SORTED_TABIX Call by reference Type reference (TYPE) I Gewünschter Tabellenindex in der zum Blättern sortierten Tab 20050621

Method ACTUALIZE on class CL_ICL_HEADER_PAGING_UI has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDGROUP_NEXT Call by reference Type reference (TYPE) TBZ3W-FLDGR Feldgruppe zum Weiterblättern 20050621
2 Importing IV_FIELDGROUP_PREVIOUS Call by reference Type reference (TYPE) TBZ3W-FLDGR Feldgruppe zum Zurückblättern 20050621

Method CONSTRUCTOR on class CL_ICL_HEADER_PAGING_UI has no exception.

Method COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CLAIM Call by reference Type reference (TYPE) ICLCLAIM aktueller Schaden-/Leistungsfall 20050621
2 Returning RV_NUMBER_OF Value transfer Type reference (TYPE) I Anzahl aktuell vorhandener Objekte 20050621

Method COUNT on class CL_ICL_HEADER_PAGING_UI has no exception.

Method CREATE_HEADER_TXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CLAIM Call by reference Type reference (TYPE) ICLCLAIM aktueller Schaden-/Leistungsfall 20050621
2 Returning RV_HEADER_TXT Value transfer Type reference (TYPE) STRING komptimierter Kopftext 20050621

Method CREATE_HEADER_TXT on class CL_ICL_HEADER_PAGING_UI has no exception.

Method FMOD_CUST 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) 20050621
2 Importing IV_FLDGR Call by reference Type reference (TYPE) TBZ3W-FLDGR Feldgruppe 20050621
3 Importing IV_STATUS Call by reference Type reference (TYPE) BUS000FLDS-FLDSTAT Feldstatus (Mußeingabe, Kanneingabe, Anzeige, Ausgeblendet) 20050621

Method FMOD_CUST on class CL_ICL_HEADER_PAGING_UI has no exception.

Method PBC Signature

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

Method PBO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HEADER_TXT Call by reference Type reference (TYPE) STRING komprimierter Kopftext des aktuellen Objektes 20050621

Method PBO on class CL_ICL_HEADER_PAGING_UI has no exception.

Method PREPARE Signature

Method PREPARE on class CL_ICL_HEADER_PAGING_UI has no parameter.
Method PREPARE on class CL_ICL_HEADER_PAGING_UI has no exception.

Method SET_REQUIRED_SUBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REQUIRED_PAGING Call by reference Type reference (TYPE) ICL_PAGING Blätternfunktion (z.B. in komprimierten Kopfinformationen) 20050622

Method SET_REQUIRED_SUBJECT on class CL_ICL_HEADER_PAGING_UI has no exception.

Method SORTED_TABIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CLAIM Call by reference Type reference (TYPE) ICLCLAIM aktueller Schaden-/Leistungsfall 20050621
2 Returning RV_SORTED_TABIX Value transfer Type reference (TYPE) I aktueller tabix in zum Blättern sortierter Tabelle 20050621

Method SORTED_TABIX on class CL_ICL_HEADER_PAGING_UI has no exception.
History
Last changed by/on SAP  20050705 
SAP Release Created in 600